Skip to content

Commit

Permalink
Version 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MM2-0 committed Dec 5, 2024
1 parent 62a45c5 commit d565da1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
@SuppressLint("HighAppVersionCode")
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024090300
versionName = "1.33.1"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024120500
versionName = "1.34.0"
signingConfig = signingConfigs.getByName("debug")
}

Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2024120500.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Improved search result ranking: the order of the search results is now more relevant to the search query
- The option to sort search results alphabetically has been removed
- Custom icons for tags: you can now use any emoji or icon from an icon pack as tag icon
- Compact tags: pinned tags can now be displayed in a more compact way.
- You can now long-press tags to edit them

0 comments on commit d565da1

Please sign in to comment.