Releases: poderosaproject/poderosa
4.8.1
Full Changelog: 4.8.0...4.8.1
Fixed
-
Fixed: Shortcut connection dialog doesn't close when the connection is established. (regression issue from 4.8,0) (#45)
-
Fixed: Application cannot be terminated if SSH authentication has been cancelled from connection dialog.
-
Fixed: If escape sequence starts immediately after a control string introducer, the escape sequence is not handled properly.
dev-20250509
4.8.0
Full Changelog: 4.7.0...4.8.0
* Known Issues * (fixed in the next release)
- Shortcut dialog does not close when connection is established (#45)
Feature Changes
-
Terminal emulation was redesigned, and support for numerous escape sequences, including SIXEL, was added.
A new escape sequence engine is used to detect escape sequences with the state machine.
Compatibility with XTerm and standards was also improved. -
Configuration file
options.confis now saved in UTF-8 with BOM.
Previousoptions.confsaved with the system default encoding can also be loaded. -
Error log file
error.logis now saved in UTF-8 with BOM.
If a previouserror.logsaved with the system default encoding exists, it will be renamed and a newerror.logwill be created. -
The encoding for the text log and XML log is now UTF-8 with BOM.
-
Splitting/Unifying pane functionality was improved.
The splitter UI, which splits pane at the centerline, is now disabled by default.
You can enable it withorg.poderosa.core.window.enableOldSplitterUI.
Splitting/Unifying pane from the menu now works even if no active connection exists.
New Features
-
In SSH / TELNET / Cygwin connection,
xterm-256colorcan be selected as the Terminal Type, which specifies the value for theTERMenvironment variable.
xterm-256coloris the default for the new connections, but you may need to change Terminal Type manually if you edit the old settings to start a new connection. -
Remote address of the connection can be copied to the clipboard from the context menu of the tab for each connection.
-
Font dialog in Options Settings > Display has been improved:
- Support for decimal point values in font size
- Duplicate font names have been eliminated from listings
- Dialog is now resizable
-
More runtime information is added to About dialog.
Fixed
-
Fixed: Non-ASCII font names may appear corrupted in the font dialog
-
Fixed: Application may not terminate when closing window during SSH authentication
-
Fixed: Terminal size is not reported to the server after SSH or TELNET authentication
Internal Changes
- P/Invoke attributes to follow Windows API conventions were added for boolean return values and string members.