Releases: johnmaguire/Cardinal
Releases · johnmaguire/Cardinal
2.2.5
2.2.4
Changelog
Added
Fixed
- Compatibility with OpenSSL 1.1.0 (#132)
- Wikipedia pages with UTF-8 characters (#127) -- thanks @mvineetmenon!
This release broke semantic versioning. Sorry about that. It's recommended you ignore this release and just use 2.3.0 instead.
2.2.3
2.2.2
2.2.1
2.2.0 (Sangria)
2.1.1
2.1.0 (Blush)
Changelog
Added
@event
decorator for registering event callbacks -- thanks @nullzion! (#83)- Configurable storage path and automatic creation of the directories -- thanks @BiohZn! (#85)
Fixed
- Plugin
close()
method isn't called when plugins are unloaded -- thanks @nullzion! - Event callbacks may not register properly if the event isn't registered yet
- Natural command syntax doesn't trigger when Cardinal's nick has a regex character in it (e.g.
|
)
2.0.13
Changelog
Added
@command
and@help
decorators for plugin commands (#52)- Ability to configure the logger in
config.json
(#82) - Support for unit tests with py.test
Fixed
- Notes plugin triggers on any message with "!" in it
- Exception on Last.fm users with no scrobbles (#80)
This release broke semantic versioning. Sorry about that. It's recommended you ignore this release and just use 2.1.0 instead.