Releases: Creatrix-Net/yondaime-hokage
Releases · Creatrix-Net/yondaime-hokage
v2.0-beta.0.1
Summary
While doing the development of the v2.0 of Minato Namikaze , discord.py was discontinued and I had to switch over to Stocker's MC discord.py , but after 6 months the original discord.py continued its development again, so here is the beta release of v2.0 and the full complete release of v2.0 will be released after the d.py v2.0 gets pushed into pypi.
Also we did a switch over from Heroku to Oracle VPS.
Also now Minato Namikaze has a amazing site to view https://minato-namikaze.readthedocs.io
What's Changed
- Format Document with isort by @Onii-Chan-Discord in #172
- Bump typing-extensions from 3.10.0.0 to 3.10.0.1 by @dependabot in #173
- Bump typing-extensions from 3.10.0.1 to 3.10.0.2 by @dependabot in #174
- Bump pillow from 8.3.1 to 8.3.2 by @dependabot in #177
- Short Read Me update by @Dhruvacube in #191
- 2.0 fixes by @ooliver1 in #192
- started implementation of vars.py by @eitozx in #196
- Greetings Actions by @Dhruvacube in #197
- Update requirements.txt by @Dhruvacube in #199
- Improved Userinfo & Serverinfo. by @eitozx in #202
- Bump yarl from 1.6.3 to 1.7.0 by @dependabot in #204
- Add 2 more fields to serverinfo by @Onii-Chan-Discord in #207
- Bump python-dotenv from 0.19.0 to 0.19.1 by @dependabot in #208
- Bump click from 8.0.1 to 8.0.3 by @dependabot in #211
- Bump certifi from 2021.5.30 to 2021.10.8 by @dependabot in #210
- Bump pygit2 from 1.6.1 to 1.7.0 by @dependabot in #209
- Bump idna from 3.2 to 3.3 by @dependabot in #214
- Bump charset-normalizer from 2.0.4 to 2.0.7 by @dependabot in #212
- Bump cffi from 1.14.6 to 1.15.0 by @dependabot in #216
- Create CODEOWNERS by @Onii-Chan-Discord in #215
- Update userinfo! by @Onii-Chan-Discord in #213
- Replace multiple
==
checks within
by @deepsource-autofix in #219 - Remove length check in favour of truthiness of the object by @deepsource-autofix in #217
- Replace multiple
==
checks within
by @deepsource-autofix in #218 - Change methods not using its bound instance to staticmethods by @deepsource-autofix in #220
- Fix dangerous default argument by @deepsource-autofix in #221
- Iterate dictionary directly by @deepsource-autofix in #222
- Remove unnecessary comprehension by @deepsource-autofix in #224
- Convert string with anomalous backslash into a raw string by @deepsource-autofix in #225
- Format code with yapf, black, autopep8 and isort by @deepsource-autofix in #223
- Use identity check for comparison to a singleton by @deepsource-autofix in #226
- Remove reimported module by @deepsource-autofix in #227
- Use
is
to compare type of objects by @deepsource-autofix in #228 - Refactor
if
expression by @deepsource-autofix in #229 - Remove unnecessary generator by @deepsource-autofix in #230
- Refactor unnecessary
else
/elif
whenif
block has areturn
statement by @deepsource-autofix in #231 - Remove assert statement from non-test files by @deepsource-autofix in #233
- Format code with yapf, black, autopep8 and isort by @deepsource-autofix in #232
- Remove unnecessary use of comprehension by @deepsource-autofix in #234
- Bump pillow from 8.3.2 to 8.4.0 by @dependabot in #235
- Bump sqlalchemy from 1.4.25 to 1.4.26 by @dependabot in #251
- Refactor unnecessary
else
/elif
whenif
block has areturn
statement by @deepsource-autofix in #252 - Refactor unnecessary
else
/elif
whenif
block has araise
statement by @deepsource-autofix in #254 - Format code with yapf, black, autopep8 and isort by @deepsource-autofix in #253
- Simplify the
if
statement by @deepsource-autofix in #255 - change to follow python conventions, fix #246 for moderation.py by @QuartzAl in #256
- Format code with yapf, black, autopep8 and isort by @deepsource-autofix in #258
- changes to follow python conventions in converter.py by @QuartzAl in #257
- Format code with yapf, black, autopep8 and isort by @deepsource-autofix in #259
- Format code with yapf, black, autopep8 and isort by @deepsource-autofix in #260
- Bump cffi from 1.14.6 to 1.15.0 by @dependabot in #265
- Bump pillow from 8.3.2 to 8.4.0 by @dependabot in #263
- Bump python-dotenv from 0.19.0 to 0.19.1 by @dependabot in #261
- Remove blank lines after docstring by @deepsource-autofix in #266
- Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #267
- Bump pygit2 from 1.6.1 to 1.7.0 by @dependabot in #273
- Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #268
- Bump yarl from 1.6.3 to 1.7.0 by @dependabot in #270
- Bump python-dotenv from 0.19.0 to 0.19.1 by @dependabot in #269
- Bump cffi from 1.14.6 to 1.15.0 by @dependabot in #271
- Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #275
- Bump sqlalchemy from 1.4.25 to 1.4.26 by @dependabot in #279
- Bump pillow from 8.3.2 to 8.4.0 by @dependabot in #277
- Bump idna from 3.2 to 3.3 by @dependabot in #276
- Bump mystbin-py from 2.1.3 to 2.2.0 by @dependabot in #278
- Fixed Issues by @Pagasis in #274
- Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #280
- Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #281
- Remove unnecessary use of comprehension by @deepsource-autofix in #282
- Merge collapsible
with
statements by @deepsource-autofix in #283 - Merge collapsible
if
statements by @deepsource-autofix in #284 - Remove unnecessary f-string by @deepsource-autofix in #285
- Remove implicit
object
from the base class by @deepsource-autofix in #286 - Use literal syntax to create data structure by @deepsource-autofix in #287
- Format code with black, yapf, autopep8 and isort by @deepsource-autofix in #288
- Bump idna from 3.2 to 3.3 by @dependabot in #289
- Bump cffi from 1.14.6 to 1.15.0 by @dependabot ...
v1.9
Towards v2.0 🎉
Here are the following things done in v1.9 :
- Revamped most of the commands and added new ones with the vote lock.
Also made the bot process more memory efficient and faster in the runtime
- Redesigned the bot invite repo
- Rewrite the DOCS/SITE with MkDocs and Material for MkDocs and then hosted the site with readthedocs.io 😄 . Click Here to view docs
- Created a Testing Server (Invite Link soon).
- Revamped the Support Server.
- Made use of Discord Messaging Components like Buttons and Select Menus .
Follow the v2.0 progress from below project link.
Follow v2.0 progress, by clicking here
Invite the bot
v1.1
This is the official release of Minato Namikaze Bot v1.1
Note: The docs will be updated in the next release
In v1.0 it uses the following API:
- DAGPI
- ZANE
- TRAVITA
- TOP GG
- GOOGLE CUSTOM SEARCH
- GOOGLE CUSTOM SEARCH ENGINE
- DISCORD DEVELOPER PORTAL
- API.MEEK.MOE
Bot sleeping time:
Man of course ,bots Also need to sleep! I can't be 24/7 awake!
-
From 00:00 AM IST
-
To 07:00 AM IST
Discord Bot
Support Server
DOCS
Social Links
v1.0
This is the official release of Minato Namikaze Bot v1.0
Note: The docs will be updated in the next release
In v1.0 it uses the following API:
- DAGPI
- ZANE
- TRAVITA
- TOP GG
- GOOGLE CUSTOM SEARCH
- GOOGLE CUSTOM SEARCH ENGINE
- DISCORD DEVELOPER PORTAL
- API.MEEK.MOE
Bot sleeping time:
Man of course ,Bits Also need to sleep! I can't be 24/7 awake!
-
From 00:00 AM IST
-
To 07:00 AM IST