Releases: oliverschwendener/ueli
Releases · oliverschwendener/ueli
9.0.0-alpha.6
- Simplified the generation of url and file/folder icons
- use file dialog for file shortcuts
9.0.0-alpha.5
- Fixed bug that prevent "window.showOnStartup" option not to work properly
- Added Windows support for System Settings extension
9.0.0-alpha.4
- Added option to start app hidden
- Fix DeepL translator translation issue
- Added "always on top" option
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)