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
- Update package.json and package-lock.json to version 0.102.0
- Update Android versionCode to 1020 and versionName to "0.102.0"
- Update iOS CURRENT_PROJECT_VERSION to 1020 and MARKETING_VERSION to
0.102.0
- Add CHANGELOG.md entry for 0.102.0 with all PRs since 0.101.1
- Update comparison links structure in CHANGELOG.md
- Improve DEPLOYMENT.md with better changelog guidance
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.102.0] - 2025-08-06
11
+
12
+
### Added
13
+
14
+
1. Add NSLocationAlwaysAndWhenInUseUsageDescription purpose string in Info.plist for iOS [#3337](https://github.com/numbersprotocol/capture-lite/pull/3337)
15
+
10
16
### Fixed
11
17
12
-
1. Fix incorrect asset date display when viewing restored data offline [#3336](https://github.com/numbersprotocol/capture-lite/issues/3336)
13
-
1. Add missing NSLocationAlwaysAndWhenInUseUsageDescription purpose string in Info.plist for iOS
18
+
1. Fix incorrect asset date display when viewing restored data offline [#3336](https://github.com/numbersprotocol/capture-lite/issues/3336)[#3338](https://github.com/numbersprotocol/capture-lite/pull/3338)
19
+
1. Hide Google login on iOS platform [#3344](https://github.com/numbersprotocol/capture-lite/pull/3344)
20
+
21
+
### Changed
22
+
23
+
1. Update androidx.window:window dependency from 1.0.0-alpha09 to 1.2.0 [#3341](https://github.com/numbersprotocol/capture-lite/pull/3341)
24
+
1. Remove READ_MEDIA_IMAGES permission to comply with Google Play policy [#3342](https://github.com/numbersprotocol/capture-lite/pull/3342)
25
+
1. Improve development documentation [#3343](https://github.com/numbersprotocol/capture-lite/pull/3343)
26
+
27
+
### Chore
28
+
29
+
1. Add new issues to backlog project [#3333](https://github.com/numbersprotocol/capture-lite/pull/3333)
0 commit comments