From cacf8e4bf258bcd5ec81f8f9e36e1658eb777a9e Mon Sep 17 00:00:00 2001 From: lawvs <18554747+lawvs@users.noreply.github.com> Date: Thu, 24 Jul 2025 21:08:49 +0800 Subject: [PATCH] chore: update changelog for version 0.2.4 --- apps/mobile/changelog/0.2.4.md | 6 ++++++ apps/mobile/changelog/next.md | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/mobile/changelog/0.2.4.md b/apps/mobile/changelog/0.2.4.md index 8149fb1ad..d0b3c08fe 100644 --- a/apps/mobile/changelog/0.2.4.md +++ b/apps/mobile/changelog/0.2.4.md @@ -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 diff --git a/apps/mobile/changelog/next.md b/apps/mobile/changelog/next.md index 6e393e13d..000f858e3 100644 --- a/apps/mobile/changelog/next.md +++ b/apps/mobile/changelog/next.md @@ -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