You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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))
3
+
## 1.4.0 - 2025-10-14
4
+
5
+
-**feat**: implement saved feed filters with create, rename, and delete
6
+
-**feat**: add horizontal filter bar to the headlines feed for quick selection
7
+
-**refactor**: replace monolithic "apply followed items" with granular controls
8
+
-**refactor**: Updated the Headline Details page with a fading scroll effect for metadata chips and a new style for the 'Continue Reading' button. The main feed's filter icon was removed from the AppBar in favor of the new filter bar.
9
+
10
+
## 1.3.0 - 2025-10-10
11
+
12
+
-**feat**: enforce content following and bookmarking limits
13
+
-**feat**: enforce mandatory app updates via remote configuration
14
+
-**refactor**: separate authentication and account linking flows
15
+
-**refactor**: use `flutter_native_splash` for web splash screen management
16
+
-**refactor**: implement centralized logging for GoRouter navigation
17
+
-**fix**: web splash screen remains visible indefinitely
18
+
-**fix**: back button is unresponsive during authentication flow
19
+
-**fix**: ensure proper redirection after successful authentication
20
+
-**fix**: content limitation bottom sheet overflows on small screens
21
+
-**chore(deps)**: update bloc, go_router, and other key dependencies
22
+
-**docs**: clarify feed display settings in README
16
23
17
24
## 1.2.1
18
25
19
-
-**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`.
26
+
-**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`.
-**chore(deps)**: bumped`flutter_bloc` to `^9.1.1`
34
+
-**chore(deps)**: bumped`go_router` to `^16.2.4`
35
+
-**chore(deps)**: bumped`google_fonts` to `^6.3.2`
36
+
-**chore(deps)**: bumped`share_plus` to `^11.1.0`
37
+
-**chore(deps)**: bumped`very_good_analysis` to `^10.0.0`
38
+
-**docs**: updated`homepage` and `documentation` URLs
39
+
-**docs**: added`funding` link
40
+
-**docs**: added`flutter` and `flutter-full-app` to `topics`
41
+
-**docs**: added`screenshots` configuration
35
42
36
43
## 1.1.0
37
44
38
-
-**Feature:** Implemented app version enforcement based on remote configuration, including a dedicated `UpdateRequiredPage` to guide users to update.
39
-
-**Enhancement:** Integrated`package_info_plus` and `pub_semver` for accurate version retrieval and comparison across platforms (Android, iOS, Web).
45
+
-**feat**: implemented app version enforcement based on remote configuration, including a dedicated `UpdateRequiredPage` to guide users to update
46
+
-**feat**: integrated`package_info_plus` and `pub_semver` for accurate version retrieval and comparison across platforms (Android, iOS, Web)
40
47
41
48
## 1.0.1
42
49
43
-
-**Version Control:** Transitioned from date-based versioning to semantic versioning. This release marks the first version following the semantic versioning standard.
50
+
-**chore**: transitioned from date-based versioning to semantic versioning. This release marks the first version following the semantic versioning standard
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ Click on any category to explore.
36
36
### 🔍 Advanced Content Filtering & Search
37
37
-**Comprehensive Filtering:** Let users filter headlines by `Topic`, `Source`, and `Country` using a dedicated filter interface.
38
38
-**"Followed Items" Filter:** Users can instantly filter the feed to show only content from their followed topics, sources, and countries.
39
+
-**Saved & Quick-Access Filters:** Empower users to save complex filter combinations and recall them with a single tap from a new, persistent filter bar on the main feed.
39
40
-**Unified Search:** Includes a dedicated search page to help users find specific content quickly, with the ability to search across headlines, topics, sources, and countries.
40
41
> **🎯 Your Advantage:** Give your users powerful content discovery tools that keep them engaged and coming back for more.
0 commit comments