This section includes all of the changes made to cop since its first pre-release, for easy tracking of updates and breaking changes.
v0.1.4 19/11/20
Bug fixes:
- (TextWalls): Fixed module deleting every message.
v0.1.3 19/11/20
Bug fixes:
- Used
PunishmentProvider#parsePunishment()inpunishmentschema type.
v0.1.2 19/11/20
Bugs:
punishmentschema 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
setupandstartscripts for Windows.
- Added batchfile
- Documented
Client. - Documented
PunishmentProvider.
Internal changes:
- Created
PunishmentProviderclass.- Created
punishmentproperty onClientclass. - Moved most of
PunishmentActionto it, the latter now acts as a wrapper around the former. - Fixed all of the bugs that came with this change.
- Created
v0.1.1 17/11/20
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.
v0.1.0 16/11/20
- Initial pre-release