Skip to content

Releases: Szum123321/textile_backup

2.2.0

03 Aug 21:50
Compare
Choose a tag to compare

Changes:

  • Switched from Cotton config to Cloth config to provide modmenu support
  • Cloth config is now required dependency

2.1.0

19 Jun 17:05
Compare
Choose a tag to compare

Repaired:

  • Issue #52(Restored backup is being deleted)
  • Issue #42(Watchdog timeout)

Added:

  • Uncompressed option (TAR)
  • Error message for issue #51(Out of space exception) now contains link to wiki

Java 16 is required on all versions now.

2.1.0 Test Release

06 Dec 23:14
75eec3e
Compare
Choose a tag to compare

This is a very big release. A lot of code refactoring and bugfixes but only a handful of new features.

Added:

  • Global chat message on backup startup
  • delete command (for deleting backup files)
    Changed:
  • Better logging (finally no double output)

The only big thing that has not been repaired is #42, but I made it so that a message gets printed out and backup should continue.

I'll wait with releasing the full version until #42 gets solved.

2.0.1

14 Sep 18:23
3402654
Compare
Choose a tag to compare

Repaired bug causing some responses not to show up on server console.

SHA1: 738c5a59ad538d2a1a7b7b0cc7adf40901a8c793: textile_backup-2.0.1-1.16.3.jar

2.0.0

14 Sep 18:33
Compare
Choose a tag to compare

Changes:

  • No you can restore backup (Hurray!) which includes :
    • command to initiate restoration (/backup restore [version] [comment])
      • comment is optional and it is a comment that would be added to the backup of the old world
    • command to stop restoration (/backup killR)
    • command for listing available backups (/backup list)
    • config option to make a backup of the old world before deleting it
  • Reordered config file
  • Better logging system (Based on Cotton's ModLogger)
  • A ton of internal changes

Beta relese for 2.0.0

08 Aug 10:20
Compare
Choose a tag to compare
Beta relese for 2.0.0 Pre-release
Pre-release

Changes:

  • Added backup restoration system (Hurray!) which includes :
    • command to initiate restoration (/backup restore [version] [comment])
      • comment is optional and it is a comment that would be added to the backup of the old world
    • command to stop restoration (/backup killR)
    • command for listing available backups (/backup list)
    • config option to make a backup of the old world before deleting it
  • Reordered config file
  • Better logging system (Based on Cotton's ModLogger)

SHA1 sum of 2.0.0-A-1.16.1.jar:
b14c5565d9f014ffdb914e4339a7db7b146e8a81

Bugfixes + Cleanup

02 Aug 21:59
Compare
Choose a tag to compare

Changes:

  • When starting backup form server console there won't be double output.
  • Repaired: java.lang.NoSuchMethodError: java.util.stream.Stream.takeWhile
  • Maybe repaired Zip compression (idk)
  • Compression time is now displayed in more useful format (HH:mm:ss.SSS)
  • There is now differentiation between backups started from server console, by timer, and because of shutdown

Repaired crashes on client

19 Jul 10:09
Compare
Choose a tag to compare

Improved backup scheduling system

14 Jul 19:52
2864138
Compare
Choose a tag to compare

Repaired #22

09 Jul 19:11
51ad310
Compare
Choose a tag to compare

Repaired #22.