Skip to content

Releases: waynezhang/toyskkserv

v0.0.7

14 Feb 16:58
5d03cc9
Compare
Choose a tag to compare

v0.0.7 (2025-02-14)

New feature

  • show download progress. colorize logs (f6a9fef)
  • support .tar.gz and .gz download (ceea9cf)

Fix

  • disable test for downloadFiles temparaly (f93ce0b)

Refactor

  • remove version command as it shows in help command (cce30d1)
  • small fixes (d4fad0e)

v0.0.6

12 Feb 11:31
0842fb6
Compare
Choose a tag to compare

v0.0.6 (2025-02-12)

Fix

  • suppress memory usage by passing allocator to handlers (e433cfc)

v0.0.5

11 Feb 14:48
9f6e68b
Compare
Choose a tag to compare

v0.0.5 (2025-02-11)

New feature

Fix

Refactor

v0.0.4

09 Feb 09:19
Compare
Choose a tag to compare

v0.0.4 (2025-02-09)

Fix

  • config file is not found (bef6d29)
  • download and load didctionary in relative path (4b72111)

v0.0.3

09 Feb 08:47
Compare
Choose a tag to compare

v0.0.3 (2025-02-09)

Fix

  • config file is not found (bef6d29)

v0.0.2

09 Feb 08:29
Compare
Choose a tag to compare

v0.0.2 (2025-02-09)

New feature

  • dynamic version (21d9175)
  • first commit (78b8c47)
  • reload command, replace allocator to jdz to save memory and ensure thread-safety (fdca680)
  • verbose mode (01c9bd3)

Fix

Refactor