Skip to content

Latest commit

 

History

History
139 lines (79 loc) · 2.81 KB

CHANGELOG.md

File metadata and controls

139 lines (79 loc) · 2.81 KB

Teams Status - RS

[1.0.1] - 2024-06-30

🐛 Bug Fixes

  • (ha_api) Prevent application crash if HA is not available

⚙️ Miscellaneous Tasks

  • Move unused line of code, for future use (maybe)
  • Update deps

[1.0.0] - 2024-04-12

⚡ Performance

  • Concurrent HA API calls
  • Only update HA API for states that have changed

⚙️ Miscellaneous Tasks

  • Remove duplicates from CHANGELOG.md

[0.5.0] - 2024-04-11

🐛 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

[0.4.1] - 2024-03-27

🐛 Bug Fixes

  • Ensure MQTT is reconnected upon connection failure, fixes #19

⚙️ Miscellaneous Tasks

  • Convert from using release-plz to git-cliff as it fits my needs better for this type of application
  • Update dependencies

[0.4.0] - 2024-03-13

🚀 Features

  • (mqtt) Allow use of 'mqtt:https://' prefix in URL, which will be removed and saved back to conf.ini
  • Log panics to facilitate locating run-time errors

🐛 Bug Fixes

  • (mqtt) Allow use of 'mqtt:https://' prefix in URL, which will be removed and saved back to conf.ini

🚜 Refactor

  • (teams_ws) Rename files to make way for log parser

🎨 Styling

  • Cleanup comment

⚙️ Miscellaneous Tasks

  • Remove unused CICD
  • Add release-plz configuration
  • Ignore exe
  • Initial changelog with releaze-plz
  • Update packages
  • Ignore tests folder
  • Update dependencies

[0.3.0] - 2024-01-11

🚀 Features

  • Addition of new entities (all that are in the Teams API) for both HA and MQTT

🚜 Refactor

  • Fix warning
  • Addition of new entities (all that are in the Teams API) for both HA and MQTT

⚙️ Miscellaneous Tasks

  • Bump version to 0.3.0

[0.2.3] - 2024-01-09

🚀 Features

  • Retain mqtt messages
  • Retain mqtt messages

🐛 Bug Fixes

  • Prevent application from crashing if Teams is closed while running

🚜 Refactor

  • Remove unused error unit

⚙️ Miscellaneous Tasks

  • Update dependencies
  • Increase versioning

Signed-off-by

[0.2.2] - 2023-11-20

[0.2.1] - 2023-11-20

[0.2.0] - 2023-11-19

[0.1.0] - 2023-11-16

🐛 Bug Fixes

  • Fix wrong value used for video boolean, ensure there is an initial update when opening the app