v1.0.26
Bug Fixes
i18n completeness
--helpoutput 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
hvim-key mapping that mapped to SIGINT, preventing accidental exit from main menu status --jsonnow returns exit code 0 when data is successfully retrieved, even if some services are down (fixesjqpipeline breakage)- Cross-platform
commandExists()usingwhereon Windows,whichon POSIX
Polish
- CLI
aboutdialog 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 keyloadingFile
Full Changelog: v1.0.25...v1.0.26