Issues resolved
- Udp support by @Zitrax in #97, #98
- Resolve config by @Zitrax in #100
- Add support for positional arguments #63 by @Zitrax in #101
- Update gtest due to compile issue by @Zitrax in #102
- Generate proper peer id by @Zitrax in #103
- No pch by @Zitrax in #104
- Socket tests by @Zitrax in #105
- Update vcpkg and dependencies by @Zitrax in #106
- Test cleanup by @Zitrax in #107
- Reuse listener ports and better integration testing by @Zitrax in #108
- Update compiler by @Zitrax in #113
In general
- Torrent Creation: Added torrent_writer support for creating single and multi-file torrents.
- UDP Trackers: Implemented UDP tracker protocol support.
- Integration Tests: Switched from Transmission to Webtorrent, improved Docker networking, and added Windows support for tests.
- Bug Fixes: Fixed "use-after-free" errors, thread safety issues, and various compile/clang-tidy fixes.
- Improved integration tests.
- Using newer compilers in CI (clang-22, gcc-14 and clang-tidy 22)
Full Changelog: v0.5...v0.6