Skip to content

Commit

Permalink
version 1.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AkesiSeli committed Dec 22, 2024
1 parent 5582dcf commit 0083336
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11 deletions.
4 changes: 2 additions & 2 deletions androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
6 changes: 6 additions & 0 deletions docs/acknowledgements.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.

Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/133.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- refactor: migrate to Kodein
- chore: translation updates
- chore): update dependencies
- chore: add more unit tests
14 changes: 5 additions & 9 deletions res/changelog.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0083336

Please sign in to comment.