Skip to content

Releases: vicinaehq/vicinae

v0.20.15

02 May 21:19

Choose a tag to compare

Breaking changes

The deprecated vicinae://extensions deeplink has been repurposed. To open any command you should switch to vicinae://launch.

Important changes

Shortcuts

shortcuts are now stored in ~/.local/share/vicinae/shortcuts/shortcuts.json instead of being stored as a table in the SQLite database.

Existing shortcuts are auto migrated on first launch with that new version.

Open from web store

You can now install raycast extensions by clicking on the install button from the raycast webstore

What's Changed

  • fix: crash on unreadable app directories (permission denied) by @aurelleb in #1339
  • feat: add deeplink to open extension detail view directly by @aurelleb in #1341
  • feat: move shortcuts to json file by @aurelleb in #1344
  • refactor: use common abstraction for list/grid view sections by @aurelleb in #1346

Full Changelog: v0.20.14...v0.20.15

Sponsors

Thanks to our sponsors for supporting vicinae!

v0.20.14

26 Apr 22:44
3b2e53a

Choose a tag to compare

Another bug fixing release, with a notable improvement to fuzzy search across the board.

What's Changed

New Contributors

Full Changelog: v0.20.13...v0.20.14

v0.20.13

16 Apr 12:07

Choose a tag to compare

Various bug fixes, nothing too fancy.

What's Changed

  • Fixed window now closes before executing power actions (shutdown, reboot, etc.), preventing UI from lingering during system transitions
  • Fixed extension command server is now properly parented, fixing potential lifecycle issues
  • Fixed missing action type exports in the extension API that could cause extension crashes
  • Fixed window now correctly opens after handling a launch://provider deeplink
  • Fixed invalid selection state in extension lists
  • Fixed iterator invalidation bug triggered on preference changes
  • Fixed incorrect log line in KDE window manager integration (#1296)
  • Improved dropdown search accessory now has a fixed width for more consistent layout

New Contributors

Full Changelog: v0.20.12...v0.20.13

Sponsors

Thanks to our sponsors for supporting vicinae!

v0.20.12

06 Apr 18:57

Choose a tag to compare

Release featuring an annoying bug introduced by last release, closing the vicinae window prematurely when a subsurface is opened.

What's Changed

  • fix: new extension services memory leak
  • fix: dropdown open prematurely closing vicinae window
  • fix: the issue-template referred to deprecated command to report bugs by @imrehg in #1291
  • fix: deprecation message shows wrong docs link by @imrehg in #1290

New Contributors

Full Changelog: v0.20.11...v0.20.12

v0.20.11

05 Apr 20:03

Choose a tag to compare

What's Changed

  • style: move the page icon, name, and toggle to the topbar by @FredrikMWold in #1277
  • make sure open/close state is kept in sync @aurelleb
  • clear action panel when list item doesn't have one @aurelleb
  • fix: argument values not passed properly @aurelleb
  • feat(figura): add transport hooks to handle multiple connections @aurelleb
  • fix: update tsconfig.json boilerplate to be typescript v6 compatible by @FredrikMWold in #1288

Full Changelog: v0.20.10...v0.20.11

v0.20.10

04 Apr 18:22

Choose a tag to compare

What's Changed

  • Add support for openExtensionPreferences in extension API
  • Allow specifying custom program for all power commands (shutdown, reboot, etc.)
  • Add workingDirectory option to terminal API
  • Replace protobuf with figura (custom codegen) for IPC
  • Allow alias fast-track for run program command
  • Support arguments in launch deeplink
  • Fix blurry popovers
  • Fix window being force-shown every time a view is pushed
  • Fix multiline field labels alignment (vertical-center -> top-left)
  • Fix holding backspace triggering popOnBackspace
  • Fix vertical padding for forms
  • Fix legacy extension deeplink toggle behavior
  • Fix layershell-qt active screen deprecation

New Contributors

Full Changelog: v0.20.9...v0.20.10

v0.20.9

27 Mar 13:12
c2717ba

Choose a tag to compare

Small fixes and rebuild of the AUR binary release against QT 6.11

What's Changed

New Contributors

Full Changelog: v0.20.8...v0.20.9

Sponsors

Thanks to our sponsors for supporting vicinae!

v0.20.8

23 Mar 11:59

Choose a tag to compare

Deprecations

vicinae://extensions deeplinks are deprecated in favor of vicinae://launch. Check the updated documentation. The old one will be removed or repurposed in the future, please migrate.

What's Changed

New Contributors

Full Changelog: v0.20.7...v0.20.8

Sponsors

Thanks to our sponsors for supporting vicinae!

v0.20.7

16 Mar 19:51

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.20.6...v0.20.7

v0.20.6

14 Mar 22:30

Choose a tag to compare

Telemetry

This version adds fully anonymous telemetry to collect non personally identifiable system information. Read more about it here: https://docs.vicinae.com/telemetry

What's Changed

Full Changelog: v0.20.5...v0.20.6