version 1.13.2

This commit is contained in:
Akesi Seli 2024-11-27 09:10:09 +01:00
parent cba62244b3
commit 868675346e
3 changed files with 11 additions and 7 deletions

View File

@ -22,8 +22,8 @@ android {
libs.versions.android.targetSdk
.get()
.toInt()
versionCode = 124
versionName = "1.13.1"
versionCode = 125
versionName = "1.13.2"
}
base.archivesName = "RaccoonForLemmy"
buildFeatures {

View File

@ -0,0 +1,4 @@
- fix: images in timelines with post cards with "Compact" layout
- fix: Markdown rendering of list in quotes
- fix: add missing insets in modals and below section selectors
- chore: update dependencies

View File

@ -1,8 +1,8 @@
## What's Changed
- fix: change video scale mode in timelines by @AkesiSeli in #118
- fix: settings screen state default values by @AkesiSeli in #117
- refactor: navigation bar insets by @AkesiSeli in #113
- chore: update dependencies by @AkesiSeli and @dependabot in #110, #111, #119
- fix: images in timelines with post cards with "Compact" layout by @AkesiSeli in #124
- fix: Markdown rendering of list in quotes by @AkesiSeli in #122
- fix: add missing insets in modals and below section selectors by @AkesiSeli in #121
- chore: update dependencies by @dependabot in #123
**Full Changelog**: https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy/compare/1.13.0...1.13.1
**Full Changelog**: https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy/compare/1.13.1...1.13.2