Skip to content

Releases: megabyte6/EduGuard

Release v4.1.1

Choose a tag to compare

@megabyte6 megabyte6 released this 11 May 17:38
ac8e5c9

What's Changed

  • Update GitHub Actions workflow to use latest action versions by @megabyte6 in #8
  • Chore/update dependencies by @megabyte6 in #9
  • Add Nix development support with flake configuration by @megabyte6 in #10

Full Changelog: v4.1.0...v4.1.1

Release v4.1.0

Choose a tag to compare

@megabyte6 megabyte6 released this 29 Dec 08:27
6f3ebc7

Important notes:

  • The plugins/EduGuard/version file is no longer required and can be safely deleted once EduGuard v4.1.0 is downloaded and run at least once. The version is now stored in plugins/EduGuard/config.yml.
  • The jar below should work for Minecraft versions 1.21.1-1.21.4

What's Changed

Full Changelog: v4.0.0...v4.1.0

Release v4.0.0

Choose a tag to compare

@megabyte6 megabyte6 released this 22 Dec 09:47
8dfcdaf

What's Changed

Full Changelog: v3.0.0...v4.0.0

Release v3.0.0

Choose a tag to compare

@megabyte6 megabyte6 released this 09 Oct 05:13
4b7697d

What's Changed

  • Add profanity filters for usernames and chat by @megabyte6 in #1

New Contributors

Full Changelog: v2.1.1...v3.0.0

Release v2.1.1

Choose a tag to compare

@megabyte6 megabyte6 released this 16 Dec 18:33

Fixes:

  • reset-day config serialized in seconds but deserialized in minutes

Release v2.1.0

Choose a tag to compare

@megabyte6 megabyte6 released this 22 Nov 07:29

Added:

  • Option for setting the end-of-class times

Fixed:

  • Incorrect next-event ordering

Release v2.0.0

Choose a tag to compare

@megabyte6 megabyte6 released this 20 Nov 08:08

Added:

  • New settings/config manager for better backwards compatibility with future versions.

Removed:

  • Old settings manager

Note:

  • Version 2 is not compatible with older versions and is likely to crash or break. To upgrade, copy your config.yml file elsewhere and then start and stop your server. After generating the new config, manually copy config options from the old config to the new config.

Release v1.1.2

Choose a tag to compare

@megabyte6 megabyte6 released this 20 Nov 04:40

Fixes:

  • [MAJOR] Bug caused by simultaneous events causing the scheduler to schedule for next week, skipping all events for the next week.

Release v1.1.1

Choose a tag to compare

@megabyte6 megabyte6 released this 18 Nov 06:43

Fixes:

  • Major bug in time conversion causing all events to occur quickly at incorrect intervals.

Release v1.1.0

Choose a tag to compare

@megabyte6 megabyte6 released this 14 Nov 04:36

New:

  • Added more options to config.yml
  • Added configurable day reset option.

Changes:

  • No longer uses /dojo command to configure the plugin. Instead, edit the config.yml file.