Skip to content

Releases: ownlight6/SimDebug

v0.1.1

06 Jun 10:13

Choose a tag to compare

@

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

04 Jun 13:10

Choose a tag to compare

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>