Skip to content

Releases: vrtmrz/diffzip

0.1.4

15 May 04:26
4aa8835

Choose a tag to compare

0.1.4

15th May, 2026

Improved

  • Backup performance has been improved.

Fixed

  • The bug during cancelling backup has been fixed.
  • Notice dialog layout has been fixed.

0.1.2

14 May 12:44
2e9ef56

Choose a tag to compare

0.1.2

14th May, 2026 (3rd).

(Well, right, let’s call it a day for now).

Improvement:

  • Refactored the restore dialogue
  • Preventing the progress bar from flickering

0.1.1

14 May 12:34
7e3ae6f

Choose a tag to compare

0.1.1

14th May, 2026 (2nd).

Fixed

  • Fix for the issue where behaviour was unusual when fetching old files

0.1.0

14 May 12:11
2478136

Choose a tag to compare

0.1.0

14th May, 2026

New feature

  • Lightweight sync has been implemented
    In other words, you can import and send updated files all from a single dialogue.
  • Progress is now displayed in a dialogue box.

Improved

  • Got a lot quicker.

Internal changes

  • Many tests have been added.

0.0.21

13 May 14:06
5e73f89

Choose a tag to compare

0.0.21

13th May, 2026

New features

Selective Apply a file (Lightweight Synchronisation)

  1. Perform Selective Apply Remote Backup (Check and Mirror) from the command palette.
  2. Select the file you want to apply.
  3. Perform Apply to apply the differences.

0.0.20

03 Sep 08:41
108a7b2

Choose a tag to compare

0.0.20

Improved

  • Now the backup progress pop-up is easier to understand.

0.0.19

02 Sep 11:08
06c4967

Choose a tag to compare

0.0.19

New feature

  • Splitting backup by the total size of files in a ZIP file.

    Fixed

    • No longer restarting during large file processing
    • Progress is shown more smoothly.

0.0.18

18 Aug 08:39
30520a6

Choose a tag to compare

0.0.18

I appreciate your patience with frequent releases!

Changed

  • Change StorageAccessor from NORMAL to DIRECT; for backup access (#7)

0.0.17

18 Aug 08:26
b6c38d9

Choose a tag to compare

0.0.17

Fixed

  • Fixed to ignore cache when fetching TOC correctly.

0.0.16

18 Aug 07:53
a59ea61

Choose a tag to compare

0.0.16

(0.0.15 has been skipped due to release mistake).

New feature

  • Add support for relative folders on Anywhere (#6, #7).

Refactored

  • Fix importing syntax and ext.
  • Fix type issues
  • Restructuring folders.
  • Refactor Storage Accessors