chore: update changelog for version 0.2.4
This commit is contained in:
parent
4c7e8a5928
commit
cacf8e4bf2
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
## Shiny new things
|
||||
|
||||
- Implemented pull-up navigation on Android(#4228)
|
||||
- Added smart default view type detection in the follow feed screen(71408ea)
|
||||
|
||||
## Improvements
|
||||
|
||||
- Clearer loading indicators for entry list. (4ebff4d)
|
||||
|
|
@ -9,6 +12,9 @@
|
|||
## No longer broken
|
||||
|
||||
- Pull‑to‑refresh no longer incorrectly marks unread items as read. (e7c8380)
|
||||
- Fixed navigation direction when clicking view switch button on iOS(ad7c5dd)
|
||||
- Fixed audio playback issues on Android(#4188)
|
||||
- Fixed occasional crashes on Android(#4233)
|
||||
|
||||
## Thanks
|
||||
|
||||
|
|
|
|||
|
|
@ -2,16 +2,10 @@
|
|||
|
||||
## Shiny new things
|
||||
|
||||
- Implemented pull-up navigation on Android
|
||||
- Added smart default view type detection in the follow feed screen
|
||||
|
||||
## Improvements
|
||||
|
||||
## No longer broken
|
||||
|
||||
- Fixed navigation direction when clicking view switch button on iOS
|
||||
- Fixed audio playback issues on Android
|
||||
|
||||
## Thanks
|
||||
|
||||
Special thanks to volunteer contributors @ for their valuable contributions
|
||||
|
|
|
|||
Loading…
Reference in New Issue