4.0.0 Pre-Release 2
Pre-release
Pre-release
- [#22] Switched macOS compiler from
gcc-10
toclang
v16+ to remove the need to install GCC libraries.
The macOS version should now be plug-and-play like the others. - Re-implemented some of the prettified exceptions (DNS resolution failed, connection failed, authentication failed).
- Re-implemented support for specifying target via environment variables.
- Re-added the
--print-env
option. - Added a try-catch block around setting the socket timeout. If an exception occurs, it gets written to the log instead of crashing the program.
Full Changelog: 4.0.0-pr1...4.0.0-pr2