Skip to content

Commit

Permalink
version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AkesiSeli committed Jan 4, 2025
1 parent 6d1ce3f commit cdf733d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 6 deletions.
4 changes: 2 additions & 2 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ android {
libs.versions.android.targetSdk
.get()
.toInt()
versionCode = 73
versionName = "0.4.0-beta06"
versionCode = 74
versionName = "0.4.0"
}
base.archivesName = "RaccoonForFriendica"
packaging {
Expand Down
14 changes: 14 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/74.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- feat: implement dislike
- feat: add post layouts (Compact, Distraction-free, Card)
- feat: support audio attachments
- fix: edit posts with markup
- fix: search field horizontal scrolling
- fix: avoid crash in HTML parsing
- fix: status bar color and insets
- fix: create/edit posts with attachments (Friendica)
- fix: handle runtime permissions
- enhancement: support for embedded images
- chore: update l10n
- chore: update acknowledgements
- chore: update dependencies
- chore: add unit tests
20 changes: 16 additions & 4 deletions res/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
## What's Changed

- refactor(di): migrate from Koin to Kodein by @AkesiSeli in #666
- chore(l10n): update German translation by @Weblate and @koas-toas in #665
- chore: update dependencies by @dependabot and @AkesiSeli in #660, #661, #663, #662
- feat: implement dislike by @AkesiSeli in #675, #679, #698
- feat: add new post layouts (Compact, Distraction-free, Card) by @AkesiSeli in #672, #673, #680, #700
- feat: add support for audio attachments by @AkesiSeli in #686, #690, #691
- fix: post editing with markup by @AkesiSeli in #671, #683
- fix: search text field horizontal scrolling by @AkesiSeli in #684
- fix: avoid crash while parsing HTML by @AkesiSeli in #693
- fix: plural messages for people using hashtags and unread items by @AkesiSeli in #705
- fix: status bar color and top bar insets by @AkesiSeli in #710
- fix: create and edit posts with attachments on Friendica by @AkesiSeli in #711
- fix: handle runtime permissions (push notifications, vibrate) by @AkesiSeli in #712
- enhancement: improve support for embedded images by @AkesiSeli in #692
- chore: update l10n by @Weblate, @diegoberaldin and @ktlinux in #674, #677, #678, #682, #685, #694, #699, #701, #703, #706, #708, #713
- chore: update acknowledgements by @AkesiSeli in #709
- chore: update dependencies by @dependabot and @AkesiSeli in #667, #668, #669, #670, #676, #696, #697
- chore: add more unit tests by @AkesiSeli in #702

**Full Changelog**: https://github.com/LiveFastEatTrashRaccoon/RaccoonForFriendica/compare/0.3.3...0.3.4
**Full Changelog**: https://github.com/LiveFastEatTrashRaccoon/RaccoonForFriendica/compare/0.3.4...0.4.0

0 comments on commit cdf733d

Please # to comment.