Skip to content

Commit 3f2532e

Browse files
dadachiclaude
andcommitted
Update CHANGELOG for 3.2.0 release
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b1dc07c commit 3f2532e

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1019
### 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
1238

1339
## [3.1.1] - 2026-04-06
1440

0 commit comments

Comments
 (0)