Skip to content

Commit

Permalink
Update version code for v1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kruton committed Aug 11, 2015
1 parent 75b510f commit 7de5ce1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
23 changes: 18 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.connectbot"
android:versionName="1.8.4"
android:versionCode="374"
android:versionName="1.8.5"
android:versionCode="375"
android:installLocation="auto">

<uses-sdk android:targetSdkVersion="22" android:minSdkVersion="4" />
Expand Down

0 comments on commit 7de5ce1

Please sign in to comment.