aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: 3c857f0a3a140206f9d4ea1b26813c87bee2fc62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]
### Fixed
- Key exchange and host key algorithm preference order was not being
  respected.
- DSA host key support was broken from the beginning of the v1.8 series.

### Added
- More context is given for failures to connect via SSH which should
  reveal why a host might be incompatible with ConnectBot.

## [1.8.3][1.8.3] - 2014-04-02
### Fixed
- Only enable EC support when the device supports it.
- Default font size scales with the device display density.
- Color picker scales correctly depending on device density.
- Color picker color numbers are now localized


[unreleased]: https://github.com/connectbot/connectbot/compare/v1.8.3...HEAD
[1.8.3]: https://github.com/connectbot/connectbot/compare/v1.8.2...v1.8.3