Releases: PaulMarisOUMary/Discord-Bot
Releases · PaulMarisOUMary/Discord-Bot
V2.0.1a
What's Changed
- Reimplement #17 by @PaulMarisOUMary in #36
- Update of the list of students by @TheoDct in #37
- Add permissions decorators by @PaulMarisOUMary in #40
- Answer 'feur' when last message ends with 'quoi' by @ClementCaton in #39
- Regex fix by @ClementCaton in #41
- Improve typing hints following mypy & PEP008 conventions by @PaulMarisOUMary in #49
- Wide support about error-handling by @PaulMarisOUMary in #50
- Refactor modal.py & Add cogs.ContextMenu by @PaulMarisOUMary in #51
- Refactor Translation by @PaulMarisOUMary in #52
- Add sub-app_command to cogs.croissants by @PaulMarisOUMary in #55
- Fix Aiomysql-runtimeerror & add cogs.metrics by @PaulMarisOUMary in #57
- Refactor Privatetextual Part.1 by @PaulMarisOUMary in #58
- Refactor Privatetextual Part.2 by @PaulMarisOUMary in #60
- Fix daily birthday by @PaulMarisOUMary in #64
- Refactor cogs.me to use a /me per guild by @PaulMarisOUMary in #66
Dependencies
- dep: bump tzlocal from 2.1 to 4.2 by @dependabot in #45
- dep: bump pillow from 9.0.1 to 9.1.0 by @dependabot in #48
- dep: bump requests from 2.26.0 to 2.27.1 by @dependabot in #47
- dep: bump aiomysql from 0.0.22 to 0.1.0 by @dependabot in #46
- dep: bump matplotlib from 3.5.1 to 3.5.2 by @dependabot in #53
- dep: bump aiomysql from 0.1.0 to 0.1.1 by @dependabot in #54
- dep: bump pillow from 9.1.0 to 9.1.1 by @dependabot in #59
- dep: bump pillow from 9.1.0 to 9.1.1 by @dependabot in #62
- dep bump discord.py from git+e515378076c64c5ab2f3a06237f2362ac8556290 to git+36f039a1bffb835a555be8a43976397ba6eb9c76
New Contributors
Full Changelog: v2.0a...v2.0.1a
v2.0.0a
Context
This is a pre-release, due to discord.py, this library might change once officialy release.
What's Changed
- Implement #20 by @PaulMarisOUMary in #35 (breaking change)
- Migration: commands -> app_commands
- New structure due to 2.0.0 of discord.py
data_database & data_bot
->bot.config["database"]
&bot.config["bot"]
- New features
- Add classes.utilities
- Add new usefull commands in cogs.admin
- Update documentation
Full Changelog: v1.3...v2.0a
v1.3
Context
This is a transition release before merging the #20
What's Changed
- Cog croissants
- Add database to cogs.croissants by @PaulMarisOUMary in #14
- merge rankingcroissants by @PaulMarisOUMary in #15
- merge cooldown feature on cogs.croissants by @PaulMarisOUMary in #16
- fix: #13 by @PaulMarisOUMary in #18
- Cog admin
- Add ReloadLatest in cogs.admin by @PaulMarisOUMary in #19
- Cog Help
- Refactor help by @PaulMarisOUMary in #31
- Cog Dad
- Add new Cog dad by @leo-chartier in #22
- Bot
- Implement prefix per server by @PaulMarisOUMary in #21
- Fixes
- fix #26 by @PaulMarisOUMary in #27
- fix #28 by @PaulMarisOUMary in #29
- Start applying conventions
- Small fixes by @PaulMarisOUMary in #30
Full Changelog: v1.2...v1.3
v1.2
What's Changed
- Add new cog: Croissants screengrab by @leo-chartier in #5
- Add new cog: Birthday @RomainNicolaon in #6
- Add requirement.txt (install all dependencies, using
pip install -r requirement.txt
). - Add few commands (see Available Commands section in the ReadMe).
- add lookup command by @PaulMarisOUMary in #11
- add me command by @PaulMarisOUMary in #8
- Implement SQL database.
- Handle database disconnection.
- Add noCode-SQL wrapper.
- merge new database implementation by @PaulMarisOUMary in #12
- Change
auth/
toconfig/
folder, andauth/auth.json
toconfig/bot.json
&config/database.json
. - Fix smallest typo ever by @ClementCaton in #9
New Contributors
- @leo-chartier made their first contribution in #5
- @RomainNicolaon made their first contribution in #6
- @ClementCaton made their first contribution in #9
Full Changelog: v1.1...v1.2
v1.1
Rewrite cogs/fridaycake.py & README.md
add command : profilepicture
v1.0
correct sync arg -> migrate 2.0.0a