Releases: Szum123321/textile_backup
Releases · Szum123321/textile_backup
2.2.0
Changes:
- Switched from Cotton config to Cloth config to provide modmenu support
- Cloth config is now required dependency
2.1.0
2.1.0 Test Release
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
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
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
- command to initiate restoration (/backup restore [version] [comment])
- Reordered config file
- Better logging system (Based on Cotton's ModLogger)
- A ton of internal changes
Beta relese for 2.0.0
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
- command to initiate restoration (/backup restore [version] [comment])
- 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
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
Repaired #29
Improved backup scheduling system
Read: #28 merge request
Repaired #22
Repaired #22.