A lot of fixes and new features. Notable things:
- Localization support for the vicinae UI (French and Chinese support, will add more later)
- Root search history (use up arrow when at the very top of the root search to cycle through old entries)
- Greek/Cyrillic transliteration
- Better drag and drop support, mostly for files. List items from extensions can now set what kind of data is transferred when dragging.
vicinae logscommand to show the logs of the server (works on every platform)
What's Changed
- feat(windows): suppress leaked keyup events by @aurelleb in #1698
- feat: windows wallpaper backend by @aurelleb in #1699
- fix(hyprpaper): remove deprecated and migrate to current syntax by @vMohammad24 in #1700
- feat: root search history by @aurelleb in #1702
- refactor: move tryAliasFastTrack into root-view-host by @aurelleb in #1703
- feat(nix): build browser native host messaging into main derivation by @yechielw in #1625
- fix: use wire list item ID for extension lists by @aurelleb in #1706
- fix: use list shortcut preset for extension detail views by @aurelleb in #1707
- feat(macos): migrate global shortcut backend to use a tap by @aurelleb in #1708
- feat(macos): make accessibility permission mandatory by @aurelleb in #1709
- fix: schedule next clock tick by @aurelleb in #1710
- feat: make clock format configurable by @aurelleb in #1714
- feat: localization support by @aurelleb in #1715
- feat(i18n): add zh-CN localization by @aurelleb in #1717
- feat: add CLI verbs to show the logs by @aurelleb in #1719
- feat(search): transliterate Cyrillic and Greek queries by @nolight132 in #1721
- build(appimage): bundle libsecret by @aurelleb in #1724
- feat: search shortcut by url by @aurelleb in #1726
- feat: generalize drag and drop support by @aurelleb in #1727
- refactor: use image url for section items instead of QString by @aurelleb in #1729
New Contributors
- @yechielw made their first contribution in #1625
- @nolight132 made their first contribution in #1721
Full Changelog: v0.23.2...v0.24.0