Releases: poderosaproject/poderosa
Releases · poderosaproject/poderosa
dev-20250104
dev-20241208
dev-20241201
dev-20241129
4.7.0
Full Changelog: 4.6.0...4.7.0
-
Added support for the AES-GCM as the cipher/MAC algorithms:
[email protected]
,[email protected]
,AEAD_AES_128_GCM
andAEAD_AES_256_GCM
.
These algorithms are set to a lower priority by default due to their higher CPU usage.
You can adjust their priority in the "SSH" section of the "Option Settings" dialog. -
Changed the initial focus to the hostname field when opening the New Session dialog. (#44)
-
Fix: An error may occur when saving the configuration file after the MRU size has been changed.
-
Moved test codes of Granados to GranadosTest.
dev-20240826
dev-20240818
dev-20240806
4.6.0
Full Changelog: 4.5.1...4.6.0
- Supports KEX algorithm "
[email protected]
." - Allow storing passphrase in the shortcut file (.gts).
The shortcut files containing passphrase, saved in older versions (<=4.4.5), can also be used. - Fix: Support for using read-only key file.
- Some code cleanup.