QT version used in the AppImage (install script) has been bumped to 6.10, which should improve various things including emoji support. Also addressed a memory leak when browsing some list views and reduced memory overall memory footprint.
What's Changed
- fix(ui): use maximum width for empty view to ensure centering on small windows by @Razuer in #990
- fix(ui): hide status bar divider when status bar is hidden by @Razuer in #989
- fix: change desktop action shortcut to use alt by @aurelleb in #999
- fix: memory leak in list view detail by @aurelleb in #1002
- feat: add global image decoder with concurrency limit by @aurelleb in #1007
- feat: add action to edit alias from root search by @aurelleb in #1009
- feat: upgrade appimage to use qt 6.10 and newer libqalculate by @aurelleb in #1011
- feat(appimage): build and include fcitx5 input plugin by @aurelleb in #1012
- feat: deprecate direct appimage use by @aurelleb in #1013
- feat(api): add Action.RunInTerminal wrapper by @aurelleb in #1014
- feat: add action to copy root item full ID by @aurelleb in #1015
- feat: add clear clipboard history command by @aurelleb in #1016
New Contributors
Full Changelog: v0.19.1...v0.19.2