Skip to content

Commit fd05a99

Browse files
committed
chore: release v1.3.0
1 parent 0430bd6 commit fd05a99

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,36 @@
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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "teams_status"
3-
version = "1.2.1"
3+
version = "1.3.0"
44
edition = "2021"
55

66
[package.metadata.winresource]
77
ProductName = "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

0 commit comments

Comments
 (0)