Skip to content

Version 0.0.4

Compare
Choose a tag to compare
@jreppnow jreppnow released this 22 Feb 13:44
· 70 commits to master since this release

Changes in this revision:

  • It is now possible to choose the word length(s) with !length <length> and !length <min> <max>. The latter does not actually care about the order of the two numbers.
  • The rendering mechanism was extended by an awfully ugly hack to make the text rendering more uniform. It now scales solely based on the font size, making configuration easier.
  • An !abort command was added for the owner to abort a round and return to the lobby.
  • Configuration was moved from .env to a dedicated config.json and the README.MD was adjusted. With typescript, the project will not even compile if your configuration is broken.
  • Debug mode was introduced to the configuration, and is currently used to control the log level.
  • The lobby text now contains the software's version as well, which makes progress visible to user's and allows for more precise feedback, especially if other people decide to host different versions of the bot.