Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Releases: cAttte/cop

v0.1.4

19 Nov 17:24
7f3b508
Compare
Choose a tag to compare

Bug fixes:

  • (TextWalls): Fixed module deleting every message.

See the Update section!

v0.1.3

19 Nov 09:58
f640005
Compare
Choose a tag to compare

Bug fixes:

  • Used PunishmentProvider#parsePunishment() in punishment schema type.

See the Update section!

v0.1.2

19 Nov 09:24
ded8659
Compare
Choose a tag to compare

Bugs:

  • punishment schema type depends on PunishmentAction.parsePunishment(), which no longer exists.
    • Fixed in v0.1.3.

Documentation changes:

  • Added non-technical guide, explaining how to download source code without git.
    • Added batchfile setup and start scripts for Windows.
  • Documented Client.
  • Documented PunishmentProvider.

Internal changes:

  • Created PunishmentProvider class.
    • Created punishment property on Client class.
    • Moved most of PunishmentAction to it, the latter now acts as a wrapper around the former.
    • Fixed all of the bugs that came with this change.

See the Update section!

v0.1.1

17 Nov 10:23
bfd08aa
Compare
Choose a tag to compare

Bugs:

  • (TextWalls): Every message is deleted.
    • Fixed in v0.1.4.

Documentation changes:

  • Created changelog.md
    • Linked changelog and license files to Readme.
  • Created Update and Backup documentation sections.
  • Documented a lot of new stuff under the Develop section.

Bug fixes:

  • Fixed multiple internal bugs.

Internal changes:

See the Update section!

v0.1.0

16 Nov 11:58
520ea15
Compare
Choose a tag to compare
  • Initial pre-release