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
Bump project to v6.2 and implement API changes and localization packaging.
- Xcode project: increment CURRENT_PROJECT_VERSION and MARKETING_VERSION to 6.2; set DEVELOPMENT_TEAM.
- SwiftNEW API: simplify initializer by accepting direct values (no .constant bindings), add presentation modes (.sheet / .fullScreenCover / .embed) and specialEffect (.christmas) support; adapt button/history text color to background brightness.
- Demo updates: ContentView previews updated to use new API, localization-aware remote URLs, and new previews (Full Screen Cover, Embed, Christmas Effect).
- Localized data: update data.json for en/ja/ko/zh-Hans/zh-Hant to include 6.2 release notes and preserve 6.1 entry; generate packed_data.json with Script/pack_json.py.
- Docs: README updated to reflect API changes, new options and usage examples.
- Dependencies: update SwiftGlass in Package.resolved to revision b117299... and version 26.0.1.
- Source changes: add Color extension and make supporting changes in SwiftNEW implementation and HistorySheet to support new features.
0 commit comments