All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- The
show
subcommand has been added tokarma
. List specific karma for an item with!karma show <thing>
.
- Renamed commands to be more inline with Hubot's karma plugin. Now is is possible to increment or decrement karma with
<thing>++
and<thing>--
.
- Normalize mention names by removing '@' when saving state. Prepend '@' on display so user gets mentioned.
- Initial commit