WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit b059c46

Browse files
committed
docs: update changelog
1 parent c05c888 commit b059c46

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,27 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.0.3] - 2025-11-24
7+
## [0.0.3] - 2025-12-01
88

99
### Added
1010

1111
- **Push Notifications**
1212
- `Clix.Notification` API with callback handlers
1313
- `onMessage()`, `onBackgroundMessage()`, `onNotificationOpened()`, `onFcmTokenError()` handlers
1414
- Token management: `getToken()`, `deleteToken()`
15+
- Permission management: `requestPermission()`, `getPermissionStatus()`, `setPermissionGranted()`
16+
- `configure()` with `autoRequestPermission`, `autoHandleLandingURL` options
1517

1618
### Changed
1719

1820
- **Storage**
1921
- Migrated from SharedPreferences to MMKV for improved performance
2022
- Automatic iOS app group configuration (`group.clix.{bundleId}`)
2123

24+
- **Platform Requirements**
25+
- Flutter minimum version: 3.33.0
26+
- Android minimum SDK: API 23 (Android 6.0)
27+
2228
## [0.0.2] - 2025-09-18
2329

2430
### Changed

0 commit comments

Comments
 (0)