| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| version-info.txt | 2026-06-07 | 42 Bytes | |
| ConnectBot-v1.10.8-oss.aab | 2026-06-07 | 15.1 MB | |
| ConnectBot-v1.10.8-google.aab | 2026-06-07 | 11.7 MB | |
| ConnectBot-v1.10.8-oss.apk | 2026-06-07 | 15.3 MB | |
| ConnectBot-v1.10.8-google.apk | 2026-06-07 | 7.1 MB | |
| ConnectBot-v1.10.8-google.mapping.txt.zst | 2026-06-07 | 4.4 MB | |
| ConnectBot-v1.10.8-google.native-debug-symbols.zip | 2026-06-07 | 3.0 MB | |
| ConnectBot-v1.10.8-oss.mapping.txt.zst | 2026-06-07 | 4.4 MB | |
| ConnectBot-v1.10.8-oss.native-debug-symbols.zip | 2026-06-07 | 3.0 MB | |
| version_code.txt | 2026-06-07 | 8 Bytes | |
| README.md | 2026-06-07 | 1.6 kB | |
| v1.10.8 source code.tar.gz | 2026-06-07 | 2.3 MB | |
| v1.10.8 source code.zip | 2026-06-07 | 2.7 MB | |
| Totals: 13 Items | 68.9 MB | 2 | |
Added
- Make JSON import permissive, ignoring newer schema versions and unknown fields instead of failing
- Hook up keep screen on preference in console screen (fixing a regression in Compose migration)
- Restore URL scanning in console screen using termlib API
- Display server authentication banners, including safely linkified URLs, during "none" authentication
- Apply app-specific terminal shortcuts to input from software keyboards
Fixed
- Expand known RSA host keys to also support SHA-2 algorithms (
rsa-sha2-512,rsa-sha2-256) so servers that no longer support the olderssh-rsaalgorithm can still negotiate successfully - Fix punctuation matching for machine-translated strings and clean up translations (thanks @segfault-bilibili)
- Fix copying and exporting Ed25519 private keys in OpenSSH and PEM formats (thanks @Moret84)
- Avoid showing a duplicate
SHA256:prefix in host key fingerprints - Improve authentication banner layout so longer content has enough space
Changed
- Clarify nickname behavior in host editor: expand host/port fields and only synchronize nickname with host/user details if they match "quick connect", avoiding synchronization when advanced options are expanded
- Update target SDK to 36 and compile SDK to 37
Dependencies
- Bump dependencies (termlib to 0.1.0, sshlib to 2.2.48, Compose BOM, Gradle wrapper to 9.5.1, KSP, Spotless, Kotlin compiler plugin, actionlint, and other libraries)
Full Changelog: https://github.com/connectbot/connectbot/compare/v1.10.7...v1.10.8