Skip to content

Releases: alexheretic/apart-gtk

v0.18

02 Nov 10:36
v0.18
Compare
Choose a tag to compare
  • 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

17 Sep 19:23
v0.17
Compare
Choose a tag to compare
  • Fix distro-dependant partclone location issues
  • Improve UI clarity for history stats / clone names

v0.16

11 Sep 15:38
v0.16
Compare
Choose a tag to compare
  • 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

05 Sep 15:43
v0.15
Compare
Choose a tag to compare
  • 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

28 Aug 12:39
v0.14
Compare
Choose a tag to compare

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

05 Jun 13:20
v0.13
Compare
Choose a tag to compare
  • Fix "Run Again" showing when source was mounted
  • Update build data

v0.12

04 Jun 14:39
Compare
Choose a tag to compare
  • Fix "Run Again" option showing for sources that are unavailable
  • Build: Add .deb package support
  • Build: Add .rpm package support

v0.11

20 May 19:51
Compare
Choose a tag to compare
  • Handle situations where no partitions are found gracefully with a message
  • Ignore swap partitions

v0.10

16 May 23:10
Compare
Choose a tag to compare
  • Build portability improvements
  • Cross theme style compatibility fixes

v0.9

12 May 12:45
Compare
Choose a tag to compare
  • 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