Releases: bl3rune/gamedig-discord-bot
Releases · bl3rune/gamedig-discord-bot
v2.0.1
BREAKING CHANGE !!
With the gamedig version increase some of the game type codes have changed
E.G. przomboid ➡️ projectzomboid
See the new version list here : https://github.com/gamedig/node-gamedig/blob/HEAD/GAMES_LIST.md
Dependency updates:
Node Major Version : 19 ➡️ 22
discord.js : 4.15.3 ➡️ 4.16.3
gamedig : 4.2.0 ➡️ 5.1.3
@types/gamedig : 5.0.1 ➡️ 5.0.3
What's Changed
Full Changelog: v1.5.16...v2.0.1
v1.5.16
What's Changed
- Bump tsx from 4.9.3 to 4.19.2
- Bump eslint from 9.2.0 to 9.14.0
- Bump tsup from 8.0.2 to 8.2.4
- Bump discord.js from 14.15.2 to 14.15.3
- Bump typescript from 5.4.5 to 5.6.3
- Update workflow to auto version bump and release
- add github envs config
- revert to using id package-version
Full Changelog: 1.4.3...v1.5.16
V1.4.3 - Fix messaging ordering and docker server issue
What's Changed
- Fix messaging ordering and docker server issue by @bl3rune in #13
- Bump eslint from 8.57.0 to 9.2.0 by @dependabot in #11
- Bump @types/gamedig from 4.0.5 to 5.0.1 by @dependabot in #12
New Contributors
- @dependabot made their first contribution in #11
Full Changelog: 1.4.2...1.4.3
V1.4.2 Added HTTP_ALLOWED_SERVERS variable
V1.4.1 Fix HTTP_ENABLED variable and url ordering
What's Changed
Full Changelog: 1.4.0...1.4.1
V1.4.0 HTTP Server option
- Added option for hosting HTTP server that responds to direct queries in the URL format /server/port/protocol or /server/port
- Allowed specifying UDP listen port for Gamedig
- Added options for default UP DOWN messages
V1.3.0 Upgrade and overhaul
Upgraded node to v19
General versioning upgrades
Swapped Gulp for tsup
Restructured rxjs logic
V1.2.1 : Added new environment variables to override name field for activity
Can now use these variables to override the name for an activity
NAME_OVERRIDE.#### - directly override with text
NAME_FIELD.#### - specify response field to use for name
RAW_NAME_FIELD.#### - specify response's raw field to use for name
V1.1.1 Customise Idle status
Updated to handle custom idle messages
V1.1 - Handling multiple servers
- Added handling for multiple servers
- Streamlined error handling
- Added defined types for
GameUrl
andServerResponse
- Improved environment variables
- Improved bot activity text to be more descriptive
- Password protected emoji 🔒
- Updated README to be clearer
- Removed Docker script as it is now being handled by GitHub actions