From cdf733d0326ed90d41fe217372861666169eabab Mon Sep 17 00:00:00 2001 From: akesi seli Date: Sat, 4 Jan 2025 10:43:49 +0100 Subject: [PATCH] version 0.4.0 --- composeApp/build.gradle.kts | 4 ++-- .../metadata/android/en-US/changelogs/74.txt | 14 +++++++++++++ res/changelog.txt | 20 +++++++++++++++---- 3 files changed, 32 insertions(+), 6 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/74.txt diff --git a/composeApp/build.gradle.kts b/composeApp/build.gradle.kts index aba55ead5..f0fe0cfe5 100644 --- a/composeApp/build.gradle.kts +++ b/composeApp/build.gradle.kts @@ -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 { diff --git a/fastlane/metadata/android/en-US/changelogs/74.txt b/fastlane/metadata/android/en-US/changelogs/74.txt new file mode 100644 index 000000000..b8c61dafb --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/74.txt @@ -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 diff --git a/res/changelog.txt b/res/changelog.txt index bbe2daae3..a7113aa51 100644 --- a/res/changelog.txt +++ b/res/changelog.txt @@ -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