Skip to content

Releases: MarcelSchm/MS-Teams-Busy-Light

v_1.3.0.5

06 Oct 13:19
Compare
Choose a tag to compare

Changelog

All notable changes to the next MS Teams Presence Status Busy Light version are the following.

[v_1.3.0.5] - 2024-10-06

11e0f28...dd25eb2

🐛 Bug Fixes

  • Fixed an issue, where sometimes the status is empty, since new file was added but not yet a new status was written inside it. (2eb378b)

📚 Documentation

  • Added changelog File with auto generated content of commit messages of latest tag. (8ec0367)

👷 Build

  • Update version number to 1.3.0.5 (bac3ade)

  • Upgraded all packages to latest (dd25eb2)

⚙️ Miscellaneous Tasks

  • First try to build pyinstaller exe with github actions. (aace967)

  • Fixed yaml workflow error (77c8be2)

  • More bug fixes in github actions yaml. (47b771e)

v_1.3.0.4

15 Sep 17:16
Compare
Choose a tag to compare

Changelog

All notable changes to the next MS Teams Presence Status Busy Light version are the following.

[v_1.3.0.4] - 2024-09-15

bb7c180...67c86d1

🚀 Features

  • Add function to read from serial buffer, for more debugging options for arduino (3c9fc14)

🐛 Bug Fixes

  • Added serial flush to prevent wrong commands send to arduino sometimes (9fc73a9)

  • Fix serial input reading and flushing (1115ba3)
    , Version:1.3.0.4

  • Refactor serial port configuration and status writing (67c86d1)

📚 Documentation

  • Update version number in version.conf for new debug functionality in logs (6c5b56e)

  • Added changelog File with auto generated content of commit messages of latest tag. (1d5f8ea)

  • Added changelog File with auto generated content of commit messages of latest tag. (9961aba)

v_1.3.0.3

15 Sep 09:07
Compare
Choose a tag to compare

Changelog

All notable changes to the next MS Teams Presence Status Busy Light version are the following.

[v_1.3.0.3] - 2024-09-15

8981307...eadb15b

🚀 Features

  • Update version to 1.3.0.3 and enhance debug output formatting (dd80f61)

🐛 Bug Fixes

  • Fix status color for presenceunknown in write_status_to_busy_light function (69222db)

🚜 Refactor

  • Refactor createNewTeamsBusyLightExe.ps1 script, to match (hopefully) for github actions as well. (7cc5f76)

  • Refactor file paths in MS_Teams_Busy_Light.spec (7cf2ee2)

  • File paths in release.yml and activate virtualenv (a27d6d7)

  • Update release.yml to create and activate virtualenv (2b675e0)

  • Update release.yml to activate virtualenv before running PowerShell script (7bff2e8)

  • Needed to move file to src folder (bfdde78)

  • Update actions/checkout to v4 in release workflow and python venv paths (fc0c7b3)

  • Update createNewTeamsBusyLightExeForGithubActions.py (2c38ce7)

  • Update createNewTeamsBusyLightExeForGithubActions.py (a7e7e50)

  • Comment out build script for release.yml (debug reasons) (6db5719)

  • Comment out upload release assets step in release.yml (0e3c9b9)

  • Update changelog generation in release.yml (b4a2938)

  • Update body_path to body in release.yml (ef76ff6)

  • Update release.yml to use updated changelog content (3ccbd3f)

  • Update body_path to body in release.yml (9241520)

  • Update body_path to use direct file name (e06c1e1)

  • Remove code for generating changelog because it seems to duplicate generation (eadb15b)

📚 Documentation

  • Added changelog File with auto generated content of commit messages of latest tag. (65aee2c)

  • Added changelog File with auto generated content of commit messages of latest tag. (dd39224)

  • Added changelog File with auto generated content of commit messages of latest tag. (0987571)

  • Added changelog File with auto generated content of commit messages of latest tag. (7b4345b)

  • Added changelog File with auto generated content of commit messages of latest tag. (cadd70e)

  • Added changelog File with auto generated content of commit messages of latest tag. (644becb)

  • Added changelog File with auto generated content of commit messages of latest tag. (4a51573)

  • Added changelog File with auto generated content of commit messages of latest tag. (4f5d09d)

  • Added changelog File with auto generated content of commit messages of latest tag. (2958e62)

  • Added changelog File with auto generated content of commit messages of latest tag. (a539e1b)

  • Added changelog File with auto generated content of commit messages of latest tag. (2b4eaea)

  • Added changelog File with auto generated content of commit messages of latest tag. (4b47bc3)

  • Added changelog File with auto generated content of commit messages of latest tag. (c8bd880)

  • Added changelog File with auto generated content of commit messages of latest tag. (ca9d444)

  • Added changelog File with auto generated content of commit messages of latest tag. (9f71a16)

  • Added changelog File with auto generated content of commit messages of latest tag. (6ba07de)

  • Added changelog File with auto generated content of commit messages of latest tag. (a3470fe)

  • Added changelog File with auto generated content of commit messages of latest tag. (b7840aa)

⚙️ Miscellaneous Tasks

  • Update release.yml to use body_path for release notes (5737b3e)

  • Fixed syntax error (185e170)

  • Fixed syntax erorrs (3992a1c)

  • Fixed changelog read with git cliff (9b356d6)

  • Rewrote ps1 file to python file for github action (842a397)

  • Hopefully fixed a bug with github actions and Update/Check PIP Manager function (4587625)

Release v_1.3.0.2

11 Sep 21:26
Compare
Choose a tag to compare

v_1.3.0.1

11 Sep 06:53
Compare
Choose a tag to compare
v_1.3.0.1 Pre-release
Pre-release

fixed status initialization in main loop. beta version for new teams

v1.3.0-alpha

08 Sep 21:30
Compare
Choose a tag to compare
v1.3.0-alpha Pre-release
Pre-release

Fixed some bugs, addes settings.ini file and logger functionality, refactored much for support of "new" Teams. Still needs to be checked.

v1.2.0-alpha

17 Apr 21:14
Compare
Choose a tag to compare

converted to match with 'new' Teams. First alpha release to check

v1.1.0

14 Jan 16:13
Compare
Choose a tag to compare

Fixed some Bugs and did some improvements in v1.1.0:

Highlights

  • Improvement: COM Port List is fetched automatically with options:
    • Program will end, if no COM-Port is available
    • Preselect COM-Port, if only one is available, for you to confirm
    • Show a multiselect choice box, if there is more than one COM-Port available
  • Improvement: Added Option to detect IncomingCalls
  • Improvement: Got rid of old files, updated a powershell script to auto build the exe file easily.
  • Improvement: exe FIles now contains version information, copyrights and stuff.

v1.0.1

23 Oct 17:42
Compare
Choose a tag to compare

Fixed some Bugs and did some improvements:

Highlights

  • Bug: Fixed a Bug, where each new notification resulted in a red color status
  • Improvement: Added initial state, after establishing a COM Port Connection
  • Improvement: Added Outdated. State will stay until is new status is read from Logfile, that is newer than start date of script.

v1.0.0

22 Oct 15:32
Compare
Choose a tag to compare

First stable release of Teams Script.

Feature

Messagedialog will ask for the COM Port of your device.
Script will evaluate the last Teams Status and will Send the name of the color via serial according to table in Readme.