Releases: ownlight6/SimDebug
Releases · ownlight6/SimDebug
v0.1.1
@ feat: add Monitoring tab, Push templates, custom tab bar, and storage info - Add Monitoring tab with ProcessMetrics model, MonitoringViewModel, and MonitoringView for real-time simulator resource tracking - Add PushTemplate model for reusable push notification payloads - Replace SwiftUI TabView with custom horizontal tab bar for better UX - Add dataPathSize/logPathSize to SimulatorDevice with displayStorageSize formatting - Add pendingFileBrowserPath to AppState for cross-tab navigation - Enhance PushNotificationView with template support and improved UI - Enhance ShortcutsView, LocationView, AppearanceView, AppListView with new features - Update icon set with optimized assets (smaller file sizes) - Add localization strings for all new features (en + zh-Hans) - Update .gitignore rules Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> @
v0.1.0
Fix CI: add contents:write permission for release creation The default GITHUB_TOKEN lacks permission to create releases. Explicitly setting contents:write allows softprops/action-gh-release to create tags and releases. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>