Releases: LiveFastEatTrashRaccoon/RaccoonForFriendica
Releases · LiveFastEatTrashRaccoon/RaccoonForFriendica
0.4.1-beta04
What's Changed
- feat: suggest hashtags while typing by @AkesiSeli in #735
- enhancement: allow to skip internal resolution for external URLs by @AkesiSeli in #737
Full Changelog: 0.4.1-beta03...0.4.1-beta04
0.4.1-beta03
What's Changed
- fix: day count in date formatting by @AkesiSeli in #732
- Translations update from Hosted Weblate by @weblate in #734
- chore(deps): bump network.chaintech:compose-multiplatform-media-player from 1.0.28 to 1.0.29 by @dependabot in #733
Full Changelog: 0.4.1-beta02...0.4.1-beta03
0.4.1-beta02
What's Changed
- chore(deps): bump org.kodein.di:kodein-di from 7.23.1 to 7.24.0 by @dependabot in #720
- enhancement: allow insert color hex by @AkesiSeli in #722
- Translations update from Hosted Weblate by @weblate in #723
- chore(deps): bump org.jetbrains.kotlinx.kover from 0.9.0 to 0.9.1 by @dependabot in #724
- chore(deps): bump org.kodein.di:kodein-di from 7.24.0 to 7.24.1 by @dependabot in #725
- enhancement: date formatting by @AkesiSeli in #726
- enhancement: add option to delete account by @AkesiSeli in #729
- Translations update from Hosted Weblate by @weblate in #730
- enhancement: avoid waiting for completion in content preload by @AkesiSeli in #731
Full Changelog: 0.4.1-beta01...0.4.1-beta02
0.4.1-beta01
What's Changed
- fix(a11y): move custom actions assignment outside options conditional by @AkesiSeli in #714
- Translations update from Hosted Weblate by @weblate in #716
- chore(deps): bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.7.3 to 1.8.0 by @dependabot in #718
- feat: add possibility to configure per-user post rate limits by @AkesiSeli in #717
- Translations update from Hosted Weblate by @weblate in #719
Full Changelog: 0.4.0...0.4.1-beta01
0.4.0
What's Changed
- 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: 0.3.4...0.4.0
0.4.0-beta06
What's Changed
- 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
Full Changelog: 0.4.0-beta05...0.4.0-beta06
0.4.0-beta05
What's Changed
- refactor: convert
LruCache<K, V>
to interface and add test for reply helper by @AkesiSeli in #702 - Translations update from Hosted Weblate by @weblate in #703
- fix(l10n): quantity placeholder in
hashtag_people_using
anditems
plurals by @AkesiSeli in #705 - Translations update from Hosted Weblate by @weblate in #706
- Translations update from Hosted Weblate by @weblate in #708
- chore: update acknowledgements by @AkesiSeli in #709
Full Changelog: 0.4.0-beta04...0.4.0-beta05
0.4.0-beta04
What's Changed
- feat: add audio player component to support audio playback by @AkesiSeli in #686
- enhancement: disable autoplay from AudioPlayer and hides all controls except "Play" at startup by @AkesiSeli in #690
- fix: add clearAndSetSemantics on disabled slider in fake audio player by @AkesiSeli in #691
- fix: process embedded images separately from text flow in post body by @AkesiSeli in #692
- fix: remove lookbehind when parsing HTML by @AkesiSeli in #693
- Translations update from Hosted Weblate by @weblate in #694
- chore(deps): bump com.mohamedrejeb.calf:calf-webview from 0.6.1 to 0.7.0 by @dependabot in #697
- chore(deps): bump ksoup from 0.4.1 to 0.5.0 by @dependabot in #696
- Translations update from Hosted Weblate by @weblate in #699
- fix: preserve transient post fields after toggling favorite by @AkesiSeli in #698
- fix: top padding between post and first reply placeholder in post detail by @AkesiSeli in #700
- chore: boilerplate to support Romanian language by @AkesiSeli in #701
Full Changelog: 0.4.0-beta02...0.4.0-beta04
0.4.0-beta03
What's Changed
- feat: add audio player component to support audio playback by @AkesiSeli in #686
- enhancement: disable autoplay from AudioPlayer and hides all controls except "Play" at startup by @AkesiSeli in #690
- fix: add clearAndSetSemantics on disabled slider in fake audio player by @AkesiSeli in #691
- fix: process embedded images separately from text flow in post body by @AkesiSeli in #692
- fix: remove lookbehind when parsing HTML by @AkesiSeli in #693
Full Changelog: 0.4.0-beta02...0.4.0-beta03
0.4.0-beta02
What's Changed
- fix: add dislike action outside home screen by @AkesiSeli in #679
- feat: add "card" post layout by @AkesiSeli in #680
- Translations update from Hosted Weblate by @weblate in #682
- fix: better paragraph handling in BBCode to/from HTML conversion by @AkesiSeli in #683
- fix: use singleLine = true in custom search field by @AkesiSeli in #684
- Translations update from Hosted Weblate by @weblate in #685
Full Changelog: 0.4.0-beta01...0.4.0-beta02