Skip to content

Releases: james58899/hath-rust

1.2.0

06 Mar 14:10
8c43578
Compare
Choose a tag to compare

Warning

This release contains major changes.
Please pay attention to ensure that everything is working.

Note

This version replaces the server framework and adjusts memory allocation, reducing memory usage by about 50%.
Since this is a large change, although it has been tested before release, please open an issue if any problems occur.

Change

  • Fixed proxy error not fallback to direct connections in certain cases.
  • Tweak allocator to reduce memory usage
  • Replace server framework

Full Changelog: v1.1.2...v1.2.0

1.1.2

22 Jan 15:13
7d92883
Compare
Choose a tag to compare

Tip

This version applies proxy to downloader, adds MacOS build, and some minor optimizations.
Since there are no major issues, using the older version does not require an immediate update.

Change

  • Add build for macOS
  • Disable system proxy
  • Apply proxy for downloader
  • Tweak shutdown timeout to 30s
  • Minor optimization

New Contributors

Full Changelog: v1.1.1...v1.1.2

1.1.1

28 Dec 06:54
e158cfb
Compare
Choose a tag to compare

Note

This version contains important bugfixes.
All users are recommended update to this version.

Change

  • Fix request stuck 30s when cache in downloading state

Full Changelog: v1.1.0...v1.1.1

1.1.0

26 Dec 10:59
0421f48
Compare
Choose a tag to compare

Note

This version contains important bugfixes and Windows support.
All users are recommended update to this version.

Change

  • Add Windows support [Experimental]
  • Fix cache download state leak when request canceled
  • Delete old temp file on start
  • Fix log directory not create
  • Refactor cache download state

Full Changelog: v1.0.4...v1.1.0

1.0.4

30 Oct 11:50
70d0b4f
Compare
Choose a tag to compare

Tip

This version adds proxy support and some bugfixes.
See the wiki for usage of proxy options.

Change

  • Add proxy option
  • Fix logging not re-enable after disable from settings page.
  • Send filename to browser
  • Flush log every 10s
  • Update help description

Full Changelog: v1.0.3...v1.0.4

1.0.3

11 Oct 04:31
be65d66
Compare
Choose a tag to compare

Change

  • Fix reading cache file blocking worker thread
  • Add request process timeout
  • Log server response error

Full Changelog: v1.0.2...v1.0.3

1.0.2

28 Sep 18:16
5e48371
Compare
Choose a tag to compare

Change

  • Reduce glibc version requirement to 2.31
  • Immediately write the error log to the file
  • Improve performance

Full Changelog: v1.0.1...v1.0.2

1.0.1

18 Sep 19:44
978ed61
Compare
Choose a tag to compare

Change

  • Fix error handling if client_login not exist.

Full Changelog: v1.0.0...v1.0.1

1.0.0

18 Sep 10:15
18f116c
Compare
Choose a tag to compare

First stable release 🎉

All core functions have been implemented, and it’s time to release the first stable version!

Nightly

14 Sep 13:15
f894459
Compare
Choose a tag to compare
Nightly Pre-release
Pre-release

Full Changelog: d8b0deb...f894459