Releases: oliverschwendener/ueli
Releases · oliverschwendener/ueli
9.6.0
Improvements:
- Upgraded to latest electron version
- Show tooltip when hovering over tray icon
Extensions:
- VSCode: added remote URI support (@IrishBruse)
- Currency Conversion: add option to define default currency (@peterphmikkelsen)
9.5.1
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
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
New Features:
- Added the ability to navigate up and down with Ctrln and Ctrlp (Thanks @sashaweiss)
Extensions:
- Visual Studio Code extension added by @IrishBruse. More info here.
9.3.5
9.3.4
9.3.3
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