Skip to content

Commit

Permalink
Bump version to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
oakkitten committed Feb 1, 2025
1 parent 63f1b77 commit 6593f52
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ Pull requests are welcome—but please check with us on IRC before starting a su

### Changelog

##### v1.10
* Added an option to not move hot buffers to the top of the buffer list
* Handle relay events `_buffer_cleared` and `_buffer_line_data_changed`
* Updated the default media preview strategies
* A few minor bug fixes and improvements

##### v1.9
* Drag and drop files on buffers to share
* Volume keys can now navigate input history
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ android {
compileSdk = 34

defaultConfig {
versionCode = 1_09_00
versionName = "1.9"
versionCode = 1_10_00
versionName = "1.10"

minSdk = 21
targetSdk = 34
Expand Down
4 changes: 4 additions & 0 deletions metadata/en-US/changelogs/11000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Added an option to not move hot buffers to the top of the buffer list
* Handle relay events `_buffer_cleared` and `_buffer_line_data_changed`
* Updated the default media preview strategies
* A few minor bug fixes and improvements

0 comments on commit 6593f52

Please sign in to comment.