Beta-release before our next major version.
Highlights
- Add change passphrase feature (e4064b4) by @VandalByte - Adds UI and functionality to change repository passphrases directly within Vorta.
- Add file dialog to exclude patterns (801f356) by @VandalByte - Adds file browser to visually select files/folders for backup exclusion instead of manual path entry.
- Always show window if no system tray (1082a26) by @daym - Ensures Vorta window remains accessible on systems without system tray support.
- Avoid GUI freezing during pre-backup command (919211c) by @ahmedhosssam - Runs pre-backup commands asynchronously to prevent GUI from becoming unresponsive.
- No timeout for errors (0a316e7) by @VandalByte - Makes error notifications persistent until manually dismissed to prevent missing critical errors.
What's Changed
- add exclude patterns for most common media files and .part files by @renner0e in #2145
- remove setuptools from install_requires by @dotlambda in #2187
- Improved GUI to clarify the passphrase field by @VandalByte in #2208
- Notification timeout removed for critical errors by @VandalByte in #2210
- Skip reading file size if path name is too long by @twilight39 in #2215
- Add missing placeholder keys by @VandalByte in #2227
- Add 1pass and terminus logos by @m3nu in #2228
- logs: put borg arguments within quotation marks when they contain special strings by @goebbe in #2190
- Re-arrange tasks to get correct finished event by @m3nu in #2235
- Add a new unified file selector by @VandalByte in #2237
- Fix broken transifex link by @VandalByte in #2250
- feat: refresh metadata by @renner0e in #2247
- Add the change passphrase feature by @VandalByte in #2224
- Adding Flatpak app caches to "All Cache Files" exclusion preset. by @CScallops in #2232
- Add exclude pattern for Java development artefacts by @MrMinemeet in #2262
- Fix bug with incorrect renaming of archives after aborting edit by @VandalByte in #2213
- Fix the blank entry in the Custom exclusion by @VandalByte in #2268
- Fix GUI Freezing while running pre-backup command by @ahmedhosssam in #2214
- If there's no system tray, at least show a window. by @daym in #2205
- Add file dialog to exclude patterns by @VandalByte in #2252
New Contributors
- @dotlambda made their first contribution in #2187
- @VandalByte made their first contribution in #2208
- @twilight39 made their first contribution in #2215
- @CScallops made their first contribution in #2232
- @MrMinemeet made their first contribution in #2262
- @ahmedhosssam made their first contribution in #2214
- @daym made their first contribution in #2205
Full Changelog: v0.10.3...v0.11.0-beta1