Skip to content

Commit

Permalink
version 1.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AkesiSeli committed Dec 19, 2024
1 parent 90cf3bf commit 1d50670
Show file tree
Hide file tree
Showing 3 changed files with 18 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 = 131
versionName = "1.13.3"
versionCode = 132
versionName = "1.13.4"
}
base.archivesName = "RaccoonForLemmy"
buildFeatures {
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/132.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- feat: possibility to select solid system bars
- feat: search post/comments/users/communities by URL
- fix: account switch
- fix: implement sort by top "all time"
- fix: update acknowledgement list
- refactor: migrate l10n to Compose resources
- l10n: translation updates
18 changes: 9 additions & 9 deletions res/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## What's Changed

- feat(app): support for opening posts and comments by @AkesiSeli in #152
- fix(postlist): image height by @AkesiSeli in #128
- fix(zoomableimage): high resolution image, loading state and action buttons by @AkesiSeli in #154, #155
- fix(createpost): autofill empty message by @AkesiSeli in #158
- refactor(di): improve dependency injection by @AkesiSeli in #136, #137, #138, #139, #141, #147
- refactor(build): define and apply Gradle convention plugins by @AkesiSeli in #140, #143, #144, #150
- chore(deps): update dependencies by @dependabot and @AkesiSeli in #130, #131, #134, #135, #148, #153
- chore(qa): add more unit tests by @AkesiSeli in #156
- 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

**Full Changelog**: https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy/compare/1.13.2...1.13.3
**Full Changelog**: https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy/compare/1.13.3...1.13.4

0 comments on commit 1d50670

Please sign in to comment.