44
55[ ![ Version] ( https://img.shields.io/badge/version-2.0.0-brightgreen.svg )] ( https://github.com/risunCode/SurfManager )
66[ ![ Platform] ( https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux-blue.svg )] ( https://github.com/risunCode/SurfManager )
7- [ ![ Go] ( https://img.shields.io/badge/go-1.21 +-00ADD8.svg )] ( https://golang.org/ )
7+ [ ![ Go] ( https://img.shields.io/badge/go-1.22 +-00ADD8.svg )] ( https://golang.org/ )
88[ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( LICENSE )
99
1010---
@@ -46,12 +46,14 @@ Perfect for developers who need to:
4646| ---------| -------------|
4747| ** 📱 Session Management** | Backup, restore, and manage multiple app sessions |
4848| ** 🔄 Account Switching** | Switch between different accounts in seconds |
49- | ** �️ Smairt App Close** | Auto-close running apps before operations (optional) |
50- | ** � Proogress Tracking** | Real-time progress bars for all operations |
51- | ** � Seaarch & Filter** | Quick search through sessions and auto-backups |
52- | ** � Auto-eBackup ** | Automatic backup before reset operations |
49+ | ** 🛠️ Smart App Close** | Auto-close running apps before operations (optional) |
50+ | ** 📊 Progress Tracking** | Real-time progress bars for all operations |
51+ | ** 🔍 Search & Filter** | Quick search through sessions and auto-backups |
52+ | ** 💾 Auto-Backup ** | Automatic backup before reset operations |
5353| ** 🎨 Theme System** | Dark, Solarized Dark, and Solarized Light themes |
5454| ** ⚙️ Customizable Settings** | Persistent settings for personalized experience |
55+ | ** 📝 Custom App Config** | VSCode preset or fully custom backup items |
56+ | ** ✏️ Edit App Config** | Edit existing app configurations via UI |
5557
5658### 🚀 What's New in v2.0
5759
@@ -63,6 +65,8 @@ Perfect for developers who need to:
6365- ** Skip Close App** - Perform operations without closing target app
6466- ** Customizable Backups** - Choose exactly what to backup
6567- ** Additional Folders** - Backup extra directories (e.g., ~ /.aws, ~ /.ssh)
68+ - ** Custom App Type** - Create apps with only addon folders (no AppData backup)
69+ - ** Edit App Config** - Edit existing app configurations via UI dialog
6670
6771---
6872
@@ -136,8 +140,8 @@ Sessions are tied to the Windows user account. You cannot transfer backups betwe
1361401 . Visit [ Releases Page] ( https://github.com/risunCode/SurfManager/releases )
1371412 . Download for your platform:
138142 - Windows: ` SurfManager-windows-amd64.exe `
139- - macOS: ` SurfManager-darwin-amd64 ` (needs testing )
140- - Linux: ` SurfManager-linux-amd64 ` (needs testing)
143+ - macOS: ` SurfManager-darwin-amd64.zip ` or ` SurfManager-darwin-arm64.zip ` (extract and run ` .app ` )
144+ - Linux: ` SurfManager-linux-amd64 `
1411453 . Run directly - no installation required!
142146
143147---
@@ -146,7 +150,7 @@ Sessions are tied to the Windows user account. You cannot transfer backups betwe
146150
147151### Prerequisites (All Platforms)
148152
149- - ** Go 1.21 +** - [ Download] ( https://golang.org/dl/ )
153+ - ** Go 1.22 +** - [ Download] ( https://golang.org/dl/ )
150154- ** Node.js 18+** - [ Download] ( https://nodejs.org/ )
151155- ** Wails CLI** - Install with: ` go install github.com/wailsapp/wails/v2/cmd/wails@latest `
152156
@@ -323,8 +327,8 @@ This will:
323327| ----------| -------------| --------------|
324328| Windows | ` SurfManager-windows-amd64.exe ` | 64-bit Intel/AMD |
325329| Linux | ` SurfManager-linux-amd64 ` | 64-bit Intel/AMD |
326- | macOS | ` SurfManager-darwin-amd64 ` | Intel Mac |
327- | macOS | ` SurfManager-darwin-arm64 ` | Apple Silicon (M1/M2/M3) |
330+ | macOS | ` SurfManager-darwin-amd64.zip ` (.app inside) | Intel Mac |
331+ | macOS | ` SurfManager-darwin-arm64.zip ` (.app inside) | Apple Silicon (M1/M2/M3) |
328332
329333---
330334
0 commit comments