Skip to content

Releases: bl3rune/gamedig-discord-bot

v2.0.1

07 Nov 23:22
Compare
Choose a tag to compare

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

  • V2.0.0 : Bump discord js and gamedig - BREAKING CHANGE by @bl3rune in #69

Full Changelog: v1.5.16...v2.0.1

v1.5.16

07 Nov 22:38
Compare
Choose a tag to compare

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

06 May 18:09
c89b477
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.2...1.4.3

V1.4.2 Added HTTP_ALLOWED_SERVERS variable

06 May 15:46
1f2e4bd
Compare
Choose a tag to compare

What's Changed

  • Added HTTP_ALLOWED_SERVERS variable by @bl3rune in #10

Full Changelog: 1.4.1...1.4.2

V1.4.1 Fix HTTP_ENABLED variable and url ordering

06 May 14:25
0748878
Compare
Choose a tag to compare

What's Changed

  • Fix HTTP_ENABLED variable and url ordering response by @bl3rune in #9

Full Changelog: 1.4.0...1.4.1

V1.4.0 HTTP Server option

03 Mar 21:53
8e65b30
Compare
Choose a tag to compare
  • 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

02 Dec 16:48
b653544
Compare
Choose a tag to compare

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

05 Feb 23:09
988aa97
Compare
Choose a tag to compare

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

11 Sep 13:09
Compare
Choose a tag to compare
Updated to handle custom idle messages

V1.1 - Handling multiple servers

09 Sep 02:41
Compare
Choose a tag to compare
  • Added handling for multiple servers
  • Streamlined error handling
  • Added defined types for GameUrl and ServerResponse
  • 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