Skip to content

Commit

Permalink
version 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AkesiSeli committed Jan 4, 2025
1 parent 75e789c commit 31d780d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 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 = 140
versionName = "1.14.0-beta05"
versionCode = 141
versionName = "1.14.0"
}
base.archivesName = "RaccoonForLemmy"
buildFeatures {
Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/141.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- feat: implement user tags
- feat: restrict local user search on current instance
- feat: custom sort for user posts and comments
- fix: prevent crash while switching account
- fix: explore result and listing type bottom sheet titles
- fix: window insets and bar colors
- fix: default theme color
- enhancement: improve accessibility
- chore: update dependencies
- chore: update l10n
- chore: update acknowledgements
- chore: add more unit tests
16 changes: 13 additions & 3 deletions res/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
## What's Changed

- fix(di): add missing binding for settings import/export by @AkesiSeli in #193
- fix(l10n): remove unnecessary escapes for apostrophes by @AkesiSeli in #191
- feat: implement user tags by @AkesiSeli in #196, #197, #201
- feat: restrict local user search on current instance by @AkesiSeli in #209
- feat: custom sort for user posts and comments by @AkesiSeli in #213
- fix(di): prevent crash while switching account by @AkesiSeli in #202
- fix: explore result and listing type bottom sheet titles by @AkesiSeli in #205, #206
- fix: window insets and bar colors by @AkesiSeli in #215
- fix: default theme color by @AkesiSeli in #218
- enhancement: improve accessibility • part 1 by @AkesiSeli in #217
- chore(deps): update dependencies by @dependabot in #198, #199, #208
- chore(l10n): update l10n by @Weblate and @diegoberaldin in #194, #200, #203, #212, #216, #220
- chore: update acknowledgements by @AkesiSeli in #210
- chore: add more unit tests by @AkesiSeli in #219

**Full Changelog**: https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy/compare/1.13.6...1.13.7
**Full Changelog**: https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy/compare/1.13.7...1.14.0

0 comments on commit 31d780d

Please sign in to comment.