Skip to content

Releases: ajstewart/officer-snorlax-bot

v1.1.2

07 Oct 08:42
823b8c7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

27 May 10:36
1dd6305
Compare
Choose a tag to compare

Patch release that has updated dependencies and linting.

No other changes.

v1.1.0

30 Dec 14:10
09ee38a
Compare
Choose a tag to compare

A minor release with the following changes:

  • Zombie friend code channels are now checked for and handled (#120).
  • A new command to toggle the secret status of a friend code channel (#121).
  • The previous open and close messages are cleaned immediately upon a new open or close (#123).

v1.0.0

04 Dec 17:05
e603c66
Compare
Choose a tag to compare

This release is the first version that supports the discord.py v2.0 library.

User facing changes:

  • All commands now use the slash command framework.
  • Global schedule settings are now able to be set per guild.
  • Time channel can now be created.
  • Self-cleaning open and close messages.
  • User commands of check schedule and current time.

Backend and bot maintenance 'features' have been improved which include:

  • Use of alembic to manage database migrations.
  • Use of aoisqlite to async database calls.
  • Various channel checks upon deletion or guild removals to keep database tidy.
  • Moved the any raid filter to a separate cog.
  • Permissions checking and warnings for schedules.
  • Fixes for TimeChannel permissions.
  • Do not allow open and close times to be the same.
  • Changed open and close messages to embeds.
  • Code tidy and imports tidy.
  • poetry used for dependencies.

v1.0.0-alpha

23 Jun 21:04
269650c
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release

This release of 1.0.0-alpha represents a stable version of Snorlax 0.2.0 upgraded to use the discord.py v2.0 library.

No new user facing features have been added but existing features have been ported to use the new library.

Backend and bot maintenance 'features' have been improved which include:

  • Use of alembic to manage database migrations.
  • Use of aoisqlite to async database calls.
  • Various channel checks upon deletion or guild removals to keep database tidy.
  • Moved the any raid filter to a separate cog.
  • Permissions checking and warnings for schedules.
  • Fixes for TimeChannel permissions.
  • Do not allow open and close times to be the same.
  • Changed open and close messages to embeds.
  • Code tidy and imports tidy.

v1.0.0 development will continue to migrate to slash commands and add new features.

v0.2.0

10 Mar 14:55
e93aa51
Compare
Choose a tag to compare
  • Adds manualClose and manualOpen commands.
  • Code docstrings.
  • README update.

v0.1.3

10 Oct 10:36
eaf3ddd
Compare
Choose a tag to compare
  • Minor update to fix time channel permission error (#63).