File tree Expand file tree Collapse file tree
metadata/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments