Skip to content

Releases: discord-gamestatus/discord-gamestatus

Version 2.4.1

12 Jan 16:55
2.4.1
d9d6dd7
Compare
Choose a tag to compare

Changes:

  • Fix minecraft queries that use velocity (thanks to NotASteve on discord for reporting)
  • Update dependencies
    • gamedig 4.2.0 -> 4.3.1

Full Changelog: v2.4.0...2.4.1

Version 2.4.0

26 Nov 22:34
v2.4.0
3aad120
Compare
Choose a tag to compare

Breaking changes

  • Converted bot to monorepo
    • bin/discord-gamestatus.js is now bot/bin/discord-gamestatus.js

What's Changed

Full Changelog: v2.3.0...v2.4.0

2.3.0

08 Nov 00:41
v2.3.0
e8c61f7
Compare
Choose a tag to compare

Changes:

  • Added SQL linting/formatting
  • Updated dependencies (including gamedig)
  • Added CONTRIBUTING.md
  • Added CHANGELOG.md
  • Add local IP range blocklist (and CLI option to disable --dont-block-local-addresses)
  • Use dotenv when starting to source environment variables
  • Various SQL fixes
  • Improve docker build and compose
  • Fixed commands timing out while accessing database by deferring the response
  • Prefixed imports from nodes standard library with node:
  • Added issue templates

Breaking changes:

  • Add a scheduler that is needed to tell the bot when to update status messages
  • Renamed bin/discord-gamestatus to bin/discord-gamestatus.js

Full Changelog: v2.2.3...v2.3.0

Version 2.2.3

23 Dec 16:02
0d2e9ac
Compare
Choose a tag to compare
  • status - fix command not responding properly
  • Add constraint so images have to be URLs
  • Various bug fixes

Full Changelog: v2.2.2...v2.2.3

v2.2.2

20 Oct 22:56
86e21cf
Compare
Choose a tag to compare
  • Fix statusremove slash command not working
  • Add a way to include special characters when using /statusmod set (closes #49)

Full Changelog: v2.2.1...v2.2.2

Version 2.2.0

24 Jul 23:06
6512d4d
Compare
Choose a tag to compare

What's Changed

  • Add slash command support by @Douile in #40
  • Enabled auto-sharding
  • Updated dependencies

Full Changelog: v2.1.0...v2.2.0

Version 2.1.0

05 Jun 17:33
v2.1.0
c367b7a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

Version 2.0.0

27 May 20:05
v2.0.0
e7da0a0
Compare
Choose a tag to compare

What's Changed

  • Convert codebase to typescript by @Douile in #24
  • General bugfixes and performance improvements
  • Add docker image

Full Changelog: v1.15.3...v2.0.0

Version 1.15.3

30 Jun 15:11
eeed9d8
Compare
Choose a tag to compare

Changes:

  • Re-implemented JSON save support
  • General database backend improvements
  • Updated dependencies

Version 1.15.2

07 Jun 20:00
c2b68f6
Compare
Choose a tag to compare

Changes:

  • Fix discord status queries not working
  • Fix offlineImage never beeing shown