Desktop Application Release
This release includes desktop applications for multiple platforms.
Downloads
- Windows:
.exeinstaller - macOS:
.dmginstaller (Apple Silicon arm64 also available) - Linux:
.AppImageportable executable
What is New in v0.5.4
Bug Fixes
Input Focus Fix (PR #110)
- Added visible purple focus ring (
focus:ring-2 focus:ring-brand-violet) to all text, password, URL, and select inputs in the AI Configuration, WebDAV, Backend, and Category Management panels. Previously, form inputs showed no visual feedback when focused, especially after dismissing an alert dialog — making it appear as if the input was unresponsive. Now the active field is clearly highlighted. - Fixed a Tailwind class name typo:
bg-light-surfaceborder-black/[0.06](missing space) was being processed as a single invalid class name, breaking background and border styles. Corrected tobg-light-surface border-black/[0.06]across multiple components.
Version Source Fix (PR #111)
- Removed the hardcoded version string
0.5.3fromUpdateService.getCurrentVersion()and replaced it with an import frompackage.json, so the version number is always in sync with the package.
UI Improvements (PR #105)
- Improved sidebar scroll behavior and fixed theme persistence across sessions.
- Fixed various UI display issues.
Special thanks to @SummerRay160 for contributing to this release!
Full Changelog: v0.5.3...v0.5.4