This update is a breaking change from v0.1.0-alpha, mainly due to the change in naming. After updating, you will need to:
- Update Your Hotkeys/Scripts: The executable is now
flare_0.1.0_amd64.AppImageby default. - (Optional) Clean Up Old Folders: We now use new paths for its configuration and cache files. You can safely remove the old paths:
- Cache:
~/.cache/dev.byteatatime.raycast-linuxis now~/.cache/dev.byteatatime.flare - Config/Data:
~/.local/share/dev.byteatatime.raycast-linuxis now~/.local/share/dev.byteatatime.flare
- Cache:
It is not recommended to rename the cache directories, as there may be incompatibilities. Most notably, your clipboard history will fail to decrypt.
Note that this means your plugins and their settings will be reset.
What's Changed
- Pin WebkitGTK version in nightly workflow by @ByteAtATime in #9
- Swallow errors from registering shortcut by @ByteAtATime in #13
- Rebrand to Flare by @ByteAtATime in #15
Full Changelog: v0.1.0-alpha...v0.1.0