MacTorn_mirror/MacTorn
Paweł Orzech 22f6e5d8e4
Fix safety issues, deprecated APIs, and code quality improvements
- Replace force unwrap developer.tornID! with safe optional binding
- Generate travel notification IDs dynamically from TravelNotificationSetting.defaults
  instead of hardcoded strings, preventing cancellation gaps
- Extract duplicated developer ID (2362436) into TornConstants enum
- Change DateFormatter from computed property to static let to avoid
  expensive re-creation on every render
- Remove redundant objectWillChange.send() already handled by @Published
- Migrate deprecated onChange(of:) { _ in } to new parameterless closure form
2026-02-27 23:34:25 +01:00
..
Archive housekeeping 2026-01-17 21:59:39 +00:00
MacTorn Fix safety issues, deprecated APIs, and code quality improvements 2026-02-27 23:34:25 +01:00
MacTorn.xcodeproj Release version 1.5.1 2026-02-04 14:15:28 +01:00
MacTornTests Add feedback prompt and release v1.4.7 2026-01-27 23:43:17 +01:00
MacTornUITests Fix 3 critical bugs: infinite recursion, stuck loading state, unstable IDs 2026-02-27 23:30:15 +01:00