Bug Fixes
-
pwsh: nil UUID when creating an empty DGatewayConfig (#372) (370ed02947) (DGW-73)
Without this patch, the nil UUID is used as the "missing" value instead of $null.
-
installer: ensure default config on install, properly set access URI host (a506c871ee) (DGW-72)
Ensures a default config is created using the Devolutions Gateway binary before applying "Configure now".
-
installer: avoid Unicode char literals (#376) (8d94f94b81) (DGW-74)
Unicode character literals in source files can be problematic, depending on the editor and encoding.
Instead, avoid the issue by masking the character with an asterisk instead of a Unicode "bullet".
Build
- Update Rust toolchain to 1.66 (561dcbbc46)
Documentation
- pwsh: fix links in PowerShell module manifest (#369) (03e26cbbca)
Features
-
dgw: add Telnet protocol variant (b89d553095) (DGW-70)
This change is making possible to omit the port in the target host
field. The Telnet default port will be inferred as appropriate.