Skip to content

Commit

Permalink
Advance version number to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Dec 10, 2023
1 parent 09ee390 commit e5b25f1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.15.0
* Make search strictness configurable
* Optionally auto launch perfect matches
* Optionally darken background in pie mode
* Launch first app by double-pressing space
* Show tips when dragging an icon on a drop target
* Add German translation
* Update Chinese translation

## 1.14.3
* Improve app indexing

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
minSdkVersion 9
targetSdkVersion sdk_version

versionCode 24
versionName '1.14.3'
versionCode 25
versionName '1.15.0'
}

signingConfigs {
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/25.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
* Make search strictness configurable
* Optionally auto launch perfect matches
* Optionally darken background in pie mode
* Launch first app by double-pressing space
* Show tips when dragging an icon on a drop target
* Add German translation
* Update Chinese translation

0 comments on commit e5b25f1

Please sign in to comment.