Releases: oliverschwendener/ueli
Releases · oliverschwendener/ueli
9.2.0
New Features:
Extensions:
- Added Base64Conversion extension by @ChristopherSteiner
Bug fixes:
- Web Search extension: use correct locale query parameter when getting DuckDuckGo suggestions (Thanks to @ykhrito)
9.1.1
Bug fixes:
Color Converter:
- Fixed typo: use "HSL" instead of "HLS"
9.1.0
9.0.4
9.0.3
Performance:
- Lazy load images of search result list items
Bug fixes:
- Silently continue powershell script when generating app icons
- Use absolute path to powershell executable
9.0.2
Bugfixes:
- Added ad-hoc code signing for macOS to make app work again on macOS ARM64
9.0.1
General
- This release splits the universal macOS build into two separate builds for:
- arm64 (macOS computers with an M1/M2/M3 chip)
- x64 (macOS computer with an Intel chip)
Bug fixes
- Fixed issue with prebuilt binaries on macOS
9.0.0
This is the first major release in almost 5 years! 🎉
Thanks for everyone who contributed to this project! ❤️
New Features
- Added Linux support
- Added support for automatic dark/light themes
- Added support for system backdrop effect on Windows (Mica, Mica Tabbed, Acrylic)
- Added support for vibrancy effect on macOS
- Use FluentUI react components for better accessibility
- Added more reliable translation extension by using DeepL
- Added back Firefox bookmarks
- Added ability to search bookmarks from different browsers at the same time
- Added new extension "Terminal Launcher"
- Added the option to switch between different filtering algorithms. Currently supported: "Fuse.js" and "fuzzysort"
Improvements
- Made electron application more secure by disabling nodeIntegration in renderer process
- Complete rewrite of the whole application. Code separation should now be better and it should be easier to add new extensions
- Generally improved developer experience by using vite and making use of HMR
- Improved extraction of native icons
Changes from v8
- The settings from v8 are incompatible with v9, therefore the default settings will be applied when you upgrade to v9. You can downgrade to v8 at any time.
- As ueli uses FluentUI react components most of the visual customization options are dropped
- As ueli v9 was rewritten from the ground up it's very likely that certain features or bug fixes are missing in v9
- Formerly called "Plugins" are now called "Extensions"
- Because of the rewrite most of the translations could not be migrated. The only languages supported are:
- English (US)
- German (Switzerland)
Discontinued plugins from v8
These plugins are not lost, but just not ported to v9 as they need a partial rewrite. If there is a high demand, we can still port them later.
- Color converter
- Commandline => repaled by Terminal Launcher extension
- Dictionary
- File browser
- Lorem ipsum
- Shortcuts => replaced by Workflows extension
- Simple folder search
- Translation => replaced by DeepL extension
- URL
- UWP => integrated into Application Search extension
- Weather
9.0.0-beta.10
Improvements
- Grouped search results by favorites and others
Bug fixes
Terminal Launcher extension
- Fixed bug which prevented the terminal launcher extension settings to work properly
8.29.0
Changes:
- No features, improvements or bug fixes added
⚠️ As this is the last v8 version and we don't want to auto-update to v9, the auto updater was removed in this version.