Releases: alexheretic/apart-gtk
Releases · alexheretic/apart-gtk
v0.18
- Clones are now partition uuid aware.
- Prevent direct re-runs from same named partitions with differing uuids.
- Partition uuid is shown in the expanded information of a successful clone.
- .deb build now depends on zstd, as the minimum version is now supported in ubuntu 17.10.
v0.17
- Fix distro-dependant partclone location issues
- Improve UI clarity for history stats / clone names
v0.16
- Add desktop notification when all tasks have finished, show number of success/failures
- Handle interrupt signals by cleanly exiting, ie ctrl-c, nodemon
v0.15
- Adds a 'syncing' stage to clones to cover the wait for the compress buffer to properly write to disk. When finished now all writes have been performed on the clone image.
- Use
.zst
for zstandard file extensions (will still accept restores from .zstd, and re-runs) - Disable re-running when compression is not available
v0.14
Adds support for uncompressed, lz4 and zstd compression options, in addition to the pigz previous default. Will default to zstd if available, otherwise gz (pigz is still a required dependency).
v0.13
- Fix "Run Again" showing when source was mounted
- Update build data
v0.12
- Fix "Run Again" option showing for sources that are unavailable
- Build: Add .deb package support
- Build: Add .rpm package support
v0.11
- Handle situations where no partitions are found gracefully with a message
- Ignore swap partitions
v0.10
- Build portability improvements
- Cross theme style compatibility fixes
v0.9
- Handle apart-core early exit, ie cancel polkit
- Tweak UI tooltips for consistency
- Add python 3.5 compatibility
- Add make build support
- Improve build portability