File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,21 @@ All notable changes to this project will be documented in this file.
66The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
77and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
88
9+ ## 4.9.0
10+ - Added COVID daily stats
11+ - Added subscription for COVID daily stats push notifications
12+ - Added ability to unsubscribe from daily COVID stats push notification
13+ - Added localized push notifications
14+ - Added push notifications history
15+ - Added deep linking for push notifications
16+ - Added Universal Links for deep linking
17+ - Added local notifications (aka Districts Info) to notifications history
18+ - Removed passing push notification payload to UI (aka PWA)
19+ - Added Exposure Notificaticarion stats (keys count, analyze history, risk check)
20+ - Added Simulate Risk CHeck to Debug Panel
21+ - Added fetching CDN keys to Debug Panel
22+ - Changed the way of triggering to show Debug Panel in Stage builds (use shake gesture)
23+
924## 4.8.0
1025- Added ability for manual delete exposure risk info
1126
Original file line number Diff line number Diff line change @@ -75,6 +75,21 @@ To launch it, type `sh rebuild.sh` in your console.
7575
7676## ChangeLog
7777
78+ ** 4.9.0**
79+ - Added COVID daily stats
80+ - Added subscription for COVID daily stats push notifications
81+ - Added ability to unsubscribe from daily COVID stats push notification
82+ - Added localized push notifications
83+ - Added push notifications history
84+ - Added deep linking for push notifications
85+ - Added Universal Links for deep linking
86+ - Added local notifications (aka Districts Info) to notifications history
87+ - Removed passing push notification payload to UI (aka PWA)
88+ - Added Exposure Notificaticarion stats (keys count, analyze history, risk check)
89+ - Added Simulate Risk CHeck to Debug Panel
90+ - Added fetching CDN keys to Debug Panel
91+ - Changed the way of triggering to show Debug Panel in Stage builds (use shake gesture)
92+
7893** 4.8.0**
7994- Added ability for manual delete exposure risk info
8095
You can’t perform that action at this time.
0 commit comments