aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-11-23 10:55:57 -0800
committerKenny Root <kenny@the-b.org>2015-11-23 10:56:13 -0800
commitad6eea68375db1353e59abf092f901bddbc1e8e3 (patch)
tree57ac9f2685b6a4e8db9f38acbff6226869fc5f19
parentde2f59d9014c4125ab5e5c254bb9a5b89bc8c11d (diff)
downloadconnectbot-ad6eea68375db1353e59abf092f901bddbc1e8e3.tar.gz
connectbot-ad6eea68375db1353e59abf092f901bddbc1e8e3.tar.bz2
connectbot-ad6eea68375db1353e59abf092f901bddbc1e8e3.zip
Update changelog
-rw-r--r--CHANGELOG.md17
1 files changed, 14 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c9b8679..77ed0ab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,15 +3,25 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased][unreleased]
+### Changed
+- Major Material Design overhaul of UI.
+- Improved cut-and-paste interface.
+
### Added
- Tabs are now used on large screens.
- Keyboard shortcuts and EULA in help menu.
+- Terminal mouse support including mouse wheel.
+- Full IPv6 host support.
### Removed
- No more intro wizard on first start.
-- No more outdated physical or virtual keyboard instructions
+- No more outdated physical or virtual keyboard instructions.
+
+## [1.8.6][1.8.6] - 2015-08-24
+### Fixed
+- Crash due to no grantpt symbol in newer NDK was fixed.
-## [1.8.5][1.8.5] - 2014-08-11
+## [1.8.5][1.8.5] - 2015-08-11
### Added
- Mouse support for right click and selection and mouse wheel
(third button) to paste.
@@ -60,7 +70,8 @@ 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.5...HEAD
+[unreleased]: https://github.com/connectbot/connectbot/compare/v1.8.6...HEAD
+[1.8.6]: https://github.com/connectbot/connectbot/compare/v1.8.5...v1.8.6
[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