You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+43-3Lines changed: 43 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# Teams Status - RS
2
2
3
+
## [0.5.0] - 2024-04-11
4
+
5
+
### π Bug Fixes
6
+
- Prevent sending additional updates
7
+
- Temporarily build with a local home-assistant-rest dep as it includes non-published fixes, fixes #21
8
+
9
+
### π Documentation
10
+
- Add HA persistent entities setup, fixes #15
11
+
12
+
### β‘ Performance
13
+
- Update is_in_meeting and is_video_on first as the HA calls can take some time and create delays in automations
14
+
15
+
### βοΈ Miscellaneous Tasks
16
+
- Add WIP Teams log parsing as it was discovered switching back to 'Available' is not being logged, rendering this whole mod useless until it is. Not compiled in project.
17
+
- Add WIP Teams log parsing as it was discovered switching back to 'Available' is not being logged, rendering this whole mod useless until it is. Not compiled in project.
18
+
- Remove unoptimized build settings
19
+
- Update deps
20
+
- Add logging
21
+
22
+
3
23
## [0.4.1] - 2024-03-27
4
24
5
25
### π Bug Fixes
@@ -9,16 +29,17 @@
9
29
- Convert from using release-plz to git-cliff as it fits my needs better for this type of application
10
30
- Update dependencies
11
31
12
-
### Release
13
-
- V0.4.1 with rust v1.77
14
-
15
32
16
33
## [0.4.0] - 2024-03-13
17
34
18
35
### π Features
19
36
- (mqtt) Allow use of 'mqtt://' prefix in URL, which will be removed and saved back to conf.ini
37
+
- (mqtt) Allow use of 'mqtt://' prefix in URL, which will be removed and saved back to conf.ini
20
38
- Log panics to facilitate locating run-time errors
21
39
40
+
### π Bug Fixes
41
+
- (mqtt) Allow use of 'mqtt://' prefix in URL, which will be removed and saved back to conf.ini
42
+
22
43
### π Refactor
23
44
- (teams_ws) Rename files to make way for log parser
24
45
@@ -39,9 +60,11 @@
39
60
40
61
### π Features
41
62
- Addition of new entities (all that are in the Teams API) for both HA and MQTT
63
+
- Addition of new entities (all that are in the Teams API) for both HA and MQTT
42
64
43
65
### π Refactor
44
66
- Fix warning
67
+
- Addition of new entities (all that are in the Teams API) for both HA and MQTT
45
68
46
69
### βοΈ Miscellaneous Tasks
47
70
- Bump version to 0.3.0
@@ -51,6 +74,8 @@
51
74
52
75
### π Features
53
76
- Retain mqtt messages
77
+
- Retain mqtt messages
78
+
- Retain mqtt messages
54
79
55
80
### π Bug Fixes
56
81
- Prevent application from crashing if Teams is closed while running
@@ -66,4 +91,19 @@
66
91
- Dependabot[bot]<support@github.com>
67
92
68
93
94
+
## [0.2.2] - 2023-11-20
95
+
96
+
97
+
## [0.2.1] - 2023-11-20
98
+
99
+
100
+
## [0.2.0] - 2023-11-19
101
+
102
+
103
+
## [0.1.0] - 2023-11-16
104
+
105
+
### π Bug Fixes
106
+
- Fix wrong value used for video boolean, ensure there is an initial update when opening the app
0 commit comments