| sidebar_position | 0 |
|---|
Version: Next release
Release date: xx.xx.2025
| File | SHA256 |
|---|
System requirements
- Windows 10 / Server x64 (22H2 or later)
- .NET Desktop Runtime 10.0 (LTS) - x64
-
Migrated from .NET 8.0 (LTS) to .NET 10.0 (LTS). Upgrade your .NET Desktop Runtime to version 10.0 (LTS) - x64 before you install this version. #3229
-
AWS Session Managerfeature has been removed. The AWS Session Manager Plugin is not actively maintained and contains several bugs (e.g. German / Spain keyboard layout issues). The current code base was also difficult to maintain and extend, and I currently have no test environment. The Sync feature (EC2 instances -> Profiles) has been removed as well, because it was limited to AWS Session Manager only. This will be re-introduced in a future release to support multiple providers (AWS,Azure, etc.) and more features likePing Monitor,PuTTYorRemote Desktop.:::note
You can still use AWS Session Manager within NETworkManager with the PowerShell feature by using the
aws ssm start-session --target <instance-id>command.:::
Remote Desktop
- Flag to enable
Admin (console) sessionadded to the RDP connect, profile and group dialogs. This flag allows connecting to the console session of the remote computer. #3216
Profiles
- Profile file creation flow improved — when adding a new profile you are now prompted to enable profile-file encryption to protect stored credentials and settings. #3227
- Profile file dialog migrated to a child window to improve usability. #3227
- Credential dialogs migrated to child windows to improve usability. #3231
Remote Desktop
- Redesign RDP connect dialog (migrated from dialog to child window). #3216
PowerShell
- Redesign PowerShell connect dialog (migrated from dialog to child window). #3234
PuTTY
- Redesign PuTTY connect dialog (migrated from dialog to child window). #3234
Web Console
- Redesign Web Console connect dialog (migrated from dialog to child window). #3234
PowerShell
- Resolve the actual path to
pwsh.exeunderC:\Program Files\WindowsApps\instead of relying on the stub located at%LocalAppData%\Microsoft\WindowsApps\. The stub simply redirects to the real executable, and settings such as themes are applied only to the real binary via the registry. #3246 - The new profile filter popup introduced in version
2025.10.18.0was instantly closed when aPowerShellsession was opened and the respective application / view was selected. #3219
PuTTY
- The new profile filter popup introduced in version
2025.10.18.0was instantly closed when aPuTTYsession was opened and the respective application / view was selected. #3219
- Documentation updated
- Code cleanup & refactoring
- Introduced a new DialogHelper utility to centralize creation of
OKandOK/Canceldialogs. This reduces duplication and enforces a consistent layout. #3231
- Introduced a new DialogHelper utility to centralize creation of
- Migrated existing credential and profile dialogs to use DialogHelper, improving usability, accessibility and maintainability across the app. #3231
- Language files updated via #transifex
- Dependencies updated via #dependabot