Known Issue
This issue is Codinn Store version specific – you may lost your App Store Premium license after upgrade to Core Shell/ Tunnel 3.10 or later. It is required that reinstall 3.10 or later from App Store again, then switch back to Codinn Store version.
Version 3.10.4 - 2024-08-28
Version 3.10.4 is a hotfix release for fixing:
- Core Shell: SFTP XPC component terminated unexpectedly when uploading or downloading files.
- Core Tunnel: SSH XPC component terminated unexpectedly when using dynamic port forwarding.
Special thanks to Golo Königshoff (@DerGolo) and Fabian Heusel for helping this release.
Version 3.10.3 - 2024-08-20
Version 3.10.3 is a hotfix release for fixing:
- Crash if remote authentication prompt contains "@".
Special thanks to @jamespauly for helping this release.
Core Shell Version 3.10.2 - 2024-08-16
Version 3.10.2 (Core Shell) is a hotfix release for fixing:
- The terminal size does not change with the shell window.
Special thanks to Craig Altenburg (@Curuvar) for helping this release.
Version 3.10.1 - 2024-08-12
Version 3.10.1 is a hotfix release for fixing:
- Codinn Store version: activation window should be dark when system in dark mode.
Special thanks to Craig Altenburg (@Curuvar) for helping this release.
Version 3.10 - 2024-08-09
Core Shell/Tunnel 3.10 employs a more reliable iCloud synchronization method, and allows automatic profiles backup.
Moreover, the codebase of embedded OpenSSH has been updated to version 9.8. See https://community.codinn.com/t/4652/3 for the OpenSSH changes.
NOTE
Due to changes in the synchronization method, data cannot be synchronized between 3.10 and 3.8.9 (or earlier versions).
Added
- New backup file formats
.coreshell
/.coretunnel
. - Add a
RequiredRSASize
directive to set a minimum RSA key length. - Add a
ChannelTimeout
directive specifies how long an inactive channel should remain open before it is automatically closed. - Add a
EnableEscapeCommandline
directive used to enable or disable the ability for users to enter escape commands on the command line. - Add a
ObscureKeystrokeTiming
directive used to add random delays between keystrokes to make it more difficult for an attacker to infer the content of typed data based on the timing of keystrokes.
Removed
- Remove support for
.coressh
backup file format.
Changed
- A more reliable iCloud synchronization method.
Fixed
- Core Shell: profiles window randomly opens when using URL scheme launches a SSH terminal session (@zanthony)
- Core Shell: unable to upload or download multiple files at the same time
- Fixed randomly crash issues
Special thanks to Zach Anthony (@zanthony) and David Olrik (@davidolrik) for helping this release.