v0.19.6
Note: re-released following a rollback due to packaging problems.
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 https://github.com/vicinaehq/vicinae/pull/1032
- fix(nix): mk*Extension: don't shadow derviation args by @0xda157 in https://github.com/vicinaehq/vicinae/pull/1034
- feat: snippet-preview (wip) by @aurelleb in https://github.com/vicinaehq/vicinae/pull/1044
- feat: use discrete alias badge by @aurelleb in https://github.com/vicinaehq/vicinae/pull/1046
- feat: split binaries by @aurelleb in https://github.com/vicinaehq/vicinae/pull/1048
- fix: reset list accessory text color if no color by @aurelleb in https://github.com/vicinaehq/vicinae/pull/1050
- feat: support for toast message field by @aurelleb in https://github.com/vicinaehq/vicinae/pull/1054
- feat(api): support toast.hide() API by @aurelleb in https://github.com/vicinaehq/vicinae/pull/1055
- fix: do not accept left/right keys in list navigation by @aurelleb in https://github.com/vicinaehq/vicinae/pull/1056
- fix: handle arrow key properly in extension shortcuts by @aurelleb in https://github.com/vicinaehq/vicinae/pull/1057
- Fix operator precedence in mkRayCastExtension.nix by @augustocdias in https://github.com/vicinaehq/vicinae/pull/1059
- fix: invalid cache limit by @aurelleb in https://github.com/vicinaehq/vicinae/pull/1060
- fix: guard against null app when pasting on gnome by @aurelleb in https://github.com/vicinaehq/vicinae/pull/1061
- perf(clipboard): Optimize clipboard history view initial load with sort before join query by @dagimg-dot in https://github.com/vicinaehq/vicinae/pull/1052
- feat: Support for base conversions using libqalculate by @CopticFelo in https://github.com/vicinaehq/vicinae/pull/1043
New Contributors
- @augustocdias made their first contribution in https://github.com/vicinaehq/vicinae/pull/1059
- @CopticFelo made their first contribution in https://github.com/vicinaehq/vicinae/pull/1043
Full Changelog: https://github.com/vicinaehq/vicinae/compare/v0.19.3...v0.19.4