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
deprecatedfolder to hold the deprecated functionsNew subclass of
discord,discord.guild, to help get specific guilds instead of user guilds
Deprecated#
-
AuthUrl.makeUrl(), replaced withauth.url()
discordApi, replaced withdiscorddiscordApi.accessToken(), replaced withdiscord.token()discordApi.User, replaced withdiscord.userdiscordApi.User.get_current_user(), replaced withdiscord.user.fetch()discordApi.User.get_user_guilds(), replaced withdiscord.user.guilds()discordApi.User.get_guild(), replaced withdiscord.guild.fetch()(replace thediscord.userclass withdiscord.guild, to get this to work)
[1.4.0] - November 13, 2023#
Added#
Changed#
Moved the docs from
../docs/sourceto../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#
permissionsclass, to help with the bot auth
Documentation:
New Contributing Page
New deprecate page, for the upcoming renaming of
DisOAuthtodiscoauth
[1.2.0] - November 6, 2023#
Added#
The all-contributors bot
A CONTRIBUTING.md
Guild Object
A new method in the
Userclass, that returns a guild objectA
with_countparameter to the methods that return a guild objectdocumentation for the guild object
Changed#
The repo name from
Arcader717/DiscordOAuth2todisoauth/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
UserObjto 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#
Documentation, using Read The Docs and Sphinx
[#18] A model for user data
[1.0.1] - September 22, 2023#
Nothing important happened for this update
[1.0.0] - September 22, 2023#
Added#
[#7] The subclass,
UsertodiscordApiA method in the new
Userclass to get user dataA method to make the auth url in the AuthUrl class
Fixed#
The state generation
[0.2.1] - September 18, 2023#
Changed#
Renamed Package from
DisOAuthtoAsync-DisOAuthto accomodate for the Sync version ofDisOAuth(Later, the Sync version would be discontinued)
[0.2.0] - September 15, 2023#
Added#
The
discordApiclassThe
discordApi.accessToken()method, to get the access token of a userA method of
discordApito check the app’s auth infoMIT License
[0.1.4] - September 13, 2023#
Changed#
Package renamed from
DiscordOAuth2toDisOAuth
[0.1.3] - September 13, 2023#
Changed#
Package renamed from
DiscordOAuth-HelpertoDiscordOAuth2
[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