Commit 233d4c9
committed
feat: SOCKS5 proxy, electron-updater, Sentry crash reporting, code signing
- SOCKS5/4 dynamic port forwarding fully implemented in SSH layer
- electron-updater replaces manual update check (download + install in-app)
- Sentry crash reporting initialized in main and renderer processes
- GitHub Actions workflow updated with macOS + Windows code signing support
- Update banner now shows download progress bar and "Restart & Install" button
- PortForwardDialog enables Dynamic/SOCKS5 with contextual help text
Made-with: Cursor1 parent 85bb99e commit 233d4c9
14 files changed
Lines changed: 1618 additions & 133 deletions
File tree
- .github/workflows
- src
- main
- preload
- renderer/src
- components/dialogs
- types
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
63 | 87 | | |
64 | 88 | | |
65 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
66 | 98 | | |
67 | 99 | | |
68 | 100 | | |
| |||
0 commit comments