ueli

Keystroke launcher for Windows and macOS

MIT License

Downloads
7
Stars
3.2K
Committers
63

Bot releases are hidden (Show)

ueli - 8.5.1

Published by oliverschwendener over 4 years ago

Improvements:

  • Opening files, folders, applications and URLs should be quicker (#185)

Bugfixes:

  • Fixed a bug which prevented dictionary results to appear because they had no example (#239)
ueli - 8.5.0

Published by oliverschwendener almost 5 years ago

New Features

  • Added Control panel plugin to search the "old" control panel in Windows (Thanks to @tkohlmeier)

Improvements

  • Added the option to specify a shell in the commandline plugin (#201)
  • Added the option to filter out search results with a keyword (#208)

Bug Fixes

  • Fixed a bug which caused the generation of application icons to break (#243, #202)
ueli - 8.4.2

Published by oliverschwendener almost 5 years ago

Updated dependencies due to CVE-2019-19919

ueli - 8.4.1

Published by oliverschwendener almost 5 years ago

Bugfixes:

ueli - 8.4.0

Published by oliverschwendener almost 5 years ago

Improvements

  • Allow other protocols than http and https for web search engines (Fixes #178)
  • Treat \\Share\\... as a valid file path on Windows (Fixes #145)
  • Added more Windows Settings (Fixes #97 and #168)

Bug fixes

  • [only macOS] restore focus when hiding ueli (Fixes #182), thanks @sgruetter
ueli - 8.3.0

Published by oliverschwendener almost 5 years ago

Improvements

  • Added Russian GUI translations, thanks to @Lukentui
  • Added option to translate from english to russian, thanks to @Lukentui
  • Added option to prevent window to hide after execution (Fixes #195)
  • Fixed a typo, thanks @jcklpe
  • Added a minimum for rescan interval (Fixes #221)
ueli - 8.2.0

Published by oliverschwendener about 5 years ago

New features

  • Dictionary Plugin (#200)

  • Bookmarks Plugin (#119)

    • Search your bookmarks from your web browser
    • currently only Google Chrome bookmarks supported
ueli - 8.1.3

Published by oliverschwendener about 5 years ago

Improvements

  • Added option to lock window position
  • Added nicer default icons for shortcuts
  • Show default websearch icon if no icon is defined
  • Only refresh index of affected plugin when updating settings
  • Added indicator in settings window if plugin is enabled

Bugfixes

  • Fixed issue where stdout maxlength was exceeded when searching large folders with simple folder search plugin (#192)
ueli - 8.1.2

Published by oliverschwendener about 5 years ago

Improvements

  • Use native tools to scan installed applications
  • Use native tools to scan system preferences on macOS
  • Use native tools to scan files and folers in Simple folder search plugin
  • Only regenerate app icons which don't exist yet
  • Shortcuts: use execution argument as fallback description if there is no description
  • Added indicator to main window if app is currently rescanning
  • Added option to turn off native icons (might result in better rescan performance)
  • Added Windows operating system command "Hibernate" (#191)
  • Added better debug messages

Misc

  • Removed setting to define application file extensions on macOS

Bugfixes

  • Fixed bug which caused wrong app icons to show up
ueli - 8.1.1

Published by oliverschwendener about 5 years ago

Bugfixes

  • Fixed issue where app had a white border in macOS Mojave 10.14 (#186)
  • Fixed issue where es.exe could not be found when have whitespace in its filepath (#172)
  • Fixed issue which caused app to fade in weirdly on Windows (#160)

Improvements

  • Added option to enable transparent background
ueli - 8.1.0

Published by oliverschwendener about 5 years ago

New Features

  • Added a new color conversion plugin (#133)

Bugfixes

  • Fixed an issue where checkmarks were mixed up (#173)
  • Fixed an issue where powershell executable could not be found (#171)
ueli - 8.0.1

Published by oliverschwendener about 5 years ago

Bugfixes:

  • Ignore svg's inline size to force correct icon sizing (#167)
ueli - 8.0.0

Published by oliverschwendener about 5 years ago

New Features

  • A whole new settings window to make configuration easier.

settings

  • Added currency converter
  • Added Everything feature (#93)
  • Added mdfind feature
  • Added translation feature
  • Added workflow feature (#81)
  • Multilanguage (currently English & German)

Improvements

  • Added option to make user input persistent (#117)
  • Added option to make full file path visible (#123)
  • Added option to enable user confirmation before execution for shortcuts (#124)
  • Allow forward slashes in file paths on Windows (#153)
  • Improved lock computer on macOS (#157)
  • Added option to trigger rescan from tray icon (#159)
  • Added option to keep window visible when focus is lost (#163)
  • Added 32-bit builds for Windows (#165)
  • Added "Sleep" to Windows operating system commands (#166)
  • Added support for asynchronous code execution and therefore hopefully faster and more responsive

Bug Fixes

  • Fixed issue with unreadable commandline output by using the build in terminal (#146)

Removed features

  • Mouse interaction
  • Custom commands

Compatibility with older versions

The configuration of your older ueli version is not compatible with this new release.

ueli - 7.2.8

Published by oliverschwendener over 5 years ago

  • Updated dependencies due to vulnerabilities
    • lodash 4.17.11 -> 4.17.14
ueli - 7.2.7

Published by oliverschwendener over 5 years ago

Bugfixes

  • Fixed startup issue when custom command contained empty prefix (#156)
ueli - 7.2.6

Published by oliverschwendener over 5 years ago

  • Updated dependencies due to security vulnerabilities:
    • electron-store 2.0.0 -> 3.2.0
    • webpack 4.17.1 -> 4.32.2
    • webpack-cli 3.1.0 -> 3.3.2
    • webpack-merge 4.1.4 -> 4.2.1
ueli - 7.2.5

Published by oliverschwendener over 5 years ago

Bug fixes:

  • Fixed bug which caused error when user input started with # (Fixes #108)
ueli - 7.2.4

Published by oliverschwendener over 5 years ago

New Features

  • Added option to show description on all search results (#107)
ueli - 7.2.3

Published by oliverschwendener over 5 years ago

Bugfixes

  • Added option to encode search term for web search engines (#104)

    image

ueli - 7.2.2

Published by oliverschwendener over 5 years ago

New features:

  • Specify the calculators precision in the settings
    • For example: if precision is set to 4 then the calculation 1 / 3 gives the result 0.3333
    • Precision is set to 16 by default, minimum is 0, maximum is 64

Bugfixes:

  • Fixed bug which distorted the calculator's result (#84)