๐ New Features
- implement uaenet.device using pcap (fixes #1678 by midwan)
- Add CHD-zstd support (#1679 by rtissera)
- Added FreeBSD support. No binaries available in the release, but it will now build and run properly
๐ Bugfixes
- Fix compile error on latest GCC versions (fixes #1673)
- make gethostbyname/gethostbyaddr thread-safe (issue #1487)
- Don't throw serial port errors to the console
- Prevent null pointer return for small ROM buffer sizes
- Fix Custom Controls not loaded (fixes #1665)
๐จ Improvements
- improve bsdsocket library emulation (#1359)
- log any privileged ports access
- reduce log spam (#1359)
- Improve raw socket handling (#1359)
- Fix display adapter detection logic (fixes #1677)
- Added support for CHD+zstd archives
- make ZSTD support optional
๐๏ธ Build System
- add libzstd in build dependencies in pipeline
- workflow improvements, added Brewfile
- improve aarch64 toolchain file
- reorganize root cmake file [skip ci]
- workflow fixes
- fixed artifact name
๐ Documentation Changes
- minor fixes in readme
๐งน Chores
- added libpcap in .DEB package description
- improve gitignore file
- updated version to 7.1.0 for next release