Version 1.34.0
This commit is contained in:
parent
62a45c55be
commit
d565da1492
@ -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")
|
||||
}
|
||||
|
||||
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user