Fixed:
- Repaired #147
Full Changelog: https://github.com/Szum123321/textile_backup/compare/3.1.2...3.1.3
What's Changed:
- Fixed #123 - Improper call to MinecraftServer::saveAll leading to various exception during backup creation
- Fixed #130 - Missing CRC checksum on single-threaded ZIP
- Fixed #122 - BZIP2 producing empty files due to missing call to the actual compressor
- Implemented #125 - TxB no longer enables world auto-saving for dimensions that didn't have it enabled before the backup
Full Changelog: https://github.com/Szum123321/textile_backup/compare/3.1.0...3.1.2
What's Changed:
- Fixed #123 - Improper call to MinecraftServer::saveAll leading to various exception during backup creation
- Fixed #130 - Missing CRC checksum on single-threaded ZIP
- Fixed #122 - BZIP2 producing empty files due to missing call to the actual compressor
- Implemented #125 - TxB no longer enables world auto-saving for dimensions that didn't have it enabled before the backup
Full Changelog: https://github.com/Szum123321/textile_backup/compare/3.1.0...3.1.2
What's Changed:
- Fixed #123 - Improper call to MinecraftServer::saveAll leading to various exception during backup creation
- Fixed #130 - Missing CRC checksum on single-threaded ZIP
- Fixed #122 - BZIP2 producing empty files due to missing call to the actual compressor
- Implemented #125 - TxB no longer enables world auto-saving for dimensions that didn't have it enabled before the backup
Full Changelog: https://github.com/Szum123321/textile_backup/compare/3.1.0...3.1.2
What's Changed
- Repaired exceptions on windows due to locked access to session.lock
- Added some more debug info
Full Changelog: https://github.com/Szum123321/textile_backup/compare/3.0.0...3.1.0
What's Changed
- Added integrity verification - backups suffering from the infamous 1kB bug won't be restored
- Added new config option to control verification process
- Fix the watchdog time out (#81, #42)
- 1.20 update
Full Changelog: https://github.com/Szum123321/textile_backup/compare/2.5.0...3.0.0
What's Changed
- Few general bugfixes
- Added '/backup restore latest' (#85)
Full Changelog: https://github.com/Szum123321/textile_backup/compare/2.4.0...2.5.0
Changes
- Improved restore algorithm -> in the case of an error, the original world file won't get deleted
- Rewrite of cleanup algorithm
- Moved entirely to NIO api -> better I/O error propagation
Report any and all bugs and happy mining!
Added:
- Config option to enable/disable announcing to all players start and end of a backup (Closes #58 and #71)
Changes:
- Switched from Cotton config to Cloth config to provide modmenu support
- Cloth config is now required dependency
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.