Commit 417c00f
committed
🎉 Release v0.2.0 - Major improvements and bug fixes
### 🎨 Changed
- Update app icon and tray icon with new design
- Rewrite README with professional documentation
### 🔧 Fixed
- Replace all unwrap() calls with safe error handling
- Add configuration validation to prevent invalid configs
- Optimize regex compilation with caching
- Improve task cancellation with CancellationToken
- Add clipboard API fallback for better compatibility
### 🚀 Improved
- Performance optimization with regex caching
- Better error messages and graceful degradation
- Remove all potential panic points
### 📦 Dependencies
- Add tokio-util 0.7 for cancellation tokens1 parent 9f15c5a commit 417c00f
File tree
18 files changed
+608
-138
lines changed- src-tauri
- icons
- src
- monitor
- src
18 files changed
+608
-138
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
0 commit comments