Skip to content

Releases: tmercswims/fishgame

1.2.1

18 Nov 00:22
5cf68c7
Compare
Choose a tag to compare

Fixes

  • Fixed a bug where the ending message would include a section about removing VIP from the previous winner, even if that winner was ineligible. (b12966f)

1.2.0

26 May 00:06
a8e2756
Compare
Choose a tag to compare

Improvements

  • Better handling of situations where the user who has won exactly is ineligible for VIP. (5490e53)
    • Covers moderators and users who are VIPs for some reason besides being the current exact winner of the Fish Game.
    • Introduces more granular control of the message that is sent informing of the exact winner.
    • Includes option to not take away VIP from the previous exact winner if the new exact winner is ineligible to be given VIP.

Changes

  • Improved the way settings are read and written, making it much more straightforward to upgrade when the newer version involves settings changes. (b20370f)

Meta

  • Updated the README to provide more information about installing and upgrading. (701a3c1)

1.1.0

10 May 22:45
0ef4312
Compare
Choose a tag to compare

Important

If upgrading to this release, after replacing the .py and .json files, you will need to do the following:

  1. Reload the script in the ChatBot UI.
  2. (Optional) Manually backup any settings messages that you have changed.
  3. Restore default settings.
  4. Save settings.

New Features

  • Added the option for the argument to the guess command to be optional, and if not provided a guess will be found for the user based on the recommended range. (7c0fedc)

Changes

  • The recommended range minimum and maximum are now their own settings.
    • As a result of this, the recommended range is now a customization of the start message.

Fixes

  • Fixed a bug where a user who won with a highlighted message wouldn't actually be awarded any currency. (aafe21c)

Meta

1.0.1

06 Feb 04:18
b56750f
Compare
Choose a tag to compare

Fixes

  • Check permissions for the end command. (b56750f)

1.0.0

05 Feb 04:48
0c8c6fa
Compare
Choose a tag to compare

Initial release.