Features
-
dgw: clean path PDU extension for RDP (3bc0643818) (ARC-109)
-
installer: show *.cer when browsing for certificate files (#383) (2de4a3880d)
.cer is another popular extension for certificate files.
-
jetsocat: file-based pipes (#385) (62394d3b48)
write-file://<PATH>
: write file at the specified locationread-file://<PATH>
: read wile at the specified location
-
dgw: add service version to health check JSON response (d9f5472120)
Bug Fixes
-
jetsocat: use rustls-native-certs on macOS and Linux (#382) (7305ce42be)
Let rustls use the platform’s native certificate store.
Build
- Update Rust toolchain to 1.67.0 (f581e9bdc7)
Continuous Integration
-
jetsocat: enable hardened runtime on macOS (#378) (84b5c33b47)
-
jetsocat: build the jetsocat nuget in package.yml (#380) (2e0d0eef4d)
Build the jetsocat nuget package as part of the packaging workflow (instead of the old standalone workflow, which just took the latest release from GitHub).
If running the package workflow manually, the version number of the package may be specified; else it defaults to the current date.
-
jetsocat: add Linux binary to nuget package (#384) (8a74ff86ca)