Skip to content

Releases: oliverschwendener/ueli

9.5.1

14 Sep 10:11
91db343
Compare
Choose a tag to compare

Bug fixes:

  • Added more error logging when the invokation of a search result failed
  • VSCode extension: fixed a bug that caused the extension not to work as expected
  • JetBrains Toolbox extension: fixed a bug that caused some projects not to show up as search results

9.5.0

11 Sep 18:41
ace81bf
Compare
Choose a tag to compare

New Features:

Extensions:

  • JetBrains Toolbox extension added by @scomans. More info here.
  • Simple File Search extension added. More info here.

Improvements:

  • Improved icon handling in VSCode extension, thanks @IrishBruse

9.4.0

05 Sep 06:09
5cae000
Compare
Choose a tag to compare

New Features:

  • Added the ability to navigate up and down with Ctrln and Ctrlp (Thanks @sashaweiss)

Extensions:

9.3.5

02 Sep 15:33
5ab8dd7
Compare
Choose a tag to compare

Bug fixes:

Application Search:

  • Linux: added support for more desktop environments (Thanks @ke1v)

9.3.4

31 Aug 08:32
06a8355
Compare
Choose a tag to compare

Bug fixes:

  • Added support for more than one hotkey modifier, for example Ctrl+Shift+F2 (Thanks @ke1v)

9.3.3

27 Aug 10:02
9671643
Compare
Choose a tag to compare

Improvements:

  • Upgraded to electron v32
  • Changed default value for "Hide window on" option in the settings:
    • (new) After invokation
    • (new) When pressing Escape

Bug fixes:

Base64Converter:

  • Fixed an issue which caused non-ASCII character (e.g. Emojis) to be encoded incorrectly

IniFileParser:

  • Fixed an issue which caused ini files to be parsed incorrectly when duplicate groups are present

9.3.2

16 Aug 12:01
f47f567
Compare
Choose a tag to compare

Bug fixes:

Application Search:

  • Fixed a bug that caused app icons not to show up when adding more file extensions (#1164)

9.3.1

10 Aug 14:37
4b11cb9
Compare
Choose a tag to compare

Bug fixes:

  • macOS & Linux: Added new option "Visible on all workspaces" to enable the window on all virtual desktops (#303)

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)