Releases: oliverschwendener/ueli
Releases Β· oliverschwendener/ueli
9.0.0-alpha.3
New Features:
- Added .appx build on Windows
9.0.0-alpha.2
Bug fixes:
- Fixed broken binaries
9.0.0-alpha.1
New Features:
- Added support for system backdrop effect on Windows (Mica, Mica Tabbed, Acrylic)
- Added support for vibrancy effect on macOS
- Added Linux build
- Use FluentUI components for UI
- Made electron application more secure by disabling nodeIntegration in renderer process
Changes for developers:
- Use react instead of vue
- Use fluentui/react-components instead of bulma
- Use vite instead of webpack
- Use vitest instead of jest
- Use i18next and i18next-react
- Enabled hot-module-reload when working on the renderer code
- Extensions are now code-owned, so that devs are free to do whatever they want in their extension folder and they get automatically notified about changes in code that they own
- Generally better separation of code
- Completly rewritten core and UI, all extensions (formerly called "plugins") need to be ported
8.28.0
Improvements:
Bug fixes:
- Prevent main window from being out of bounds #1066 (Thanks to @tkohlmeier)
- Add ueli command for opening debug log #1065 (Thanks to @tkohlmeier)
- Fix translation plugin #1064 (Thanks to @tkohlmeier)
8.27.0
8.26.0
8.25.0
New features:
- Replace
exchangerate.host
in favor of https://github.com/fawazahmed0/currency-api in currency converter plugin (Thanks to @wywywywy)
8.24.1
Fixes:
- Added support for macOS 14 Sonoma
8.24.0
New Features
- Added lorem ipsum plugin (Thanks @moritz-hoelting)
Improvements
- Upgraded 3rd party dependencies
Breaking changes
- Removed support for Firefox bookmarks due to sqlite and pnpm implications
8.23.2
Bugfixes:
- Added support for macOS 13 Ventura