Releases: AntoineGS/teams-status-rs
Releases Β· AntoineGS/teams-status-rs
v1.3.1
v1.3.0
[1.3.0] - 2025-07-06
π Features
- Move logging to APPDATA subfolder to prevent perm issues on startup
- Tray icon supports setting up 'launch at startup'
βοΈ Miscellaneous Tasks
- Migrate from tray-item to tray-icon
[1.2.1] - 2025-06-23 (unreleased)
π Refactor
- Fix encoding
βοΈ Miscellaneous Tasks
- Update deps
- Migrate winres to winresource which is maintained
v1.2.0
v1.1.0
v1.0.2
[1.0.2] - 2025-01-25
π Features
- (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
- Fixes #30
π Refactor
- Change in file encoding?
π¨ Styling
- Minor reformatting
π§ͺ Testing
- Add Bruno project to call HA API for testing
βοΈ Miscellaneous Tasks
- Update deps
- Create LICENSE
- Update deps
v1.0.1
v1.0.0
v0.5.0
π Bug Fixes
- Prevent sending additional updates
- Temporarily build with a local home-assistant-rest dep as it includes non-published fixes, fixes #21
π Documentation
- Add HA persistent entities setup, fixes #15
β‘ Performance
- Update is_in_meeting and is_video_on first as the HA calls can take some time and create delays in automations
βοΈ Miscellaneous Tasks
- 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.
- Remove unoptimized build settings
- Update deps
- Add logging
v0.4.1
v0.4.0
[0.4.0] - 2024-03-13
π Features
- (mqtt) Allow use of 'mqtt://' prefix in URL, which will be removed and saved back to conf.ini
- Log panics to facilitate locating run-time errors
βοΈ Miscellaneous Tasks
- Update dependencies
- Upgrade Rust version, which seems to have fixed the false anti-virus flagging so I will not be releasing an optimized version unless the issue comes back