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
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [3.2.0] - 2026-05-02
11
+
12
+
### Removed
13
+
- NFC, QR code, and Scan functionality (Phase 2A-2)
14
+
-`tagsScanned` count and `howToUse` fields from ItemTag
15
+
-`maximum_name_length` from server permissions; moved to client `Constants`
16
+
- Onboarding reload ceremony
17
+
- Dead code: `ImageSaver`, `composited()`, unused colors and fonts, dead `Date` helper
18
+
10
19
### Changed
11
-
- Renamed error code prefix `NATI-` to `NATIVEAPPTEMPLATE-` and env var prefix `NATEMPLATE_API_` to `NATIVEAPPTEMPLATE_API_` so the substrate-rename pipeline reaches every product-name occurrence
20
+
- Renamed "Number Tag" to "Item Tag" across labels and identifiers
21
+
- Ported ItemTag schema and generic CRUD UI from paid iOS (Phase 2A-1, 2A-3)
22
+
- Display `completedAt` as `yyyy/MM/dd HH:mm` regardless of locale
23
+
- Added client-side length caps and truncation for Shop name/description
24
+
- Wrapped String constants in `enum Strings` namespace
25
+
- Slimmed onboarding to 4 slides; introduced `ImageOrientation` enum
26
+
- Tightened ItemTag labels and silenced success toasts on complete/idle
27
+
- Read API endpoint from env vars in Debug builds
28
+
- Renamed error code prefix `NATI-` to `NATIVEAPPTEMPLATE-` and env var prefix `NATEMPLATE_API_` to `NATIVEAPPTEMPLATE_API_`
29
+
- Swiftier String predicates; replaced custom helpers with stdlib equivalents
30
+
31
+
### Added
32
+
- Unit tests for previously untested Models and `Date` extension
33
+
-`CONTRIBUTING.md` and `CODE_OF_CONDUCT.md`
34
+
35
+
### Fixed
36
+
- Onboarding flow and asset cleanup
37
+
- README: dropped stale NFC/QR feature lines and updated env var references
0 commit comments