github oliverschwendener/ueli v6.0.0
6.0.0

latest releases: v9.0.0-beta.1, v9.0.0-beta.0, v9.0.0-alpha.12...
5 years ago

New Features

  • When using calculator you can copy the result to the system clipboard by pressing Enter (#57)
  • Added new system settings for macOS

Compatibility with older versions

If you are using an older version please be aware that your old config file will not be compatible with this release

  • customCommands has been replaced with shortcuts. You can migrate your previous config like this:

v5.1.0 and older:

"customCommands": [
    {
        "name": "Whatsapp",
        "executionArgument": "https://web.whatsapp.com",
        "icon": "<svg>...</svg"
    }
]

v6.0.0 and newer:

"shortcuts": [
    {
        "name": "Whatsapp",
        "executionArgument": "https://web.whatsapp.com",
        "icon": "<svg>...</svg"
    }
]
  • There is a new way to specify custom commands which accept parameters

v6.0.0 and newer:

"customCommands": [
    {
        "name": "Open with Visual Studio Code:",
        "executionArgument": "!code",
        "prefix": "openwithcode"
    }
]

Don't miss a new ueli release

NewReleases is sending notifications on new releases.