version 1.13.5

This commit is contained in:
Akesi Seli 2024-12-22 23:58:35 +01:00
parent 5582dcfb4e
commit 0083336b42
5 changed files with 19 additions and 11 deletions

View File

@ -22,8 +22,8 @@ android {
libs.versions.android.targetSdk
.get()
.toInt()
versionCode = 132
versionName = "1.13.4"
versionCode = 133
versionName = "1.13.5"
}
base.archivesName = "RaccoonForLemmy"
buildFeatures {

View File

@ -88,5 +88,11 @@
"avatar": "https://hosted.weblate.org/avatar/128/monstorix.png",
"subtitle": "Simplified Chinese translation",
"url": "https://hosted.weblate.org/user/monstorix"
},
{
"title": "gnu-ewm",
"avatar": "https://hosted.weblate.org/avatar/128/gnu-ewm.png",
"subtitle": "Polish translation",
"url": "https://hosted.weblate.org/user/gnu-ewm"
}
]

View File

@ -147,6 +147,7 @@ A special thanks goes to all those who contributed so far (in nearly chronologic
- [outerair](https://hosted.weblate.org/user/outer_air)
- [u/Wild_Mastic](https://lemmy.world/u/Wild_Mastic)
- [reusityback](https://github.com/reusityback)
- [starry-shivam](https://github.com/starry-shivam)
- [u/fisco](https://lemmy.ml/u/fisco)
- [u/Suoko](https://feddit.it/u/Suoko)
- [u/Mannivu](https://feddit.it/u/Mannivu)
@ -162,6 +163,7 @@ A special thanks goes to all those who contributed so far (in nearly chronologic
- [u/am41](https://sh.itjust.works/u/am41)
- [aindriu80](https://github.com/aindriu80)
- [monstorix](https://hosted.weblate.org/user/monstorix)
- [gnu-ewm](https://hosted.weblate.org/user/gnu-ewm)
- all those who reported feedback and ideas through the Lemmy community, GitHub issues, emails,
private messages, homing pigeons and every other imaginable media.

View File

@ -0,0 +1,4 @@
- refactor: migrate to Kodein
- chore: translation updates
- chore): update dependencies
- chore: add more unit tests

View File

@ -1,12 +1,8 @@
## What's Changed
- feat: possibility to select solid system bars by @AkesiSeli in #168
- feat: search post/comments/users/communities by URL by @AkesiSeli in #171
- fix: account switch by @AkesiSeli in #172
- fix: implement sort by top "all time" by @AkesiSeli in #166
- fix: update acknowledgement list by @AkesiSeli in #170
- refactor: migrate l10n to Compose resources by @AkesiSeli in #164, #167, #174
- l10n: translation updates by @Weblate in #169
- chore: update dependencies by @dependabot in #162, #163, #173
- refactor(di): migrate to Kodein by @AkesiSeli in #181
- chore(l10n): translation updates by @Weblate in #175
- chore(deps): update dependencies by @dependabot in #176, #177, #178, #179
- chore(qa): add more unit tests by @AkesiSeli in #182
**Full Changelog**: https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy/compare/1.13.3...1.13.4
**Full Changelog**: https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy/compare/1.13.4...1.13.5