Skip to content

Releases: Szum123321/textile_backup

3.1.3

22 Dec 13:17
Compare
Choose a tag to compare

Fixed:


Full Changelog: 3.1.2...3.1.3

3.1.2

12 Sep 20:55
908bb95
Compare
Choose a tag to compare

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: 3.1.0...3.1.2

3.1.1-b

10 Sep 20:06
Compare
Choose a tag to compare
3.1.1-b Pre-release
Pre-release

EXPERIMENTAL

Full Changelog: 3.1.0...3.1.1-b

3.1.1

09 Sep 22:45
Compare
Choose a tag to compare

Should repair #130 and #123

Full Changelog: 3.1.0...3.1.1

3.1.0

08 Jun 21:06
04533f8
Compare
Choose a tag to compare

What's Changed

  • Repaired exceptions on windows due to locked access to session.lock
  • Added some more debug info

Full Changelog: 3.0.0...3.1.0

3.0.0

04 Jun 10:28
955fbd0
Compare
Choose a tag to compare

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: 2.5.0...3.0.0

2.5.0

06 Nov 11:00
Compare
Choose a tag to compare

What's Changed

  • Few general bugfixes
  • Added '/backup restore latest' (#85)

Full Changelog: 2.4.0...2.5.0

2.4.0

23 Jun 08:29
4fa3002
Compare
Choose a tag to compare

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!

Full Changelog: 2.3.1-1.19...2.4.0

2.3.1-1.19

16 Jun 19:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.0...2.3.1-1.19

2.3.0

30 Nov 19:58
Compare
Choose a tag to compare

Added:

  • Config option to enable/disable announcing to all players start and end of a backup (Closes #58 and #71)