|
1 | 1 | # Teams Status - RS |
2 | 2 |
|
3 | | -## [1.0.1] - 2024-06-30 |
| 3 | +## [1.0.2] - 2025-01-25 |
4 | 4 |
|
5 | | -### 🐛 Bug Fixes |
| 5 | +### 🚀 Features |
| 6 | +- (ha_api) Add support for custom attributes set in HA, the service will query the attributes once and store them so they are re-sent each time |
| 7 | +- Fixes #30 |
6 | 8 |
|
7 | | -- (ha_api) Prevent application crash if HA is not available |
| 9 | +### 🚜 Refactor |
| 10 | +- Change in file encoding? |
| 11 | + |
| 12 | +### 🎨 Styling |
| 13 | +- Minor reformatting |
| 14 | + |
| 15 | +### 🧪 Testing |
| 16 | +- Add Bruno project to call HA API for testing |
8 | 17 |
|
9 | 18 | ### ⚙️ Miscellaneous Tasks |
| 19 | +- Update deps |
| 20 | +- Create LICENSE |
| 21 | +- Update deps |
| 22 | + |
10 | 23 |
|
11 | | -- Move unused line of code, for future use (maybe) |
| 24 | +## [1.0.1] - 2024-07-01 |
| 25 | + |
| 26 | +### 🐛 Bug Fixes |
| 27 | +- (ha_api) Prevent application crash if HA is not available |
| 28 | +- (ha_api) Prevent application crash if HA is not available |
| 29 | + |
| 30 | +### ⚙️ Miscellaneous Tasks |
12 | 31 | - Update deps |
| 32 | +- Move unsused line of code, for future use (maybe) |
| 33 | +- Update deps |
| 34 | + |
13 | 35 |
|
14 | 36 | ## [1.0.0] - 2024-04-12 |
15 | 37 |
|
16 | 38 | ### ⚡ Performance |
17 | | - |
18 | 39 | - Concurrent HA API calls |
19 | 40 | - Only update HA API for states that have changed |
20 | 41 |
|
21 | 42 | ### ⚙️ Miscellaneous Tasks |
22 | | - |
23 | 43 | - Remove duplicates from CHANGELOG.md |
24 | 44 |
|
| 45 | + |
25 | 46 | ## [0.5.0] - 2024-04-11 |
26 | 47 |
|
27 | 48 | ### 🐛 Bug Fixes |
28 | | - |
29 | 49 | - Prevent sending additional updates |
30 | 50 | - Temporarily build with a local home-assistant-rest dep as it includes non-published fixes, fixes #21 |
31 | 51 |
|
32 | 52 | ### 📚 Documentation |
33 | | - |
34 | 53 | - Add HA persistent entities setup, fixes #15 |
35 | 54 |
|
36 | 55 | ### ⚡ Performance |
37 | | - |
38 | 56 | - Update is_in_meeting and is_video_on first as the HA calls can take some time and create delays in automations |
39 | 57 |
|
40 | 58 | ### ⚙️ Miscellaneous Tasks |
41 | | - |
42 | | -- Add WIP Teams log parsing as it was discovered switching back to 'Available' is not being logged, rendering this whole |
43 | | - mod useless until it is. Not compiled in project. |
| 59 | +- 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. |
44 | 60 | - Remove unoptimized build settings |
45 | 61 | - Update deps |
46 | 62 | - Add logging |
47 | 63 |
|
| 64 | + |
48 | 65 | ## [0.4.1] - 2024-03-27 |
49 | 66 |
|
50 | 67 | ### 🐛 Bug Fixes |
51 | | - |
52 | 68 | - Ensure MQTT is reconnected upon connection failure, fixes #19 |
53 | 69 |
|
54 | 70 | ### ⚙️ Miscellaneous Tasks |
55 | | - |
56 | 71 | - Convert from using release-plz to git-cliff as it fits my needs better for this type of application |
57 | 72 | - Update dependencies |
58 | 73 |
|
| 74 | + |
59 | 75 | ## [0.4.0] - 2024-03-13 |
60 | 76 |
|
61 | 77 | ### 🚀 Features |
62 | | - |
63 | 78 | - (mqtt) Allow use of 'mqtt://' prefix in URL, which will be removed and saved back to conf.ini |
64 | 79 | - Log panics to facilitate locating run-time errors |
65 | 80 |
|
66 | 81 | ### 🐛 Bug Fixes |
67 | | - |
68 | 82 | - (mqtt) Allow use of 'mqtt://' prefix in URL, which will be removed and saved back to conf.ini |
69 | 83 |
|
70 | 84 | ### 🚜 Refactor |
71 | | - |
72 | 85 | - (teams_ws) Rename files to make way for log parser |
73 | 86 |
|
74 | 87 | ### 🎨 Styling |
75 | | - |
76 | 88 | - Cleanup comment |
77 | 89 |
|
78 | 90 | ### ⚙️ Miscellaneous Tasks |
79 | | - |
80 | 91 | - Remove unused CICD |
81 | 92 | - Add release-plz configuration |
82 | 93 | - Ignore exe |
|
85 | 96 | - Ignore tests folder |
86 | 97 | - Update dependencies |
87 | 98 |
|
| 99 | + |
88 | 100 | ## [0.3.0] - 2024-01-11 |
89 | 101 |
|
90 | 102 | ### 🚀 Features |
91 | | - |
92 | 103 | - Addition of new entities (all that are in the Teams API) for both HA and MQTT |
93 | 104 |
|
94 | 105 | ### 🚜 Refactor |
95 | | - |
96 | 106 | - Fix warning |
97 | 107 | - Addition of new entities (all that are in the Teams API) for both HA and MQTT |
98 | 108 |
|
99 | 109 | ### ⚙️ Miscellaneous Tasks |
100 | | - |
101 | 110 | - Bump version to 0.3.0 |
102 | 111 |
|
| 112 | + |
103 | 113 | ## [0.2.3] - 2024-01-09 |
104 | 114 |
|
105 | 115 | ### 🚀 Features |
106 | | - |
107 | 116 | - Retain mqtt messages |
108 | 117 | - Retain mqtt messages |
109 | 118 |
|
110 | 119 | ### 🐛 Bug Fixes |
111 | | - |
112 | 120 | - Prevent application from crashing if Teams is closed while running |
113 | 121 |
|
114 | 122 | ### 🚜 Refactor |
115 | | - |
116 | 123 | - Remove unused error unit |
117 | 124 |
|
118 | 125 | ### ⚙️ Miscellaneous Tasks |
119 | | - |
120 | 126 | - Update dependencies |
121 | 127 | - Increase versioning |
122 | 128 |
|
123 | 129 | ### Signed-off-by |
124 | | - |
125 | 130 | - Dependabot[bot] <support@github.com> |
126 | 131 |
|
| 132 | + |
127 | 133 | ## [0.2.2] - 2023-11-20 |
128 | 134 |
|
| 135 | + |
129 | 136 | ## [0.2.1] - 2023-11-20 |
130 | 137 |
|
| 138 | + |
131 | 139 | ## [0.2.0] - 2023-11-19 |
132 | 140 |
|
| 141 | + |
133 | 142 | ## [0.1.0] - 2023-11-16 |
134 | 143 |
|
135 | 144 | ### 🐛 Bug Fixes |
136 | | - |
137 | 145 | - Fix wrong value used for video boolean, ensure there is an initial update when opening the app |
138 | 146 |
|
| 147 | + |
139 | 148 | <!-- generated by git-cliff --> |
0 commit comments