Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

CHANGELOG.md 15KB

6 anos atrás
6 anos atrás
5 anos atrás
5 anos atrás
6 anos atrás
6 anos atrás
5 anos atrás
6 anos atrás
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  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. With this update, I wanted Roxbot to reach an almost finished state. The base of the program should be complete and functional. This update brings a lot of internal changes that should make development of Roxbot easier for others and myself. It also should make her a lot more stable. Still expect updates with new features, bug fixes, and UX changes. Maybe just at a slower rate.
  4. Roxbot should be easier for users to setup too with this update. I have made full documentation of how she works and how to contribute to the project to make this easier. As well as a setup script.
  5. ### Big and Breaking Changes
  6. - All settings have been decentralised between servers and cogs. All changes to the settings have been moved to independant commands. This doesn't effect custom commands or warnings.
  7. - Many commands have had overhalls in how they work. Parameters have changed on a number of commands. Please check documentation on all the commands to familarise yourself with the new way to input params.
  8. - `is_anal` setting is now depreciated.`;suck` and `;spank` now only work in channels marked NSFW.
  9. - `perm_roles` setting is now depreciated. All commands will work of Discord's permission system.
  10. - Roxbot will now check for a channel being marked NSFW in Discord rather than her own internal system. Roxbot's NSFW channels have been depreciated.
  11. ### Regular Updates
  12. #### New Features
  13. - Roxbot Facts! Only the deepest of lore for our dear Roxbot.
  14. - Custom commands now have two new options. Multiple options can be passed for both prefixed and non-prefixed cc's to allow for custom commands to have random outputs. A new type of prefixed cc has been added, embed, that allows the creation of custom rich embeds.
  15. - `;warn set_limit` will allow guilds to set the number of warnings before Roxbot will DM a mod about it. This is set to zero (disabled) by default.
  16. - Added `;me_irl` subreddit command that outputs images from the me_irl network of subreddits.
  17. - Added more subreddits to the `;aww` command.
  18. - Changed the main name of the `;gss` command to `;traa` while adding ;gss as a alias. Also added `;trans_irl` as a alias.
  19. - Slowmode now uses Discord's own slowmode rather than its own system.
  20. #### Minor Changes
  21. - Roxbot will remove all redundant settings (removed roles from self assign, etc.).
  22. - Cogs have a message if they fail to load instead of breaking entire bot.
  23. - Twitch cog disabled and depreciated. This is a minor change because no one uses it anyway.
  24. - NSFW commands should have even less chance of dupes with better caching.
  25. - All datetime formatting is now standardised.
  26. - Error messages don't timeout anymore.
  27. #### Bug Fixes
  28. - `;deepfry` command now works all the time.
  29. - Pride filter filenames fixed.
  30. - As many spelling mistakes as possible.
  31. - Music bot in Roxbot has had a majority of its bugginess fixed. Queuing now works all of the time for example.
  32. - If music bot can't find a thumbnail for the now playing embed, it will just not have one; Instead of breaking.
  33. - Fixed bug where nowplaying embeds would have the wrong queued_by value.
  34. - NSFW commands fixed.
  35. - Roxbot can now fully function in DMs. Before, she would break. DM's have less commands that can be invoked.
  36. - `;subreddit`'s "subscriptable" error has been fixed.
  37. - Common commands that would go over 2000 characters have been paginated to avoid this error.
  38. ## v1.8.0
  39. #### New Features
  40. - Image cog with pride flags filters for Pride Month! 🏳️‍🌈 (and deepfrying)
  41. - xkcd command. Can grab a random xkcd, or one with a specified id or title. Or even the latest one.
  42. - New `Z̹̹̀A̹̙̹L̢̹̹Ģ̹̹O̹̹ͨ` command
  43. #### Bug Fixes
  44. - Roll command fixed by Terra
  45. - Fixed an issue where waifurate would still have waifu even with a different gender rate selected.
  46. #### Misc Changes
  47. - 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.
  48. ## v1.7.1
  49. #### New Features
  50. - `warn purge` added to clear warn list of banned users.
  51. #### Bug Fixes
  52. - `warn list` no longer returns error when the list is empty.
  53. ## v1.7.0
  54. #### New Features
  55. **Trivia**
  56. - 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.
  57. - 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.
  58. - Trivia can now default on unicode emojis in case the bot isn't in the emoji server.
  59. **NSFW and Reddit**
  60. - 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.
  61. - NSFW commands now have the same system of preventing dupe outputs
  62. **Misc**
  63. - `onthisday` and `numberfact` commands have been added. Interacting with the numbersapi.com's api.
  64. - `warn` and `purge` can now act on users that have left the guild, if their ID is used as the argument.
  65. - Added more info to the `emoji` command.
  66. #### Misc. Changes
  67. - `avatar` now outputs a png if the image is static.
  68. - EmbedColours are now standardised within RoxBot.
  69. - All of RoxBot's requests are now handled by the http file. All http requests have been moved to aiohttp.
  70. - requests and lxml have been removed as dependencies of Roxbot.
  71. - `upload` has been disabled for the time being until a way for it to work with aiohttp is found.
  72. - Minor refactoring in places, which involves some directory movement.
  73. - added frogtips cache for quicker frogtips
  74. #### Bug Fixes
  75. - All Voice Bugs have been fixed... for now. Queuing works and some more info has been added to the np output.
  76. - Doubled the amount of times subreddit commands will cycle through possible requests to fix JSONDecode error.
  77. - Fixed error in reddit cog due to changing JSON outputs thanks to new reddit redesign.
  78. - Fixed error when trying to use `warn list` on a user that isn't in the list returning an unhelpful error.
  79. - Fixed `emote` error when using a unicode emote by displaying a helpful error message instead of its non-support.
  80. ## v1.6.1
  81. #### Small changes
  82. - `nowplaying` is now more handy and should display more info.
  83. #### Hot Fixes
  84. - Voice has received a number of hot fixes to make sure it works properly.
  85. - Slowmode now doesn't effect mods and admins of that guild.
  86. - Fixed `blacklist` command.
  87. - Fixed backup system because it didn't keep the backup folder there.
  88. - Fixed `unban` command
  89. ## v1.6.0
  90. #### New Features
  91. - 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
  92. - `waifurate` command can now do husbando and spousu rates as well.
  93. - `pet` command for your headpats needs.
  94. - `roll` command rewrite by TBTerra#5677. It can now do a lot more complex rolls that makes it actually useful!
  95. - `purge` command added for clearing a chat. Only available to users with the `manage_messages` perms.
  96. - `subreddit` and other subcommands should now have a post cache to improve results and reduce duplicate images appearing.
  97. - Internal settings now have automatic and manual local backups. Manual backups activated by the `backup` command.
  98. - Commands are finally case-insensitive. But not the arguments! So don't think your out of the woods yet, kid.
  99. #### Minor Changes
  100. - Logging is now easier internally.
  101. - Logging output has been improved for the `aesthetics` command.
  102. - The `subreddit` command has logging. Only when it is being directly invoked and not when an inbuilt command is being used.
  103. - Added who the `waifurate` command is dedicated to in the command description.
  104. - Added more helpful error handling for `MissingRequiredArgument`, `BadArgument`, `MissingPermissions`, and `BotMissingPermissions` errors.
  105. - Removed pointless second error with iam commands due to improvement to error handling.
  106. - Reddit cog got some lovely refactoring, code should be more efficient now and speeds should be better. Had some weird bugs with loops.
  107. - `subreddit` and other subcommands now will provide author credit.
  108. #### Bug Fixes
  109. - ";-;" and other similar text emoticons now no longer raise the CommandNotFound error.
  110. - `changenickname` has been fixed. Forgot to port some stuff over in there.
  111. - Fixed `guild` command because that was really messed up and wasn't at all helpful.
  112. - PM's don't flag a million errors now due a fix of the `on_message` event in custom commands.
  113. ## v1.5.1
  114. #### Hot Fixes
  115. - inviteme is hidden and added an extra warning for people not to use it.
  116. - subreddit command shouldnt break now if you give it a subreddit that is pretty close to an actual sub but isn't one.
  117. - Fixed config errors when leaving and joining servers.
  118. ## v1.5.0
  119. #### New Features
  120. - New Ban, Kick, and Unban commands.
  121. - New Guild and Role Util commands.
  122. - Logging is now a thing. Just limited to what I was using hack code to do in GSSP. Clean code, happy Roxie.ye
  123. - New feedmevegan command for hungry vegan friends.
  124. - inviteme command for quickly creating an invite link for the bot.
  125. - Added new error catching for the GSSP cog in case the Tatsumaki API dies or something.
  126. #### Refactoring
  127. - 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.
  128. - Also a new file structure layout so it looks nice.
  129. - Changed the name of the welcome channel to the greets channel externally.
  130. #### Bug Fixes
  131. - Fixed bug where using the ;emoji command on a static emoji would return an empty file.
  132. - Fixed bug where roxbot would not have up to date settings at times.
  133. - Fixed the shutdown and reboot commands so they aren't broken anymore.
  134. - Fixed bugs in the gss cog which caused issues from time to time for no reason.
  135. - 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.
  136. - 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.
  137. - Fixed bug where conversion error in iam commands didn't raise an exception.
  138. - Added error handling to when you did the self assign commands without any arguments.
  139. ## v1.4.1
  140. #### Bug Fixes
  141. - Lots of small bug fixes todo with the move over to int ID's and the internal settings being :b:roke.
  142. ## v1.4.0
  143. #### New Stuff!
  144. - A whole trivia game, right in your discords. Using the Open Trivia DB!
  145. - A complete overhaul of the settings cog so that the settings commands no longer suck and should be easier to use.
  146. - Most, if not all, commands now have documentation in the bot on what they do and how to use them.
  147. - Bot may be easier to use. I am unsure though.
  148. - Added error handling that will actually tell people when errors occur instead of being silent.
  149. - NSFW now has a blacklist feature that can be edited by mods and admins. Just basic tag filters.
  150. - **FROGTIPS**
  151. #### Boring Stuff
  152. - 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.
  153. - New fil structure that will be easier to read and know whats going on.
  154. - servers.json is no longer versioned.
  155. - Unhidden all commands so that it should be easier for mods to know the mod commands.
  156. #### Bug Fixes
  157. - emoji command works with animated emoji.
  158. - avatar command works with animated avatars.
  159. - Non-prefix multi word custom commands should work now and should be removable.
  160. - Fixed issues with the warning commands when a warned user wasn't in the server.
  161. - Fixed bug where capitalisation in the subreddit command would return nothing.
  162. - Twitch shilling now doesn't trigger when someone uses spotify thanks to discord.py update. Also the code is a lot nicer now.
  163. ## v1.3.4
  164. #### Performance
  165. - Changed the warning listing command do that it isn't slow.
  166. #### Bug Fixes
  167. - 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.
  168. ## v1.3.3
  169. #### Hottest of Bug Fixes
  170. - Warn list now actually works for all warnings.
  171. - Slowmode now ignores mods and admins.
  172. ## v1.3.2
  173. #### Bug Fixes
  174. - Fixed logging for gss cog again...
  175. ## v1.3.1
  176. #### Bug Fixes
  177. - Fixed logging for gss cog.
  178. ## v1.3.0
  179. #### New Features
  180. - New Admin Cog with warning and slowmode commands.
  181. - Hug Command like that of suck and spank
  182. - 'Succ' now added as an alias for ;suck
  183. - The GSS cog commands are more efficient
  184. - ;nsfwperms and ;selfieperms can now be repeated to remove the roles.
  185. - NSFW channels can now be added to selectively enable Roxbot's NSFW features.
  186. - New checks for the suck and spank commands so that they too can be disabled on a channel basis.
  187. #### Bug Fixes
  188. - Fixed bug where Custom Commands would ignore the blacklist.
  189. - Fixed issue where custom command outputs were always lowercase
  190. - Fixed some naughty swears that were placeholders for a more civilised response.
  191. - Removed Herobrine
  192. ## v1.2.0
  193. #### New Features
  194. - Added a new cog for the GaySoundsShiposts discord. Just some custom commands needed for modding.
  195. ## v1.1.3
  196. #### Changes
  197. - Changed to traa command to gss and point to the /r/gaysoundsshitposts subreddit
  198. ## v1.1.2
  199. #### Bug Fixes
  200. - Fixed a bug when a user only had the '@everyone' role and used ;info.
  201. ## v1.1.1
  202. #### Bug Fixes
  203. - Print settings outputting too big of a message
  204. - perm roles being overwritten
  205. ## v1.1.0
  206. #### New Features
  207. - Custom commands! With and without prefixes, the bot can output a custom message.
  208. - Admin roles to check for perms
  209. ## v1.0.0
  210. #### Rewrite
  211. 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.
  212. ## v0.4.0
  213. #### New Features
  214. - New commands in fun like a reddit scrapper.
  215. - New Utils cog, new commands like avatar, and info
  216. #### Bugs and Fixes
  217. - Admin cog renamed to Settings cog.
  218. - ChangeAvatar updated again to be inline with who avatar deals with avatar images.
  219. - Fixed twitch cog bug that made roxbot crash a lot
  220. Probs more but I forgot honestly
  221. ## v0.3.6
  222. - ChangeAvatar command updated to use a upto date function to download images
  223. - printsetting command created for bot owner to check the serverconfig at the current time
  224. ## v0.3.5
  225. - Changelog created
  226. ## Pre-v0.3.5
  227. - Bot was made. Wasn't great. You can check the commits though for more info.