The main vicinae binary has been split in several smaller binaries now located at $PREFIX/libexec/vicinae. As a result of this, CLI invocations should be much faster (~10x improvement). The usage does not change in any way, you can keep using the vicinae program as you are used to.
What's Changed
- perf(gnome): Add event debouncing and eliminate unnecessary window list refreshes by @dagimg-dot in #1032
- fix(nix): mk*Extension: don't shadow derviation args by @0xda157 in #1034
- feat: snippet-preview (wip) by @aurelleb in #1044
- feat: use discrete alias badge by @aurelleb in #1046
- feat: split binaries by @aurelleb in #1048
- fix: reset list accessory text color if no color by @aurelleb in #1050
- feat: support for toast message field by @aurelleb in #1054
- feat(api): support toast.hide() API by @aurelleb in #1055
- fix: do not accept left/right keys in list navigation by @aurelleb in #1056
- fix: handle arrow key properly in extension shortcuts by @aurelleb in #1057
- Fix operator precedence in mkRayCastExtension.nix by @augustocdias in #1059
- fix: invalid cache limit by @aurelleb in #1060
- fix: guard against null app when pasting on gnome by @aurelleb in #1061
- perf(clipboard): Optimize clipboard history view initial load with sort before join query by @dagimg-dot in #1052
- feat: Support for base conversions using libqalculate by @CopticFelo in #1043
New Contributors
- @augustocdias made their first contribution in #1059
- @CopticFelo made their first contribution in #1043
Full Changelog: v0.19.3...v0.19.4