Skip to content

Commit 6e690d0

Browse files
authored
Merge pull request #160 from flutter-news-app-full-source-code/release/v1.3.0
Release/v1.3.0
2 parents 01e8eb8 + c34eca7 commit 6e690d0

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 1.3.0
4+
5+
- feat: enforce content following and bookmarking limits ([#145](link), [#159](link))
6+
- feat: enforce mandatory app updates via remote configuration ([#134](link))
7+
- refactor: separate authentication and account linking flows ([#142](link))
8+
- refactor: use `flutter_native_splash` for web splash screen management ([#137](link))
9+
- refactor: implement centralized logging for GoRouter navigation ([#143](link))
10+
- fix: web splash screen remains visible indefinitely ([#136](link))
11+
- fix: back button is unresponsive during authentication flow ([#144](link))
12+
- fix: ensure proper redirection after successful authentication ([#148](link))
13+
- fix: content limitation bottom sheet overflows on small screens ([#149](link))
14+
- chore(deps): update bloc, go_router, and other key dependencies ([#135](link))
15+
- docs: clarify feed display settings in README ([#150](link))
16+
317
## 1.2.1
418

519
- **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`.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_news_app_mobile_client_full_source_code
22
description: Complete, production-ready source code for a feature-rich Flutter news app mobile client.
3-
version: 1.2.1
3+
version: 1.3.0
44
publish_to: none
55
repository: https://github.com/flutter-news-app-full-source-code/flutter-news-app-mobile-client-full-source-code
66
homepage: https://flutter-news-app-full-source-code.github.io/docs/

0 commit comments

Comments
 (0)