Skip to content

Releases: moonstar-x/discord-free-games-notifier

v3.0.1

13 Aug 18:45
8832230
Compare
Choose a tag to compare

What's Changed

  • All commands now differ interactions when executed to try and fix a problem with the current deployment.
  • Added new presence messages to the rotation.

Full Changelog: v3.0.0...v3.0.1

v3.0.0

12 Aug 21:08
Compare
Choose a tag to compare

What's Changed

  • Complete rewrite in TypeScript.
  • Updated to Discord.js v14.
  • Remove message based command in favor of slash commands.
  • Changed data persistence backend to Postgres.
  • Migrated crawling logic to custom crawler service with Pubsub subscription via Redis.
  • Added localized interactions in English, Spanish, and French.

Full Changelog: v2.0.1...v3.0.0

v2.0.1

07 Feb 20:52
90e4a73
Compare
Choose a tag to compare

This release corresponds to the version 2.0.1 of the bot.

For more information, check out the README

Changelog

This release adds the following changes:

  • Fixed a bug where the EpicGamesProvider would notify about future game offers that were not valid at the time. Thanks @pironic!

v2.0.0

04 Sep 22:36
ef4c0c1
Compare
Choose a tag to compare

This release corresponds to the version 2.0.0 of the bot.

For more information, check out the README

Changelog

This release adds the following changes:

  • Started using discord.js-extended. This should with the problem people were having with module is-promise not founderror.
  • Migrated from SQLite to LevelDB which should improve database access times.
  • Removed unnecessary files from the Docker image.
  • Removed volume and env directives from Dockerfile which would override env variables and would create unnecessary volumes.
  • Fixed SteamProvider not working on IPs that were triggering a Cloudflare Browser Check.
  • SteamProvider will now fetch DLC offers that are not officially shown on steamdb.info.
  • Fixed a bug where the URLs set for Epic Games offers would be broken if the product slug ended with /home.
  • Fixed a bug where the bot would reannounce offers that may not have been succesfully fetched (but that were still available nonetheless).
  • Fixed a bug where the bot would not remove database settings saved for a guild after the bot has left said guild.
  • Added a disable command to disable game offer announcements.

v1.0.0

07 Jan 06:27
Compare
Choose a tag to compare

This release corresponds to the version 1.0.0 of the bot.

No changelog is offered since this is essentially the first actual release of the bot.

For more information, check out the README