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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Changelog
2
2
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
+
3
17
## 1.2.1
4
18
5
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`.
0 commit comments