Skip to content

Latest commit

Β 

History

History
409 lines (269 loc) Β· 28.9 KB

CHANGELOG.md

File metadata and controls

409 lines (269 loc) Β· 28.9 KB

Changelog

v0.9.1 (2021-01-23)

Full Changelog

πŸš€ New Features:

  • feat: Update domain of domentation to dalexhd.dev #212 (dalexhd)

v0.9.0 (2020-12-02)

Full Changelog

image

Log management system πŸ“‹ and better banner UI. We also fixed some important bugs.

πŸš€ New Features:

πŸ› Bug Fixes:

  • Servercrash on fresh install #152
  • fix(bug): Prevent group duplication on bot launch. #159 (dalexhd)
  • fix(bug): Mongoose model creation issue. #152 #154 (dalexhd)
  • fix(security): Hide sourcemap from production. #145 (dalexhd)
  • fix(bug): Reconnect to steam after connection lost. #143 (dalexhd)

🚨 Security fixes:

πŸ“ Documentation:

πŸ”§ Dependencies:

🌟 Chore:

v0.8.1 (2020-06-07)

Full Changelog

πŸ› Bug Fixes:

  • fix(bug): delete regex steamspeak groups. #137 (dalexhd)

v0.8.0 (2020-06-04)

Full Changelog

image

Less bugs, multi game plugins, faster documentation. I almost forgot, SteamSpeak now supports CS:GO integration πŸ‘Ύ

Upgrade guide

Breaking changes:

Plugins

  • Afk kick
    • Changed plugin interval from "seconds: 5" to "seconds: 10"
    • Changed kick interval from "seconds: 5" to "minutes: 30"
  • Afk move
    • Changed plugin interval from "seconds: 5" to "seconds: 10"
    • Changed move interval from "seconds: 5" to "minutes: 20"
  • Change channel
    • Now it's disabled by default
    • Replaced config data changes keys. From channel_name to channelName & channel_description to channelDescription
    • Changed plugin interval from "seconds: 3" to "seconds: 5"
  • Multi function
    • Changed plugin interval from "seconds: 5" to "minutes: 5"

Database

  • verified client (NOTE: You'll need to update your database manually)
    • Changed dbid type from number to string.
    • Changed groupId type from number to string.

Notes:

Steam Modules

  • rich presence
    • Now SteamSpeak uses Regex to filter steamGroups. The used regex is: https://regex101.com/r/TexROh/1 IMPORTANT: Now groups (only if the group's type is query and namemode is set to 2) that contains "#[number] [rich presence]" are considered SteamSpeak groups. This means that you should not create a group with the same pattern and same properties to prevent SteamSpeak deleting them. This is done to prevent group duplication bug.

πŸ’₯ Breaking Changes:

  • chore(deps): bump ts3-nodejs-library from 2.4.4 to 3.0.4 #130 (dalexhd)
  • feat(breaking): Disable all plugins by default. #124 (dalexhd)
  • feat(breaking): Add uri to database config. #122 (dalexhd)
  • feat(breaking): Add ts-node compilation environment. #116 (dalexhd)

πŸš€ New Features:

  • Add option to disable website. #120
  • feat(new game): Add CS:GO game. #118 (dalexhd)
  • feat: Add multiple game environment. #117 (dalexhd)

πŸ› Bug Fixes:

πŸ“ Documentation:

πŸ”§ Dependencies:

🌟 Chore:

v0.7.0 (2020-05-26)

Full Changelog

image

Quite similar to discord's rich presence, right? Discord will hate this... 😬

πŸ’₯ Breaking Changes:

  • feat(breaking): Add srv parametter to mongodb. #110 (dalexhd)

πŸš€ New Features:

  • feat: Add TS5 client steam banner status. #109 (dalexhd)

πŸ› Bug Fixes:

  • fix: Resolve tsbuildsum not found on first build. #108 (dalexhd)
  • fix: Create groups only if connected. #105 (dalexhd)

πŸ“ Documentation:

🌟 Chore:

  • chore: Check if config is present before build. #106 (dalexhd)

v0.6.0 (2020-05-14)

Full Changelog

πŸ’₯ Breaking Changes:

  • feat: Migrate server to TypeScript #57 (dalexhd)

🚨 Security fixes:

πŸ“ Documentation:

πŸ”§ Dependencies:

🌟 Chore:

v0.5.0 (2020-04-27)

Full Changelog

πŸš€ New Features:

  • feat: Add multi instance teamspeak bots. #51 (dalexhd)

πŸ“ Documentation:

v0.4.0 (2020-04-20)

Full Changelog

πŸš€ New Features:

v0.3.1 (2020-04-19)

Full Changelog

v0.3.0 (2020-04-18)

Full Changelog

πŸš€ New Features:

🚱 Closed Issues:

  • Release summary v0.3.0 #36

v0.2.0 (2020-04-15)

Full Changelog

πŸš€ New Features:

v0.1.1 (2020-04-06)

Full Changelog

v0.1.0 (2020-04-05)

Full Changelog

πŸš€ New Features:

v0.0.8 (2020-04-03)

Full Changelog

πŸš€ New Features:

  • Add SteamSpeak features to documentation. #24

πŸ“ Documentation:

v0.0.7 (2020-03-27)

Full Changelog

πŸš€ New Features:

  • Added ServerName TeamSpeak3 plugin. #20 (dalexhd)

πŸ› Bug Fixes:

  • Wrong version number on Web Panel. #21

v0.0.6 (2020-03-23)

Full Changelog

πŸ’₯ Breaking Changes:

πŸš€ New Features:

πŸ› Bug Fixes:

  • Installation problems. #16

v0.0.5 (2020-03-08)

Full Changelog

πŸš€ New Features:

v0.0.4 (2020-03-08)

Full Changelog

v0.0.3 (2020-03-07)

Full Changelog

πŸš€ New Features:

πŸ“ Documentation:

v0.0.2 (2020-03-06)

Full Changelog

v0.0.1 (2020-03-06)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator