Skip to content

Latest commit

 

History

History
78 lines (48 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

78 lines (48 loc) · 1.5 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[4.0.1] Unreleased

[4.0.1] 2024-03-25

Added

Changed

  • Fixed variable name error in Person initilisation when using username and discriminator.
  • Updated String ID length to accept 18 or more digits.

Removed

[4.0.0] 2022-11-10

Added

  • Added upgrade notes section to installation documentation.
  • Added intents management.

Changed

  • Fixed copy/paste error in documentation.
  • Use the v2.0.1 discord python module.

Removed

  • Support for python3.7 has been removed to allow the use of the v2.0.1 discord python module.

[3.0.1] 2022-10-19

Changed

  • Version bump for pypi release.

[3.0.0] 2022-10-19

Added

Changed

  • Restructured code base to support packaging for pypi.
  • Migrated README documentation to readthedocs format.

Removed

[2.1.0] 2021-09-16

Added

  • Support #channel@guild_id representation.

Changed

  • Use discord client 1.7.3
  • Updated file_upload to support discord client v1.7.3.

[2.0.0] 2021-01-14

Changed

  • Use discord client 1.6.0
  • Discord client uses Member intents.

[1.0.1] 2019-11-23

Changed

  • Use discord client 1.2.5

[1.0.0] 2019-10-18

Added

  • Added changelog file.

Changed

  • Use discord client 1.2.4

Removed