Next Release
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
Breaking Changes
What's new?
PowerShell
- DPI scaling is now applied correctly when NETworkManager is moved to a monitor with a different DPI scaling factor. The embedded PowerShell (conhost) window now rescales its font automatically using the Windows Console API (
AttachConsole+SetCurrentConsoleFontEx), bypassing the OS limitation that preventsWM_DPICHANGEDfrom being forwarded to cross-process child windows. #3352
PuTTY
- DPI scaling is now applied correctly when NETworkManager is moved to a monitor with a different DPI scaling factor. The embedded PuTTY window now receives an explicit
WM_DPICHANGEDmessage with the new DPI value packed intowParam, since the OS does not forward this message across process boundaries afterSetParent. #3352
Improvements
- Redesign Status Window to make it more compact #3359
Bug Fixes
PowerShell
- Fixed incorrect initial embedded window size on high-DPI monitors. The
WindowsFormsHostpanel now sets its initial dimensions in physical pixels using the current DPI scale factor, ensuring the PowerShell window fills the panel correctly at startup. #3352
PuTTY
- Fixed incorrect initial embedded window size on high-DPI monitors. The
WindowsFormsHostpanel now sets its initial dimensions in physical pixels using the current DPI scale factor, ensuring the PuTTY window fills the panel correctly at startup. #3352
TigerVNC
- Fixed incorrect initial embedded window size on high-DPI monitors. The
WindowsFormsHostpanel now sets its initial dimensions in physical pixels using the current DPI scale factor, ensuring the TigerVNC window fills the panel correctly at startup. #3352
Dependencies, Refactoring & Documentation
- Code cleanup & refactoring
- Language files updated via #transifex
- Dependencies updated via #dependabot