This repository has been archived by the owner on Apr 7, 2023. It is now read-only.
Releases: cAttte/cop
Releases · cAttte/cop
v0.1.4
v0.1.3
v0.1.2
Bugs:
punishment
schema type depends onPunishmentAction.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
andstart
scripts for Windows.
- Added batchfile
- Documented
Client
. - Documented
PunishmentProvider
.
Internal changes:
- Created
PunishmentProvider
class.- Created
punishment
property onClient
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.
- Created
See the Update section!
v0.1.1
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:
- Created
createMessageMatcher()
utility function.- Used it in all message modules.
See the Update section!