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.

[2.0.0] - November 13, 2023#

Diff for 2.0.0 and 1.4.0

Not much difference between 2.0.0 and 2.0.0-rc.1

Changed#

  • The name of the project to `discoauth`

[2.0.0-rc.1] - November 13, 2023#

Used to release the final version to Async-DisOAuth

Added#

  • [#70]A deprecated folder to hold the deprecated functions

  • New subclass of discord, discord.guild, to help get specific guilds instead of user guilds

Deprecated#

[1.4.0] - November 13, 2023#

Added#

  • [#53] CLI Update (The big point of the next version)

  • [#59] Tests (Kinda realized that they are really helpful)

Changed#

  • Moved the docs from ../docs/source to ../docs

Fixed#

  • [#55] The scope of the auth url

Removed#

  • The markdown documentation, for MKDocs, which I am no longer using

[1.3.0] - November 8, 2023#

Added#

  • [#33] bot Class, for bot auth

  • Documentation:

  • New Contributing Page

  • New deprecate page, for the upcoming renaming of DisOAuth to discoauth

[1.2.0] - November 6, 2023#

Added#

  • The all-contributors bot

  • A CONTRIBUTING.md

  • Guild Object

  • A new method in the User class, that returns a guild object

  • A with_count parameter to the methods that return a guild object

  • documentation for the guild object

Changed#

  • The repo name from Arcader717/DiscordOAuth2 to disoauth/DiscoAuth

[1.1.5] - October 31, 2023#

Fixed#

  • the scope of the auth url

[1.1.5b1] - October 30, 2023#

Fixed#

  • The scope of the auth url

[1.1.4] - October 30, 2023#

Fixed#

  • The scope of the auth url

[1.1.3] - October 27, 2023#

Changed#

  • [#21] Moved the user model to models.py

[1.1.2] - October 25, 2023#

Added#

  • Added the UserObj to the documentation

[1.1.1] - October 25, 2023#

Changed#

  • The goals in the README from the v1.0.0 goals to v2.0.0 goals

[1.1.0] - October 25, 2023#

Added#

[1.0.1] - September 22, 2023#

Nothing important happened for this update

[1.0.0] - September 22, 2023#

Added#

  • [#7] The subclass, User to discordApi

  • A method in the new User class to get user data

  • A method to make the auth url in the AuthUrl class

Fixed#

  • The state generation

[0.2.1] - September 18, 2023#

Changed#

  • Renamed Package from DisOAuth to Async-DisOAuth to accomodate for the Sync version of DisOAuth

    • (Later, the Sync version would be discontinued)

[0.2.0] - September 15, 2023#

Added#

[0.1.4] - September 13, 2023#

Changed#

  • Package renamed from DiscordOAuth2 to DisOAuth

[0.1.3] - September 13, 2023#

Changed#

  • Package renamed from DiscordOAuth-Helper to DiscordOAuth2

[0.1.2] - September 13, 2023#

Added#

  • The authors in pyproject.toml [Commit]

[0.1.1] - September 13, 2023#

Changed#

  • publish.yml (The workflow to publish the package) was moved to DiscordOAuth2(the earlier name of the repo)/.gituhb/workflows from the root directory

[0.1.0] - September 13, 2023#

Added#

  • The AuthUrl class, that would return the auth url * Added a function to make the state for the auth url