Skip to content

Overplus v1.1.0

Choose a tag to compare

@xyanrch1024 xyanrch1024 released this 18 Jul 22:44
· 120 commits to master since this release

Overplus v1.1.0

New Features

  • Configurable thread count (thread_count in server.json, default 0 = auto-detect CPU cores)
  • Chinese README (README.zh.md) with language toggle

Bug Fixes

  • Client Session resource leak fix (SOCKS5 auth 0xFF, do_sent_v_req, write_socks5_response)
  • Client Session config race condition (copy config fields at construction)
  • IoContextPool round-robin using atomic to prevent data race
  • Log file daily rotation fix (date change detection)
  • Log filename using localtime instead of gmtime
  • Build fix: remove unused z/dl/pthread link dependencies (Windows build)

Improvements

  • Window title and status bar show version number
  • Startup version output for all entry points
  • Documentation improvements

Notes

  • Server binary: overplus-linux-x86_64.zip
  • Client (Windows): needs to be rebuilt with latest fixes