История версий «LLM Chat PDF. HTML & Markdown Exporter» – 9 версий
LLM Chat PDF. HTML & Markdown Exporter от Fschwar4
Будьте осторожны со старыми версиями! Эти версии отображаются только для сведения и в целях тестирования.Вы всегда должны использовать последнюю версию дополнения.
Последняя версия
Версия 0.2.14
Выпущено 25 мая 2026 г. — 1,15 МБРаботает с firefox 109.0 и выше[0.2.14] - 2026-05-25
Fixed- Italic markdown (
*text*from<em>tags) now renders italic in PDF output instead of leaking literal asterisks. The PDF's inline parser previously only handled**bold**, backticks, and links, so single-asterisk italic — common in Claude responses — fell through as plain text. Italic detection uses non-whitespace adjacency to avoid false positives on prose like2 * 3 = 6.
Исходный код выпущен на условиях Только Стандартная общественная лицензия Affero GNU v3.0
- Italic markdown (
Старые версии
Версия 0.2.13
Выпущено 17 мая 2026 г. — 1,15 МБРаботает с firefox 109.0 и выше[0.2.13] - 2026-05-17
Added- Configurable Inline Code Color in PDF Settings (default
#1039ef, replacing the previous hardcoded#d63384).
Changed- Extended PDF header support from h7 to h10.
nodeToMarkdownnow handles source<h5>/<h6>(previously dropped to plain text), and the Claude/Gemini shift regex was widened to#{1,8}so deep headers no longer cap at h8. Addedh8–h10styles with progressively lighter italic grey.
Fixed- ChatGPT long-conversation exports no longer drop off-screen turns. ChatGPT virtualizes its conversation list, so turns not near the viewport are never rendered to the DOM. The extension now fetches the conversation directly from
chatgpt.com/backend-api/conversation/{id}using the page's existing session token (the same approach used by mature exporters such as pionxzh/chatgpt-exporter). DOM-based extraction with a scroll-based pre-render is kept as a fallback when the API call is unavailable (e.g. a brand-new chat without a conversation ID).
Исходный код выпущен на условиях Только Стандартная общественная лицензия Affero GNU v3.0
- Configurable Inline Code Color in PDF Settings (default
Версия 0.2.12
Выпущено 17 мая 2026 г. — 1,14 МБРаботает с firefox 109.0 и выше[0.2.12] - 2026-05-17
Fixed- ChatGPT extraction returned empty output after
chatgpt.comremoved the<article>wrappers around conversation turns. Messages are now located via[data-message-author-role], and user text is read from the new[data-testid="collapsible-user-message-content"]container.
Исходный код выпущен на условиях Только Стандартная общественная лицензия Affero GNU v3.0
- ChatGPT extraction returned empty output after
Версия 0.2.11
Выпущено 14 мар. 2026 г. — 1,14 МБРаботает с firefox 109.0 и выше[0.2.11] - 2026-03-14
Added- Test suite for manifest validation and file integrity (
tests/). - GitHub Actions CI workflow running
npm testandweb-ext linton every push/PR. - Build script (
scripts/build.sh) to create clean, versioned ZIP archives.
Fixed- Firefox ESR compatibility: lowered
strict_min_versionfrom142.0to109.0so the extension installs on Firefox ESR 140 and older MV3-capable versions (#1).
Исходный код выпущен на условиях Только Стандартная общественная лицензия Affero GNU v3.0
- Test suite for manifest validation and file integrity (
Версия 0.2.10
Выпущено 3 янв. 2026 г. — 1,14 МБРаботает с firefox 142.0 и вышеAdded table support for PDF generation. Tables are now nicely formatted instead of raw Markdown. Table styles can be customized in Settings.Исходный код выпущен на условиях Только Стандартная общественная лицензия Affero GNU v3.0
Версия 0.2.9
Выпущено 3 янв. 2026 г. — 1,14 МБРаботает с firefox 142.0 и вышеAdded table support for PDF generation. Tables are now nicely formatted instead of raw Markdown. Table styles can be customized in Settings.Исходный код выпущен на условиях Только Стандартная общественная лицензия Affero GNU v3.0
Версия 0.2.7
Выпущено 21 дек. 2025 г. — 1,14 МБРаботает с firefox 142.0 и вышеNew: Syntax Highlight for PDF Code Generation; PDF Layout Style Customization
Fix: Title for Gemini Exports, Code Block Indentation
Code RefactoringИсходный код выпущен на условиях Только Стандартная общественная лицензия Affero GNU v3.0
Версия 0.2.6
Выпущено 21 дек. 2025 г. — 1,26 МБРаботает с firefox 142.0 и вышеNew: Syntax Highlight for PDF Code Generation; PDF Layout Style Customization
Fix: Title for Gemini Exports, Code Block IndentationИсходный код выпущен на условиях Только Стандартная общественная лицензия Affero GNU v3.0
Версия 0.2.1
Выпущено 7 дек. 2025 г. — 1,02 МБРаботает с firefox 142.0 и вышеИсходный код выпущен на условиях Только Стандартная общественная лицензия Affero GNU v3.0