ueli

Keystroke launcher for Windows and macOS

MIT License

Downloads
7
Stars
3.2K
Committers
63

Bot releases are hidden (Show)

ueli - 9.0.0-alpha.5

Published by oliverschwendener 8 months ago

  • Fixed bug that prevent "window.showOnStartup" option not to work properly
  • Added Windows support for System Settings extension
ueli - 9.0.0-alpha.4

Published by oliverschwendener 8 months ago

  • Added option to start app hidden
  • Fix DeepL translator translation issue
  • Added "always on top" option
ueli - 9.0.0-alpha.3

Published by oliverschwendener 8 months ago

New Features:

  • Added .appx build on Windows
ueli - 9.0.0-alpha.2

Published by oliverschwendener 8 months ago

Bug fixes:

  • Fixed broken binaries
ueli - 9.0.0-alpha.1

Published by oliverschwendener 8 months ago

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

⚠️ Note that the attached binaries are broken, please check out the v9.0.0-alpha.2 version here.

Here are some example screenshots:
screenshot-windows-dark
screenshot-windows-light

ueli - 8.28.0

Published by oliverschwendener 9 months ago

Improvements:

  • Add fallback to currency converter #1046 (Thanks to @wywywywy)

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)
ueli - 8.27.0

Published by oliverschwendener 11 months ago

Improvements:

  • Added Czech translations (Thanks @mjec)
ueli - 8.26.0

Published by oliverschwendener 11 months ago

Improvements:

  • Added support for F1-F24 function keys as hotkey (fixes #1054)
ueli - 8.25.0

Published by oliverschwendener about 1 year ago

New features:

ueli - 8.24.1

Published by oliverschwendener about 1 year ago

Fixes:

  • Added support for macOS 14 Sonoma
ueli - 8.24.0

Published by oliverschwendener over 1 year ago

New Features

  • Added lorem ipsum plugin (Thanks @moritz-hoelting)

Improvements

  • Upgraded 3rd party dependencies

Breaking changes

  • Removed support for Firefox bookmarks due to sqlite and pnpm implications
ueli - 8.23.2

Published by oliverschwendener almost 2 years ago

Bugfixes:

  • Added support for macOS 13 Ventura
ueli - 8.23.1

Published by oliverschwendener about 2 years ago

Improvements:

ueli - 8.23.0

Published by oliverschwendener about 2 years ago

Features:

  • Added Japanese translations (Thanks to @ykhrito)
  • Added traditional Chinese translations (Thanks to @chungchungdev)

Improvements:

  • Skip updating config.json on window move if window position is not being tracked (Thanks to @sashaweiss)
  • Upgraded to electron 20
ueli - 8.22.1

Published by oliverschwendener over 2 years ago

Improvements

  • Show "ueli" when hovering over tray icon (thanks to @tkohlmeier)
  • Disabled spellcheck
  • Fixed typos in Finnish translations (thanks to @Alpakka31)
ueli - 8.22.0

Published by oliverschwendener over 2 years ago

New Features

  • Added Ukrainian UI translations (Thanks to @MetaMmodern)
  • Added Finnish UI translations (Thanks to @Alpakka31)

Improvements

  • Added /System/Applications to default app directories on macOS (Thanks to @343max)
  • Removed unavailable languages in translation plugin (Thanks to @GovindKrishnan)

Bugfixes

  • Fixed some security issues by upgrading 3rd party dependencies
ueli - 8.21.0

Published by oliverschwendener over 2 years ago

New features

  • Added hindi translations (Thanks to @GovindKrishnan)
  • Added more languages to translator plugin (Thanks to @GovindKrishnan )
  • Added the option to set a default currency in the currency converter (Thanks to @peterphmikkelsen)

Bugfixes:

  • Upgraded to electron 17, this fixes some certificate issues (Thanks to @NotWearingPants for helping out on this)
ueli - 8.19.0

Published by oliverschwendener almost 3 years ago

New Features

  • Open WSL in Windows Terminal (thanks to @guoqi)
  • Get favicon from websearch URL (thanks to @weiw11)
  • Added polish translations (thanks to @JustAPhrog)
  • Added italian translations (thanks to @mijorus)
  • Added support for Yandex browsers (thanks to @popstas)

Improvements

  • Catch and log errors of all plugins during index refresh (thanks to @tkohlmeier)

Bugfixes

  • Use -LiteralPath to ignore wildcard characters in paths (thanks to @tkohlmeier)
ueli - 8.18.1

Published by oliverschwendener almost 3 years ago

Improvements

  • Added support for macOS Monterey (Thanks to @danitt)

Bugfixes

  • Added missing translations (Thanks to @ykhrito)
  • Handle mathjs evaluating to null (Thanks to @NotWearingPants)
  • Fixed typo in Russian translation (Thanks to @Belonit)
ueli - 8.18.0

Published by oliverschwendener about 3 years ago

Improvements

  • Upgraded mathjs to 9.5.0 which now supports calculations with percentage (Thanks to @rvramesh)