diff --git a/dist/changelogs/15.8_incremental.md b/dist/changelogs/15.8_incremental.md index 6717b81e7..9c9d1ede6 100644 --- a/dist/changelogs/15.8_incremental.md +++ b/dist/changelogs/15.8_incremental.md @@ -1,4 +1,4 @@ -- Fix PowerShell-based shell sessions freezing after some time due to a wrong ErrorActionPreference. This issue especially broke local machine shell sessions on Windows system with PowerShell being the default shell +- Fix PowerShell-based shell sessions freezing after some time due to a wrong $ErrorActionPreference. This issue especially broke local machine shell sessions on Windows system with PowerShell being the default shell - Fix VNC connections with 24-bit color depths getting rendered with switched colors - Fix SSH askpass failing for portable installations in a directory with non-ASCII characters due to an OpenSSH bug - Fix random ConcurrentModificationExceptions breaking the gui layout @@ -6,6 +6,9 @@ - Fix startup error when process information access was blocked on Windows - Fix SSH config connections not allowing to specify an inline identity username - Fix SSH config connections not applying username specified for the identity +- Fix SSH config parse error when all connections were set to be a tsh ProxyCommand - Fix LXD unsupported flag errors frequently showing up when searching for connections - Fix various rendering issues with svg icons +- Fix errors when pressing undo or pasting into a port integer text field +- Fix terminal logging staying enabled after showing notice that it is not available - Fix many chinese translations diff --git a/version b/version index 7e5ba1bca..78ee3d0fb 100644 --- a/version +++ b/version @@ -1 +1 @@ -15.8-2 +15.8-3