Mastodonplus.py/CHANGELOG.rst

32 líneas
954 B
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-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
------
* Added support for toot privacy.
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