File tree Expand file tree Collapse file tree 2 files changed +29
-2
lines changed
Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 11# Teams Status - RS
22
3+ ## [ 1.3.0] - 2025-07-06
4+
5+ ### 🚀 Features
6+ - Move logging to APPDATA subfolder to prevent perm issues on startup
7+ - Tray icon supports setting up 'launch at startup'
8+
9+ ### 🐛 Bug Fixes
10+ - #39
11+
12+ ### ⚙️ Miscellaneous Tasks
13+ - Migrate from tray-item to tray-icon
14+
15+
16+ ## [ 1.2.1] - 2025-06-23
17+
18+ ### 🐛 Bug Fixes
19+ - #38
20+
21+ ### 🚜 Refactor
22+ - Fix encoding
23+
24+ ### ⚙️ Miscellaneous Tasks
25+ - Update deps
26+ - Migrate winres to winresource which is maintained
27+
28+
329## [ 1.2.0] - 2025-02-06
430
531### 🚀 Features
632- Prevent opening of the same exe multiple times
33+ - Fixes #33
734
835### ⚙️ Miscellaneous Tasks
936- Update deps
Original file line number Diff line number Diff line change 11[package ]
22name = " teams_status"
3- version = " 1.2.1 "
3+ version = " 1.3.0 "
44edition = " 2021"
55
66[package .metadata .winresource ]
77ProductName = " Teams Status"
8- ProductVersion = " 1.2.1 "
8+ ProductVersion = " 1.3.0 "
99
1010# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111
You can’t perform that action at this time.
0 commit comments