Skip to content

Releases: AntoineGS/teams-status-rs

v1.3.1

09 Jul 18:25

Choose a tag to compare

[1.3.1] - 2025-07-09

NOTE

  • Version 1.3.0 was likely a debug build with some test popups so upgrading to this version is recommended if you are on 1.3.0

πŸ› Bug Fixes

  • Uncompilable state

βš™οΈ Miscellaneous Tasks

  • Update cliff config that split commits per line
  • Update deps

v1.3.0

06 Jul 19:20

Choose a tag to compare

[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

06 Feb 22:16

Choose a tag to compare

πŸš€ Features

  • Prevent opening of the same exe multiple times

βš™οΈ Miscellaneous Tasks

  • Update deps

v1.1.0

29 Jan 01:51

Choose a tag to compare

[1.1.0] - 2025-01-29

πŸ› Bug Fixes

  • Ensure attributes are not converted to JSON when written
  • Fixed #30

πŸ§ͺ Testing

  • Improve Bruno post call

v1.0.2

25 Jan 23:47

Choose a tag to compare

[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

01 Jul 01:43

Choose a tag to compare

πŸ› 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

v1.0.0

12 Apr 20:30

Choose a tag to compare

⚑ Performance

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

βš™οΈ Miscellaneous Tasks

  • Remove duplicates from CHANGELOG.md

v0.5.0

11 Apr 21:41

Choose a tag to compare

πŸ› 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

28 Mar 01:15

Choose a tag to compare

πŸ› 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

Release

  • V0.4.1 with rust v1.77

v0.4.0

13 Mar 21:19

Choose a tag to compare

[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