Skip to content

Commit c34eca7

Browse files
committed
docs(changelog): update CHANGELOG.md for version 1.3.0
- Add new features, refactor existing functionality, and document fixes - Include dependency updates and documentation improvements - Prepare for the upcoming release by outlining changes since 1.2.1
1 parent a6b6461 commit c34eca7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
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`.

0 commit comments

Comments
 (0)