|
| 1 | + |
| 2 | +## Added |
| 3 | + - Command enable / disable |
| 4 | + - Command aliases with `!alias` ([documentation](http://cactusbot.readthedocs.io/en/stable/user/alias.html)) |
| 5 | + - Command modifiers ([documentation](http://cactusbot.readthedocs.io/en/stable/user/variables.html#modifiers)) |
| 6 | + - Better `!cactus` command: now with helpfulness! |
| 7 | + - Absolutely no easter eggs anywhere... |
| 8 | + - `!multi` command ([documentation](http://cactusbot.readthedocs.io/en/stable/user/multi.html)) |
| 9 | + - Custom `!social` storage ([documentation](http://cactusbot.readthedocs.io/en/stable/user/social.html)) |
| 10 | + - Better [documenation](http://cactusbot.readthedocs.io/en/stable/)! |
| 11 | + |
| 12 | +## Fixed |
| 13 | + - Repeat system |
| 14 | + |
| 15 | +## Changed |
| 16 | + - *Every single line of code* |
| 17 | + - `!config` command ([documentation](http://cactusbot.readthedocs.io/en/stable/user/config.html)) |
| 18 | + - Made all variables `%UPPERCASE%` |
| 19 | + - "targets" renamed to "variables" |
| 20 | + - `!friend` command renamed to `!trust` |
| 21 | + |
| 22 | +## Removed |
| 23 | + - v0.3 nonsense™ |
| 24 | + - `!test` command |
| 25 | + |
| 26 | +## [0.3.6](https://github.com/CactusDev/CactusBot/releases/tag/v0.3.6) |
| 27 | + |
| 28 | +#### Released: October 1st, 2016 |
| 29 | + |
| 30 | +### Fixed |
| 31 | + - Friend command regex (again) |
| 32 | + |
| 33 | +### Added |
| 34 | + - Constellation support |
| 35 | + |
| 36 | +### Removed |
| 37 | + - Liveloading |
| 38 | + |
| 39 | +## [0.3.5](https://github.com/CactusDev/CactusBot/releases/tag/v0.3.5) |
| 40 | + |
| 41 | +#### Released: September 2nd, 2016 |
| 42 | + |
| 43 | +### Fixed |
| 44 | + - `!friend` command regex |
| 45 | + - Websocket reconnections |
| 46 | + - Deleting own links |
| 47 | + |
| 48 | +### Removed |
| 49 | + - Unused statistics |
| 50 | + |
| 51 | +## [0.3.4](https://github.com/CactusDev/CactusBot/releases/tag/v0.3.4) |
| 52 | + |
| 53 | +#### Released: July 31st, 2016 |
| 54 | + |
| 55 | +### Fixed |
| 56 | + - Beam CSRF token usage. |
| 57 | + - Message removal |
| 58 | + - `!repeat` command |
| 59 | + |
| 60 | +## [0.3.3](https://github.com/CactusDev/CactusBot/releases/tag/v0.3.3) |
| 61 | + |
| 62 | +#### Released: July 21st, 2016 |
| 63 | + |
| 64 | +### Added |
| 65 | + - Documentation is in the bot now |
| 66 | + |
| 67 | +### Fixed |
| 68 | + - Repeat command |
| 69 | + - Cube command crashing when no arguments are present |
| 70 | + - Social command |
| 71 | + |
| 72 | +## [0.3.2](https://github.com/CactusDev/CactusBot/releases/tag/v0.3.2) |
| 73 | + |
| 74 | +#### Released: July 16th, 2016 |
| 75 | + |
| 76 | +### Added |
| 77 | + - User loading into the database on bot start |
| 78 | + - Hosting alerts |
| 79 | + |
| 80 | +### Fixed |
| 81 | + - Exponential-backoff for chat connections |
| 82 | + - Liveloading connection now only happens once |
| 83 | + - Follow alerts spam |
| 84 | + - `spamprot` command crashing when no arguments are present |
| 85 | + - Friend command not allowing for `@` |
| 86 | + |
| 87 | +### Changed |
| 88 | + - `silent` is now `quiet` |
| 89 | + |
| 90 | +## [0.3.1](https://github.com/CactusDev/CactusBot/releases/tag/v0.3.1) |
| 91 | + |
| 92 | +#### Released: April 10th, 2016 |
| 93 | + |
| 94 | +### Added |
| 95 | + - Uptime command |
| 96 | + - Multi-message responses using `\n` |
| 97 | + - `beam` as a social argument |
| 98 | + |
| 99 | +### Fixed |
| 100 | + - Ghost columns in the database |
| 101 | + - Autorestart conditions |
| 102 | + - `repeat` crash on command removal |
| 103 | + - Whispered responses |
| 104 | + - Message removal |
| 105 | + |
| 106 | +### Changed |
| 107 | + - Command prefix limit to 1 |
| 108 | + |
| 109 | +## [0.3.0](https://github.com/CactusDev/CactusBot/releases/tag/v0.3) |
| 110 | + |
| 111 | +#### Released: April 9th, 2016 |
| 112 | + |
| 113 | +### Added |
| 114 | + - Repeating commands |
| 115 | + - Following and subscriptions notifications |
| 116 | + - User permissions for custom commands |
| 117 | + - Command line arguments for `silent` and `debug` |
| 118 | + |
| 119 | +### Fixed |
| 120 | + - Reconnection spam |
| 121 | + - Random disconnections |
| 122 | + - `!cube`ing emotes |
| 123 | + |
| 124 | +### Changed |
| 125 | + - Move from `asyncio` to `tornado` |
| 126 | + |
| 127 | +## [0.2.1](https://github.com/CactusDev/CactusBot/releases/tag/v0.2.1) |
| 128 | + |
| 129 | +#### Released: March 27th, 2016 |
| 130 | + |
| 131 | +### Fixed |
| 132 | + - Spam protection command |
| 133 | + |
| 134 | +### Disable |
| 135 | + - Statistics tracking |
| 136 | + |
| 137 | +### Added |
| 138 | + - `autorestart` to config |
| 139 | + |
| 140 | +## [0.2.0](https://github.com/CactusDev/CactusBot/releases/tag/v0.2) |
| 141 | + |
| 142 | +#### Released: March 27th, 2016 |
| 143 | + |
| 144 | +### Added |
| 145 | + - Command permissions |
| 146 | + - Spam protection |
| 147 | + |
| 148 | +### Changed |
| 149 | + - Config organizations |
| 150 | + |
| 151 | +## [0.1.0](https://github.com/CactusDev/CactusBot/releases/tag/v0.1) |
| 152 | + |
| 153 | +#### Released: March 5th, 2016 |
| 154 | + |
| 155 | +### Added |
| 156 | + - Custom commands |
| 157 | + - Quotes |
| 158 | + - Social command |
| 159 | + - Response targets |
0 commit comments