diff --git a/CHANGELOG.md b/CHANGELOG.md index e7ccc42f..3b1cf870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 1.3.0 + +- feat: enforce content following and bookmarking limits ([#145](link), [#159](link)) +- feat: enforce mandatory app updates via remote configuration ([#134](link)) +- refactor: separate authentication and account linking flows ([#142](link)) +- refactor: use `flutter_native_splash` for web splash screen management ([#137](link)) +- refactor: implement centralized logging for GoRouter navigation ([#143](link)) +- fix: web splash screen remains visible indefinitely ([#136](link)) +- fix: back button is unresponsive during authentication flow ([#144](link)) +- fix: ensure proper redirection after successful authentication ([#148](link)) +- fix: content limitation bottom sheet overflows on small screens ([#149](link)) +- chore(deps): update bloc, go_router, and other key dependencies ([#135](link)) +- docs: clarify feed display settings in README ([#150](link)) + ## 1.2.1 - **Fix:** Resolved an issue where the web splash screen would not disappear after the application loaded due to an incorrect bootstrap script in `index.html`. diff --git a/pubspec.yaml b/pubspec.yaml index 62365ed1..38acc58a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_news_app_mobile_client_full_source_code description: Complete, production-ready source code for a feature-rich Flutter news app mobile client. -version: 1.2.1 +version: 1.3.0 publish_to: none repository: https://github.com/flutter-news-app-full-source-code/flutter-news-app-mobile-client-full-source-code homepage: https://flutter-news-app-full-source-code.github.io/docs/