You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 13KB

6 years ago
6 years ago
6 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. **WARNING** It is not recommended to use any release before v2.0.0. All previous versions are logged and released as pre-releases and are only here as a historical record for myself. All post-v2.0.0 releases are finished products that are stable.
  2. ## v2.0.0
  3. ### Stuff Here about big changes and release
  4. - More better open source stuff - pls pr me
  5. - easy setup and get that wiki going
  6. ### Regular Updates
  7. #### New Features
  8. - Roxbot will remove all redundant settings (removed roles from self assign, etc.)
  9. - Cogs have a message if they fail to load. This is better than the entire program breaking.
  10. #### Bug Fixes
  11. - `deepfry` command now works all the time
  12. - Pride filter filenames fixed
  13. - As many spelling mistakes as possible
  14. - If player can't find a thumbnail for the now playing embed, it will just not have one; Instead of breaking.
  15. - Fixed bug where nowplaying embeds would have the wrong queued_by value.
  16. ## v1.8.0
  17. #### New Features
  18. - Image cog with pride flags filters for Pride Month! 🏳️‍🌈 (and deepfrying)
  19. - xkcd command. Can grab a random xkcd, or one with a specified id or title. Or even the latest one.
  20. - New `Z̹̹̀A̹̙̹L̢̹̹Ģ̹̹O̹̹ͨ` command
  21. #### Bug Fixes
  22. - Roll command fixed by Terra
  23. - Fixed an issue where waifurate would still have waifu even with a different gender rate selected.
  24. #### Misc Changes
  25. - Logging outputs for `aesthetics` and the new command `zaglo` have been changed so that their outputs no longer store what argument was given to the bot. This is to comply with the GDPR and to avoid possibly storing personal information in a channel where the user cannot see and request it's deletion. Instead this has been replaced with the ID of the output message. This should still make the output identifiable for administators.
  26. ## v1.7.1
  27. #### New Features
  28. - `warn purge` added to clear warn list of banned users.
  29. #### Bug Fixes
  30. - `warn list` no longer returns error when the list is empty.
  31. ## v1.7.0
  32. #### New Features
  33. **Trivia**
  34. - Trivia now has mobile and solo options. Mobile changes the formatting of the questions because rich embeds with Android sucks atm. Solo starts the game instantly and doesn't wait for other users to join.
  35. - Argument passing has changed to accomdate this. To set the length of a game, you need to put `length=short` or other length options after the command. Example `;tr start mobile length=short` would start a short mobile compatible game.
  36. - Trivia can now default on unicode emojis in case the bot isn't in the emoji server.
  37. **NSFW and Reddit**
  38. - NSFW and Reddit commands now have a way to delete the output. This is shown by a delete me reaction that will be added to the output. The person who invoked the command then needs to click that reaction within the 20 second timeout to delete the output.
  39. - NSFW commands now have the same system of preventing dupe outputs
  40. **Misc**
  41. - `onthisday` and `numberfact` commands have been added. Interacting with the numbersapi.com's api.
  42. - `warn` and `purge` can now act on users that have left the guild, if their ID is used as the argument.
  43. - Added more info to the `emoji` command.
  44. #### Misc. Changes
  45. - `avatar` now outputs a png if the image is static.
  46. - EmbedColours are now standardised within RoxBot.
  47. - All of RoxBot's requests are now handled by the http file. All http requests have been moved to aiohttp.
  48. - requests and lxml have been removed as dependencies of Roxbot.
  49. - `upload` has been disabled for the time being until a way for it to work with aiohttp is found.
  50. - Minor refactoring in places, which involves some directory movement.
  51. - added frogtips cache for quicker frogtips
  52. #### Bug Fixes
  53. - All Voice Bugs have been fixed... for now. Queuing works and some more info has been added to the np output.
  54. - Doubled the amount of times subreddit commands will cycle through possible requests to fix JSONDecode error.
  55. - Fixed error in reddit cog due to changing JSON outputs thanks to new reddit redesign.
  56. - Fixed error when trying to use `warn list` on a user that isn't in the list returning an unhelpful error.
  57. - Fixed `emote` error when using a unicode emote by displaying a helpful error message instead of its non-support.
  58. ## v1.6.1
  59. #### Small changes
  60. - `nowplaying` is now more handy and should display more info.
  61. #### Hot Fixes
  62. - Voice has received a number of hot fixes to make sure it works properly.
  63. - Slowmode now doesn't effect mods and admins of that guild.
  64. - Fixed `blacklist` command.
  65. - Fixed backup system because it didn't keep the backup folder there.
  66. - Fixed `unban` command
  67. ## v1.6.0
  68. #### New Features
  69. - An entire music bot, right in Roxbot! New voice cog that allows for Roxbot to play audio in voice. A well functional discord music bot
  70. - `waifurate` command can now do husbando and spousu rates as well.
  71. - `pet` command for your headpats needs.
  72. - `roll` command rewrite by TBTerra#5677. It can now do a lot more complex rolls that makes it actually useful!
  73. - `purge` command added for clearing a chat. Only available to users with the `manage_messages` perms.
  74. - `subreddit` and other subcommands should now have a post cache to improve results and reduce duplicate images appearing.
  75. - Internal settings now have automatic and manual local backups. Manual backups activated by the `backup` command.
  76. - Commands are finally case-insensitive. But not the arguments! So don't think your out of the woods yet, kid.
  77. #### Minor Changes
  78. - Logging is now easier internally.
  79. - Logging output has been improved for the `aesthetics` command.
  80. - The `subreddit` command has logging. Only when it is being directly invoked and not when an inbuilt command is being used.
  81. - Added who the `waifurate` command is dedicated to in the command description.
  82. - Added more helpful error handling for `MissingRequiredArgument`, `BadArgument`, `MissingPermissions`, and `BotMissingPermissions` errors.
  83. - Removed pointless second error with iam commands due to improvement to error handling.
  84. - Reddit cog got some lovely refactoring, code should be more efficient now and speeds should be better. Had some weird bugs with loops.
  85. - `subreddit` and other subcommands now will provide author credit.
  86. #### Bug Fixes
  87. - ";-;" and other similar text emoticons now no longer raise the CommandNotFound error.
  88. - `changenickname` has been fixed. Forgot to port some stuff over in there.
  89. - Fixed `guild` command because that was really messed up and wasn't at all helpful.
  90. - PM's don't flag a million errors now due a fix of the `on_message` event in custom commands.
  91. ## v1.5.1
  92. #### Hot Fixes
  93. - inviteme is hidden and added an extra warning for people not to use it.
  94. - subreddit command shouldnt break now if you give it a subreddit that is pretty close to an actual sub but isn't one.
  95. - Fixed config errors when leaving and joining servers.
  96. ## v1.5.0
  97. #### New Features
  98. - New Ban, Kick, and Unban commands.
  99. - New Guild and Role Util commands.
  100. - Logging is now a thing. Just limited to what I was using hack code to do in GSSP. Clean code, happy Roxie.ye
  101. - New feedmevegan command for hungry vegan friends.
  102. - inviteme command for quickly creating an invite link for the bot.
  103. - Added new error catching for the GSSP cog in case the Tatsumaki API dies or something.
  104. #### Refactoring
  105. - Brand new way of storing, saving, and interacting with the guild settings. The new system should be better to read, understand, and shouldn't be as broken as the old version. Really only a note for those looking at the source code as all functionality should be the same other than roxbot should no longer require rebooting to have up to date settings.
  106. - Also a new file structure layout so it looks nice.
  107. - Changed the name of the welcome channel to the greets channel externally.
  108. #### Bug Fixes
  109. - Fixed bug where using the ;emoji command on a static emoji would return an empty file.
  110. - Fixed bug where roxbot would not have up to date settings at times.
  111. - Fixed the shutdown and reboot commands so they aren't broken anymore.
  112. - Fixed bugs in the gss cog which caused issues from time to time for no reason.
  113. - Fixed an issue where the check failure error would be picked up before it's sub errors meaning they would never be catched by the error handler.
  114. - Fixed the biggest bugs of Roxbot. Fun and CustomCommands where ordered the wrong way in the cog loader, and the GSSP cog's class being called "GaySoundsShitposting" which is just disgusting.
  115. - Fixed bug where conversion error in iam commands didn't raise an exception.
  116. - Added error handling to when you did the self assign commands without any arguments.
  117. ## v1.4.1
  118. #### Bug Fixes
  119. - Lots of small bug fixes todo with the move over to int ID's and the internal settings being :b:roke.
  120. ## v1.4.0
  121. #### New Stuff!
  122. - A whole trivia game, right in your discords. Using the Open Trivia DB!
  123. - A complete overhaul of the settings cog so that the settings commands no longer suck and should be easier to use.
  124. - Most, if not all, commands now have documentation in the bot on what they do and how to use them.
  125. - Bot may be easier to use. I am unsure though.
  126. - Added error handling that will actually tell people when errors occur instead of being silent.
  127. - NSFW now has a blacklist feature that can be edited by mods and admins. Just basic tag filters.
  128. - **FROGTIPS**
  129. #### Boring Stuff
  130. - Roxbot has been ported over to the 1.0 version of discord.py. Meaning that she will actually be upto date with new discord changes for once. This also means that there is quite a few new features and bug fixes with this version.
  131. - New fil structure that will be easier to read and know whats going on.
  132. - servers.json is no longer versioned.
  133. - Unhidden all commands so that it should be easier for mods to know the mod commands.
  134. #### Bug Fixes
  135. - emoji command works with animated emoji.
  136. - avatar command works with animated avatars.
  137. - Non-prefix multi word custom commands should work now and should be removable.
  138. - Fixed issues with the warning commands when a warned user wasn't in the server.
  139. - Fixed bug where capitalisation in the subreddit command would return nothing.
  140. - Twitch shilling now doesn't trigger when someone uses spotify thanks to discord.py update. Also the code is a lot nicer now.
  141. ## v1.3.4
  142. #### Performance
  143. - Changed the warning listing command do that it isn't slow.
  144. #### Bug Fixes
  145. - Removing all warnings of a user now removes them from the dictionary. Making them not display in the list even though they don't have any warnings.
  146. ## v1.3.3
  147. #### Hottest of Bug Fixes
  148. - Warn list now actually works for all warnings.
  149. - Slowmode now ignores mods and admins.
  150. ## v1.3.2
  151. #### Bug Fixes
  152. - Fixed logging for gss cog again...
  153. ## v1.3.1
  154. #### Bug Fixes
  155. - Fixed logging for gss cog.
  156. ## v1.3.0
  157. #### New Features
  158. - New Admin Cog with warning and slowmode commands.
  159. - Hug Command like that of suck and spank
  160. - 'Succ' now added as an alias for ;suck
  161. - The GSS cog commands are more efficient
  162. - ;nsfwperms and ;selfieperms can now be repeated to remove the roles.
  163. - NSFW channels can now be added to selectively enable Roxbot's NSFW features.
  164. - New checks for the suck and spank commands so that they too can be disabled on a channel basis.
  165. #### Bug Fixes
  166. - Fixed bug where Custom Commands would ignore the blacklist.
  167. - Fixed issue where custom command outputs were always lowercase
  168. - Fixed some naughty swears that were placeholders for a more civilised response.
  169. - Removed Herobrine
  170. ## v1.2.0
  171. #### New Features
  172. - Added a new cog for the GaySoundsShiposts discord. Just some custom commands needed for modding.
  173. ## v1.1.3
  174. #### Changes
  175. - Changed to traa command to gss and point to the /r/gaysoundsshitposts subreddit
  176. ## v1.1.2
  177. #### Bug Fixes
  178. - Fixed a bug when a user only had the '@everyone' role and used ;info.
  179. ## v1.1.1
  180. #### Bug Fixes
  181. - Print settings outputting too big of a message
  182. - perm roles being overwritten
  183. ## v1.1.0
  184. #### New Features
  185. - Custom commands! With and without prefixes, the bot can output a custom message.
  186. - Admin roles to check for perms
  187. ## v1.0.0
  188. #### Rewrite
  189. The whole bot has been completely rewritten. Its jam packed with new commands, cogs, and functionality. Because of this, I wont be including a full change log. I will fill out the changelog for further versions. But this version should be more stable, have more features, and just be better than before.
  190. ## v0.4.0
  191. #### New Features
  192. - New commands in fun like a reddit scrapper.
  193. - New Utils cog, new commands like avatar, and info
  194. #### Bugs and Fixes
  195. - Admin cog renamed to Settings cog.
  196. - ChangeAvatar updated again to be inline with who avatar deals with avatar images.
  197. - Fixed twitch cog bug that made roxbot crash a lot
  198. Probs more but I forgot honestly
  199. ## v0.3.6
  200. - ChangeAvatar command updated to use a upto date function to download images
  201. - printsetting command created for bot owner to check the serverconfig at the current time
  202. ## v0.3.5
  203. - Changelog created
  204. ## Pre-v0.3.5
  205. - Bot was made. Wasn't great. You can check the commits though for more info.