This commit is contained in:
Vitor Pamplona
2025-11-15 16:51:45 -05:00
parent 042ff4c5ed
commit 5264bd2cbc
3 changed files with 20 additions and 2 deletions
+18
View File
@@ -1,3 +1,21 @@
<a id="v1.04.1"></a>
# [Release v1.04.1: Bugfixes](https://github.com/vitorpamplona/amethyst/releases/tag/v1.04.1) - 2025-11-15
#Amethyst v1.04.1: Bug fixes
- Fixes crashing when starting
- Fixes hashtag unfollowing for mixed case tags
- Fixes release Id for the zap the devs button
- Fixes quartz version for a release to Maven
- Fixes disappearing of the Zap the Devs Manual Payment screen
- Fixes back button of the Zap the Devs Manual Payment screen staying behind the status bar
Translations:
- Polish by @npub16gjyljum0ksrrm28zzvejydgxwfm7xse98zwc4hlgq8epxeuggushqwyrm
- Hungarian by @npub1dnvslq0vvrs8d603suykc4harv94yglcxwna9sl2xu8grt2afm3qgfh0tp
Download: http://amethyst.social
<a id="v1.04.0"></a> <a id="v1.04.0"></a>
# [Release v1.04.0: List Management](https://github.com/vitorpamplona/amethyst/releases/tag/v1.04.0) - 2025-11-15 # [Release v1.04.0: List Management](https://github.com/vitorpamplona/amethyst/releases/tag/v1.04.0) - 2025-11-15
+1 -1
View File
@@ -45,7 +45,7 @@ android {
minSdk = libs.versions.android.minSdk.get().toInteger() minSdk = libs.versions.android.minSdk.get().toInteger()
targetSdk = libs.versions.android.targetSdk.get().toInteger() targetSdk = libs.versions.android.targetSdk.get().toInteger()
versionCode = 429 versionCode = 429
versionName = generateVersionName("1.04.0") versionName = generateVersionName("1.04.1")
buildConfigField "String", "RELEASE_NOTES_ID", "\"3a03c75d85aaf6b181d3b232d064c4d4feea5c73f0bea2bd91ed61b8da7cd6a6\"" buildConfigField "String", "RELEASE_NOTES_ID", "\"3a03c75d85aaf6b181d3b232d064c4d4feea5c73f0bea2bd91ed61b8da7cd6a6\""
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
+1 -1
View File
@@ -255,7 +255,7 @@ mavenPublishing {
coordinates( coordinates(
groupId = "com.vitorpamplona.quartz", groupId = "com.vitorpamplona.quartz",
artifactId = "quartz", artifactId = "quartz",
version = "1.04.0" version = "1.04.1"
) )
// Configure publishing to Maven Central // Configure publishing to Maven Central