Releases: AntoineGS/teams-status-rs
Releases · AntoineGS/teams-status-rs
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
v0.3.0-not-optimized
Same as v0.3.0 but without compile optimization as it seems to trigger less false positives with anti-viruses
v0.3.0
- BREAKING CHANGE: Configuration for HA entities has changed format and will need to be reconfigured, a backup of the existing configuration will be done during conversion for reference so you can re-apply your configurations (if any were done) on the HA Entities
- Addition of new entities (all that are in the Teams API) for both HA and MQTT
v0.2.3-not-optimized
This is the same as v0.2.3 but compiled without optimization, which seems not get flagged by AVs.