v0.8.0
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.
- Now SteamSpeak uses Regex to filter steamGroups. The used regex is: https://regex101.com/r/TexROh/1
π₯ 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(deps-dev): bump @typescript-eslint/parser from 2.31.0 to 3.0.2 #129 (dependabot-preview[bot])
- chore(deps): bump echarts from 4.7.0 to 4.8.0 #128 (dependabot-preview[bot])
- chore(deps-dev): bump tailwindcss from 1.4.5 to 1.4.6 #127 (dependabot-preview[bot])
- chore(deps-dev): bump lerna from 3.20.2 to 3.22.0 #126 (dependabot-preview[bot])
- chore(deps): bump ioredis from 4.16.3 to 4.17.3 #125 (dependabot-preview[bot])
- chore(deps): bump activesupport from 6.0.2.1 to 6.0.3.1 in /scripts #119 (dependabot[bot])
π Chore: