Skip to content

Releases: K4rian/twserver-go

v0.4.1

18 Mar 01:57
Compare
Choose a tag to compare

Changes in v0.4.1

  • Update: Bump go version to 1.22 (from 1.20).

v0.4

01 Apr 03:46
Compare
Choose a tag to compare

Changes in v0.4

  • New: Added the host parameter in the configuration file1.
  • New: The log system is now powered by lumberjack.
  • New: Exposed the logger configuration in the configuration file1.
  • Update: The log file name can be specified in the configuration file1.
  • Update: The log directory is now created if it doesn't exists.
  • Update: The server catch the SIGINT signal properly if triggered and can now be gracefully shutdown.
  1. README 2 3

v0.3

14 Jan 18:20
Compare
Choose a tag to compare

Changes in v0.3

  • New: Added custom directory support (see #1 and the updated README).
  • Update: Improved logging and error handling.

v0.2

20 Nov 17:22
Compare
Choose a tag to compare

Changes in v0.2

  • Update The backup directory is now checked and created once in the init function.
  • Update: The entire backup process (copy/move/zip) has been moved into a dedicated function (makeBackup) executed in a goroutine to improve performance on low-end hardware.

v0.1

12 Nov 17:19
Compare
Choose a tag to compare

Initial release.