Skip to content

Commit

Permalink
release: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineGS committed Jul 1, 2024
1 parent 89f9de3 commit f1fcd0f
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 13 deletions.
46 changes: 35 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,60 +1,82 @@
# 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

- 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.

- 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
Expand All @@ -63,53 +85,55 @@
- 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

- 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
- Dependabot[bot] <[email protected]>

- Dependabot[bot] <[email protected]>

## [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

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

<!-- generated by git-cliff -->
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "teams_status"
version = "1.0.0"
version = "1.0.1"
edition = "2021"

[package.metadata.winres]
ProductName = "Teams Status"
ProductVersion = "1.0.0"
ProductVersion = "1.0.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit f1fcd0f

Please sign in to comment.