Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
Loading