• 0.6.0 04a180aeb0

    0.6.0 Stable

    jkaindl released this 2026-07-16 14:55:33 +00:00 | 5 commits to main since this release

    Added

    • AI settings: endpoint row editor with a live connection check, one-click provider presets
      (LM Studio / Ollama), a plain-text diagnosis per endpoint, and non-blocking input warnings.
    • AI settings: model dropdown populated from the endpoint, with a plain-text fallback when
      offline and the model's context length shown when the server reports it.
    • AI settings: a "Test" button next to the thinking toggle — runs one real minimal call and
      reports whether the model actually stopped thinking. Models that cannot disable thinking
      (gpt-oss/harmony) now show a disabled toggle instead of a silently ineffective one.

    Fixed

    • Connection checks reported "reachable" for any endpoint answering HTTP 200, including
      servers that are not an OpenAI-compatible API.
    • Thinking suppression parameters were sent to always-on reasoning models that reject them.
    • Plugin activation no longer crashes with NotAllowedError when a popout window is active
      at load time: the explorer-hide stylesheet is now built and adopted in the main window's
      document (where the file explorer lives), wrapped so the cosmetic hide can never break
      onload.
    • npm run release now verifies the GitHub mirror after the dual-push: tag and default
      branch must carry the release commit, otherwise the release fails loudly. A silently
      failed branch push had frozen the community store on 0.4.0 (the store reads the plugin
      version from the default branch's manifest.json).
    • Cover-image corner slots (header/footer/pagination) no longer double their glyph edge into
      a faint "ghost" ring over bright backgrounds — one soft text-shadow instead of two.
    • The content <hr> gradient is symmetric now: both ends fade equally through matching
      gold-tinted shoulders (previously the left edge read slightly harder than the right).
    Downloads