Skip to content

Releases: PaulMarisOUMary/Discord-Bot

V2.0.1a

31 May 08:49
e6a643d
Compare
Choose a tag to compare
V2.0.1a Pre-release
Pre-release

What's Changed

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

24 Apr 20:47
b3cfb42
Compare
Choose a tag to compare
v2.0.0a Pre-release
Pre-release

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

30 Mar 14:40
f99053b
Compare
Choose a tag to compare

Context

This is a transition release before merging the #20

What's Changed

Full Changelog: v1.2...v1.3

v1.2

02 Mar 15:07
071d97c
Compare
Choose a tag to compare

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).
  • Implement SQL database.
    • Handle database disconnection.
    • Add noCode-SQL wrapper.
    • merge new database implementation by @PaulMarisOUMary in #12
  • Change auth/ to config/ folder, and auth/auth.json to config/bot.json & config/database.json.
  • Fix smallest typo ever by @ClementCaton in #9

New Contributors

Full Changelog: v1.1...v1.2

v1.1

26 Sep 18:31
42c6b44
Compare
Choose a tag to compare

Rewrite cogs/fridaycake.py & README.md
add command : profilepicture

v1.0

23 Sep 17:37
Compare
Choose a tag to compare
correct sync arg -> migrate 2.0.0a