aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-08-11 16:45:25 -0500
committerKenny Root <kenny@the-b.org>2015-08-11 17:09:20 -0500
commit7de5ce146e721cbc7296c8110f6bed26d9eae8e2 (patch)
tree402f3344c26f7a1ae418b2ee516f2a85268905e4 /CHANGELOG.md
parent75b510fb91e9c8a8d6a74a3dbce220bbdd316424 (diff)
downloadconnectbot-7de5ce146e721cbc7296c8110f6bed26d9eae8e2.tar.gz
connectbot-7de5ce146e721cbc7296c8110f6bed26d9eae8e2.tar.bz2
connectbot-7de5ce146e721cbc7296c8110f6bed26d9eae8e2.zip
Update version code for v1.8.5
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md23
1 files changed, 18 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c8d3190..95bfa29 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,16 +2,29 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
-## [Unreleased][unreleased]
+## [1.8.5][1.8.5] - 2014-08-11
+### Added
+- Mouse support for right click and selection and mouse wheel
+ (third button) to paste.
+- Hot keys for keyboard including Ctrl - and Ctrl + for decreasing
+ and increasing font resolution and Ctrl Shift V for pasting.
+- Running notification now has a "disconnect all" button to
+ quickly close all connections.
+- Support for all ABIs including x86, MIPS, aarch64.
+
+### Changed
+- Default RSA key size is now 2048 bits.
+- New soft keypad including directional arrows.
+- Moved from ViewFlipper to ViewPager for better swipe handling in
+ the console.
+
### Fixed
- Pubkeys now have the correct strength listed in the pubkey list.
- EC key operations would fail on some devices.
- Connecting to a host from the host list no longer asks which
app you want to use.
- The text in the entropy gathering dialog is now scaled correctly.
-
-### Changed
-- Default RSA key size is now 2048 bits.
+- Touch slop was not correctly scaled when determining dragging.
## [1.8.4][1.8.4] - 2015-04-19
### Fixed
@@ -38,6 +51,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Color picker color numbers are now localized
-[unreleased]: https://github.com/connectbot/connectbot/compare/v1.8.4...HEAD
+[1.8.5]: https://github.com/connectbot/connectbot/compare/v1.8.4...v1.8.5
[1.8.4]: https://github.com/connectbot/connectbot/compare/v1.8.3...v1.8.4
[1.8.3]: https://github.com/connectbot/connectbot/compare/v1.8.2...v1.8.3