Skip to content

Commit 1f082ba

Browse files
committed
Add changelog for release
1 parent ae2ca03 commit 1f082ba

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

com.unity.mobile.notifications/CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,22 @@
22

33
All notable changes to this package will be documented in this file.
44

5-
## [2.1.0] - 2022-09-01
5+
## [2.1.0] - 2022-09-23
66

7-
TODO
7+
### Changes & Improvements:
8+
- [Android] - Notification scheduling is made faster.
9+
- [Android] - Notifications can be set to not be shown when app is in foreground (contributed by InnoGames).
10+
- [Android] - Support for Android 13 notification permission.
11+
- [Android] - Support for exact scheduling on Android 12 and newer and ability to disable it.
12+
- [iOS] - Updated AuthorizationStatus enum with new values.
13+
- [iOS] - Location trigger now uses more accurate latitude/longitude and can repeat.
14+
- [iOS] [issue 202](https://github.com/Unity-Technologies/com.unity.mobile.notifications/issues/202) Added support for different sound types and notifications without sound.
15+
16+
### Fixes:
17+
- [Android] - Scheduled notifications are saved in more lightweight and reliable way.
18+
- [Android] [issue 196](https://github.com/Unity-Technologies/com.unity.mobile.notifications/issues/196) Fix occasional Resources$NotFound exception.
19+
- [Android] [issue 198](https://github.com/Unity-Technologies/com.unity.mobile.notifications/issues/198) Fix occasional OutOfMemoryError.
20+
- [iOS] - When using Calendar trigger time type (Local/UTC/...) will be preserved.
821

922
## [2.0.2] - 2022-05-13
1023

0 commit comments

Comments
 (0)