Skip to content

Releases: YuzuRyo61/Misskey.py

5.0.0a1

22 Dec 05:47
cfc29fa
Compare
Choose a tag to compare
5.0.0a1 Pre-release
Pre-release

This is the first release of the v5 alpha version.

Since the content has changed significantly from previous versions, there is no backward compatibility.

Also, since this is an alpha release, it is not intended for use in production projects.

We welcome your feedback on the Misskey.py v5 alpha version.
Please send your feedback via the Discord server "yuzulia.work" or via Issues and Discussions in this repository.

https://discord.gg/UG76TJdZJC

4.1.0

03 Mar 06:46
b51d8f9
Compare
Choose a tag to compare
  • Added documentation (Pre-released in Japanese) (#51)
  • Changed the default value of with_files in users_notes to False

v4.0.2

02 Feb 02:28
2618de1
Compare
Choose a tag to compare
  • Fixed a bug when constructing MisskeyAPIException
  • Fixed an issue where drive_files_create would not work

4.0.1

03 Aug 11:05
6f507df
Compare
Choose a tag to compare
  • Fixed the Development Status written in setup.py.

4.0.0

03 Aug 10:48
06e8e4e
Compare
Choose a tag to compare

Contains many destructive changes!

  • THE PACKAGE NAME HAS CHANGED! Misskeymisskey
  • The old Misskey class has moved into legacy.(misskey.legacy.Misskey.Misskey)
    Packages in legacy will be removed in a future update.
  • The code has been rewritten from scratch to improve maintainability.
  • It covers the minimum required API methods. It will be expanded in a future update.
  • drive_files_create now supports file streams opened with open etc.

Enjoy new Misskey.py!

3.0.0

06 Jun 06:58
Compare
Choose a tag to compare
  • The MisskeyUtil class has been removed, and the functions inside the class are now independent.
  • The old Misskey app authentication function is no longer supported. A warning is displayed when using the function.
  • MiAuth class is newly added. This is the new Misskey authentication method that will be used to create tokens.
    Please note that due to a defect on the Misskey side, support will start from Misskey 12.39.1.
  • Other minor fixes have been made to ensure smooth development.

2.4.1

28 May 12:28
Compare
Choose a tag to compare
  • Fixed a problem that the description displayed by pypi is not displayed properly due to lack of modules

2.4.0

28 May 12:19
Compare
Choose a tag to compare
  • Added API: notes/watching/create, notes/watching/delete
  • Fixed a mistake in the argument of __call__
  • Multiple expected HTTP return values of __API can be specified in tuple (can be used even in the existing state) (for development)
  • Use pipenv instead to resolve dependencies easily (for development)
  • Change environment for testing (for development)
  • Change test items (for development)

It will no longer support older application creation scripts.
Please wait for a while as we plan to implement miauth.

2.3.2

10 Sep 09:56
Compare
Choose a tag to compare
  • Modified to upload in wheel format when deploying

2.3.1

10 Sep 09:45
Compare
Choose a tag to compare
  • Fixed an issue where m2r is not installed and an error occurs when trying to install a package