Skip to content

Commit

Permalink
Bump version to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
oakkitten committed Feb 2, 2024
1 parent 8fb7fa7 commit f85f052
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Readme.md
Expand Up @@ -32,6 +32,14 @@ Pull requests are welcome—but please check with us on IRC before starting a su

### Changelog

##### v1.9
* Drag and drop files on buffers to share
* Volume keys can now navigate input history
* Fixed strange behavior resulting from handling WeeChat pointers as signed numbers
* Fixed importing of PKCS #8 Ed25519 keys
* Target Android API 34, ask for notification & exact alarm permissions where applicable
* A few minor bug fixes and improvements

##### v1.8.1
* Fixed an issue with ED25519 keys during upgrade
* Update Android Gradle Plugin to fix build on F-Droid
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Expand Up @@ -71,8 +71,8 @@ android {
compileSdk = 34

defaultConfig {
versionCode = 1_08_01
versionName = "1.8.1"
versionCode = 1_09_00
versionName = "1.9"

minSdk = 21
targetSdk = 34
Expand Down
6 changes: 6 additions & 0 deletions metadata/en-US/changelogs/10900.txt
@@ -0,0 +1,6 @@
* Drag and drop files on buffers to share
* Volume keys can now navigate input history
* Fixed strange behavior resulting from handling WeeChat pointers as signed numbers
* Fixed importing of PKCS #8 Ed25519 keys
* Target Android API 34, ask for notification & exact alarm permissions where applicable
* A few minor bug fixes and improvements

0 comments on commit f85f052

Please sign in to comment.