Mastodonplus.py/CHANGELOG.rst

80 líneas
2,5 KiB
ReStructuredText
Original Vista normal Històric

A note on versioning: This librarys major version will grow with the APIs
version number. Breaking changes will be avoided as far as at all possible.
2017-11-21 14:53:32 +01:00
v1.1.2
------
* 2.0 id compatibility (thanks codl)
2017-11-21 14:56:30 +01:00
* Added emoji support
2017-11-21 14:53:32 +01:00
* Media alt-text support (thanks foozmeat)
* Python2 fixes (thanks ragingscholar)
* General code cleanup and small fixes (thanks codl)
* Beginnings of better error handling (thanks Elizafox)
* Various documentation updates
2017-09-10 23:27:35 +02:00
v1.1.1
------
* Emergency fix to allow logging in to work (thanks codl)
2017-09-08 16:34:18 +02:00
v1.1.0
------
* BREAKING CHANGE: Added date parsing to the response parser
* Added notification dismissal
* Added conversation muting
* Updated documentation
* Added asynchronous mode for the streaming API
* Fixed several bugs (thanks ng-0, LogalDeveloper, Chronister, Elizafox, codl, lambadalambda)
* Improved code style (thanks foxmask)
2017-06-16 01:46:00 +02:00
v1.0.8
------
* Added support for domain blocks
* Updated the documentation to reflect API changes
* Added support for pagination (Thanks gled-rs, azillion)
* Fixed various bugs (Thanks brrzap, fumi-san)
2017-04-27 10:55:57 +02:00
v1.0.7
------
* Added support for OAuth2 (Thanks to azillon)
* Added support for several new endpoints (Thanks phryk, aeonofdiscord, naoyat)
* Fixed various bugs (Thanks EliotBerriot, csu, edsu)
* Added support for streaming API (Thanks wjt)
2017-04-05 14:03:28 +02:00
v1.0.6
------
* Fixed several bugs (Thanks to Psycojoker, wjt and wxcafe)
* Added support for spoiler text (Thanks to Erin Congden)
* Added support for mute functionality (Thanks to Erin Congden)
* Added support for getting favourites (Thanks to Erin Congden)
* Added support for follow requests (Thanks to Erin Congden, again)
* Added MANIFEST.in to allow for conda packaging (Thanks, pmlandwehr)
2017-03-15 11:17:51 +01:00
v1.0.5
------
* Fixed previous fix (Thank you, @tylerb@mastodon.social)
2017-03-03 17:18:27 +01:00
v1.0.4
------
* Fixed an app creation bug (Thank you, @tylerb@mastodon.social)
2017-02-13 13:58:20 +01:00
v1.0.3
------
2017-04-05 14:03:28 +02:00
* Added support for toot privacy (thanks fpietsche)
2017-02-13 13:58:20 +01:00
2016-11-26 00:11:22 +01:00
v1.0.2
------
* Removed functions and documentation for APIs that have been removed
2017-03-03 17:18:27 +01:00
* Documentation is now vastly improved thanks to @lydia@mastodon.social / girlsim
2016-11-26 00:11:22 +01:00
* Rate limiting code - Mastodon.py can now attempt to respect rate limits
* Several small bug fixes, consistency fixes, quality-of-life improvements
v.1.0.1
-------
* Added timeline_*() functions for consistency. timeline() functions as before.
* Clarified documentation in various places.
* Added previously-undocumented notifications() - API that gets a users notifications.
v.1.0.0
-------
* Initial Release
2017-04-27 11:04:53 +02:00