Skip to content

Version 2.0.5 – Export Navigator and Lightweight Viewer Highlighting

Choose a tag to compare

@nao-pon nao-pon released this 06 Jun 13:51
· 4 commits to main since this release

Version 2.0.5 – Export Navigator and Lightweight Viewer Highlighting

This release improves the exported conversation browsing experience, especially for long and code-heavy ChatGPT conversations.

New

  • Added a conversation navigator to exported conversations.

    • Exported HTML and the lightweight viewer now include a side navigator for jumping between user messages.
    • Long conversations are easier to review without manually scrolling through the whole page.
  • Enabled syntax highlighting in the lightweight viewer.

    • Code blocks in the lightweight viewer are now highlighted when needed.
    • Highlighting assets are loaded only when code blocks are present, keeping simple conversations lightweight.

Fixed

  • Excluded hidden user context from prune-head detection.
    • Internal or visually hidden user context is no longer treated as a normal visible conversation message.
    • This helps prevent hidden context from affecting long-conversation pruning behavior.

Changed

  • Added English and Japanese localization strings for the new conversation navigator.
  • Updated the extension version to 2.0.5.

Full Changelog: v2.0.4...v2.0.5