Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

72 lines (49 loc) · 2.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

  • /

1.3.0 - 2020-05-28

Added

  • away status (#4)
    • possibility to detect muted, deaf and away clients
    • afk room detection
  • configuration guide (here)

Changed

  • global variable handling
  • script loading event and waiting for backend
  • refactored a lot of code
  • performance increase by handling client lists different

1.2.0 - 2020-05-25

Added

  • group assigment listeners (#3)
    • description is now updated when a staff group is added or removed
  • database validation
    • config changes while the bot was offline are now recognized
  • template formatting (#1)

Removed

  • unnecessary checks

Fixed

  • move event checking for the wrong output of the staff group detection function

1.1.0 - 2020-05-22

Added

  • more explanation to the config how to configure the script and how it works

Changed

  • main script function to use placeholder instead of SinusBot
  • extracted member sort function to get more performance and reduce unnecessary checks
  • only groups with stored members are shown now

1.0.0 - 2020-05-22

  • initial release