Skip to content

Releases: oliverschwendener/ueli

9.3.0

09 Aug 14:09
c9f7c9d
Compare
Choose a tag to compare

New Features:

Hotkey:

  • Allow more hotkey combinations, for example Alt, or Alt`. Fixes #1150 and #942

9.2.0

29 Jul 12:26
3ca90d0
Compare
Choose a tag to compare

New Features:

Extensions:

Bug fixes:

  • Web Search extension: use correct locale query parameter when getting DuckDuckGo suggestions (Thanks to @ykhrito)

9.1.1

26 Jul 08:42
97188fb
Compare
Choose a tag to compare

Bug fixes:

Color Converter:

  • Fixed typo: use "HSL" instead of "HLS"

9.1.0

25 Jul 16:33
072b1fd
Compare
Choose a tag to compare

New extensions:

  • Added "Color Converter" extension, which enables conversions of colors into different formats
    image

9.0.4

14 Jul 20:42
daa7dbe
Compare
Choose a tag to compare

Bug fixes:

  • Application Search:
    • Fixed a bug that causes the Application Search extension to crash when an app contained a single quote (') in the file path. Fixes #1141

9.0.3

08 Jul 20:08
35734b3
Compare
Choose a tag to compare

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

08 Jul 15:11
c1dad65
Compare
Choose a tag to compare

Bugfixes:

  • Added ad-hoc code signing for macOS to make app work again on macOS ARM64

9.0.1

24 Jun 06:34
69c8908
Compare
Choose a tag to compare

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

21 Jun 10:43
6e1334c
Compare
Choose a tag to compare

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
  • Email
  • 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

11 Jun 18:11
a8839f8
Compare
Choose a tag to compare
9.0.0-beta.10 Pre-release
Pre-release

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