Version 1.34.0

This commit is contained in:
MM20 2024-12-05 18:57:43 +01:00
parent 62a45c55be
commit d565da1492
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
2 changed files with 7 additions and 2 deletions

View File

@ -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")
}

View File

@ -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