Skip to content
This repository has been archived by the owner on Feb 9, 2025. It is now read-only.

Releases: waynezhang/toyskkserv-go

v0.0.5

01 Feb 12:15
90e95ac
Compare
Choose a tag to compare

v0.0.5 (2025-02-01)

New feature

  • add reload command (d96bb6a)
  • off heap cache to surpress memory usage (8574794)
  • use mapped memory as cache (25c7f7f)

Fix

  • crash when multiple reload command received (77d4c45)

Refactor

  • move cmd to root directory (f5363a8)

v0.0.4

29 Jan 10:40
600362f
Compare
Choose a tag to compare

v0.0.4 (2025-01-29)

Bugs fixed:

v0.0.3

28 Jan 12:02
Compare
Choose a tag to compare

v0.0.3 (2025-01-28)

v0.0.2

26 Jan 10:57
Compare
Choose a tag to compare

v0.0.2 (2025-01-26)

Bugs fixed:

  • local dictionary cannot be loaded correctly(ae3cc98)
  • fix dictionary update(9e7dd27)

v0.0.1

26 Jan 02:47
Compare
Choose a tag to compare

v0.0.1 (2025-01-26)

New feature:

  • got rid of iconv, introduced a customized EUC decoder, with low(36c7256)
  • support local file directionary(0e6f968)
  • prioritize config file in current directory(3c74f2e)
  • fix command handling for host, version(b2e2da8)
  • server completion(937bacb)
  • limited google ime support(73d38da)
  • be able to disable dict auto update(def9715)
  • error detect on encoding converation(94500c3)
  • libiconv binding(8319da3)
  • first commit(9f95cfa)

Bugs fixed: