Skip to content

Releases: Slingexe/hackmud-chat-client

v1.0.6

14 Feb 15:42
d3efbd6
Compare
Choose a tag to compare
  • Bot will now log everything to console when the env variable DEBUG exists
  • Actually made sure the bot didn't crash instantly because of this update this time...

Full Changelog: v1.0.5...v1.0.6

v1.0.5

11 Feb 17:44
a3968d9
Compare
Choose a tag to compare
  • When the script is ran inside a docker, it will use a mount point to save config files on the local machine instead of inside the docker
  • Fixed a typo.
  • You can now pass a MUDTOKEN as a env variable.
  • When running in a docker, the discord bot token will no longer be sent to log
  • The bot will log when its unable to send a message

Full Changelog: v1.0.4...v1.0.5

v1.0.4

08 Feb 03:34
215f33d
Compare
Choose a tag to compare
  • Messages are not sanitized and sent in a new channel to use the discord search feature (you will need to rerun /settings setup)

Full Changelog: v1.0.3...v1.0.4

v1.0.3

05 Feb 15:33
23e524b
Compare
Choose a tag to compare

What's Changed:

  • Commands will automatically deploy for docker instances
  • Removed forgotten console.log for env vars (Docker only)
  • Made sure result.ok was true before trying to send messages

Full Changelog: v1.0.2...v1.0.3

v1.0.2

04 Feb 15:35
5300af1
Compare
Choose a tag to compare

What's Changed

  • Better Dockerfile
  • Reduced original Docker Image from 1.5GB down to ~350MB
  • Changed how every script pulls config variables
  • Fixed a couple minor bugs

Full Changelog: 1.0.1...v1.0.2

1.0.1

21 Jan 18:07
06956ac
Compare
Choose a tag to compare
  • Better formatting to avoid the acsi rendering limit per message.
  • Bot starts pulling messages on startup when it has everything it needs.
  • Checks for updates on startup

Full Changelog: Release...1.0.1

1.0.0

21 Jan 18:33
76b8fff
Compare
Choose a tag to compare
Release

Update README.md