Skip to content

Commit 52f6bef

Browse files
committed
Bump version to 1.9
1 parent 2fa591a commit 52f6bef

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

Readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ Pull requests are welcome—but please check with us on IRC before starting a su
3232

3333
### Changelog
3434

35+
##### v1.9
36+
* Drag and drop files on buffers to share
37+
* Volume keys can now navigate input history
38+
* Fixed strange behavior resulting from handling WeeChat pointers as signed numbers
39+
* Fixed importing of PKCS #8 Ed25519 keys
40+
* Target Android API 34, ask for notification & exact alarm permissions where applicable
41+
* A few minor bug fixes and improvements
42+
3543
##### v1.8.1
3644
* Fixed an issue with ED25519 keys during upgrade
3745
* Update Android Gradle Plugin to fix build on F-Droid

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ android {
7171
compileSdk = 34
7272

7373
defaultConfig {
74-
versionCode = 1_08_01
75-
versionName = "1.8.1"
74+
versionCode = 1_09_00
75+
versionName = "1.9"
7676

7777
minSdk = 21
7878
targetSdk = 34
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* Drag and drop files on buffers to share
2+
* Volume keys can now navigate input history
3+
* Fixed strange behavior resulting from handling WeeChat pointers as signed numbers
4+
* Fixed importing of PKCS #8 Ed25519 keys
5+
* Target Android API 34, ask for notification & exact alarm permissions where applicable
6+
* A few minor bug fixes and improvements

0 commit comments

Comments
 (0)