Versión 1.7.0 (build 89): release notes iPhone Duo y DUO_STATUS
- MARKETING_VERSION 1.7.0 / CURRENT_PROJECT_VERSION 89 en todos los targets. - Release notes en-US/en-GB/en-AU/en-CA y es-ES/es-MX con iPhone Duo como primer bullet; RELEASE_NOTES.md y CHANGELOG.md. - DUO_STATUS.md: qué se adaptó, escenarios regular×regular, pendiente fase 2 (Xcode 27.1) y cómo probarlo. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01F1u4K16xy7eQVtgsYNZ9Vn
This commit is contained in:
@@ -2,6 +2,22 @@
|
||||
|
||||
All notable changes to Portfolio Journal will be documented in this file.
|
||||
|
||||
## [1.7.0] — iOS 27 + iPhone Duo (phase 1)
|
||||
|
||||
### Added
|
||||
- **iPhone Duo / regular width**: single adaptive `TabView` (sidebar-adaptable on iOS 18+) — no more layout swap between iPhone and iPad hierarchies, so navigation state survives opening/closing the Duo.
|
||||
- **Sources** and **Journal** use `NavigationSplitView` (list + detail side by side in regular width, collapsing stack in compact).
|
||||
- **Quick Update** opens as an inspector panel next to the dashboard in regular width (sheet in compact).
|
||||
- **Charts**: plots get 35% more height in regular width via `chartHeightScale`; bottom safe area respected.
|
||||
- **Biometrics**: Face ID / Touch ID / Optic ID resolved from `LAContext.biometryType`; all lock/privacy strings are generic (7 languages).
|
||||
- `@SceneStorage` restore of the selected tab.
|
||||
- What's New entry for 1.7.0.
|
||||
|
||||
### Changed
|
||||
- Compiles cleanly with Xcode 27 / SDK 27: missing `CoreData` imports (MemberImportVisibility), main-actor isolation warnings, `IsolatedDefaultValues` upcoming feature.
|
||||
- Migrated soft-deprecated SwiftUI API: `foregroundColor` → `foregroundStyle`, `cornerRadius` → `clipShape`, `navigationBarLeading/Trailing` → `topBarLeading/Trailing`, `Task.sleep(nanoseconds:)` → `sleep(for:)`, `NavigationLink(isActive:)` → `navigationDestination(isPresented:)`.
|
||||
- Liquid Glass (`glassEffect`) for the Journal floating month labels on iOS 26+, material fallback below.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
Reference in New Issue
Block a user