Skip to content

v1.0.26

Choose a tag to compare

@m1ngsama m1ngsama released this 27 Apr 05:49
· 260 commits to main since this release

Bug Fixes

i18n completeness

  • --help output now respects language setting (was hardcoded English)
  • All 6 CLI error messages now bilingual (unknown command, unknown flag, invalid flag, invalid language, invalid --next, requires TTY)
  • About dialog description moved to i18n (was hardcoded Chinese)

Safety & correctness

  • Remove h vim-key mapping that mapped to SIGINT, preventing accidental exit from main menu
  • status --json now returns exit code 0 when data is successfully retrieved, even if some services are down (fixes jq pipeline breakage)
  • Cross-platform commandExists() using where on Windows, which on POSIX

Polish

  • CLI about dialog aligned with TUI version (added description, email, license)
  • Search results from cached content now show actual document category instead of generic "results found"
  • Replaced fragile .replace('...','') with dedicated i18n key loadingFile

Full Changelog: v1.0.25...v1.0.26