Releases: james58899/hath-rust
1.2.0
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
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
- @UjuiUjuMandan made their first contribution in #216
Full Changelog: v1.1.1...v1.1.2
1.1.1
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
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
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
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
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
1.0.0
First stable release 🎉
All core functions have been implemented, and it’s time to release the first stable version!
Nightly
Full Changelog: d8b0deb...f894459