New Features
- Added option to hide tray icon (#36)
- Added new updater
- Added option to search folders recursively
- Added Windows 10 Photos app
- Indicate that command line tool has started (#41)
- Changed the way ueli opens up webpages/files/folders on Windows (#42)
Bugfixes
- Reset user input properly
- Close main window properly
- Destory tray icon when it already exists
Compatibility with older versions
If you are using an older version of ueli please be aware that your old config file is no completly compatible with this release.
The main conflict is due to the new folder search options. You can migrate your previous config like this:
v4.7.0 and older:
"fileSearchFolders": [
"C:\\Users\\Oliver"
]
v5.0.0 and newer:
"fileSearchOptions": [
{
"folderPath": "C:\\Users\\Oliver",
"recursive": false
}
]