kopia lustrzana https://github.com/halcy/Mastodon.py
Changelog update
rodzic
9d2ee54790
commit
396a2d442f
|
@ -5,14 +5,15 @@ version number. Breaking changes will be indicated by a change in the minor
|
||||||
v1.8.0 (in progress)
|
v1.8.0 (in progress)
|
||||||
--------------------
|
--------------------
|
||||||
* BREAKING CHANGE: Switch the base URL to None, throw an error when no base url is passed. Having mastosoc as default was sensible when there were only three mastodon servers. It is not sensible now and trips people up constantly.
|
* BREAKING CHANGE: Switch the base URL to None, throw an error when no base url is passed. Having mastosoc as default was sensible when there were only three mastodon servers. It is not sensible now and trips people up constantly.
|
||||||
* Fix an issue with the fix for the Pleroma date bug (thanks adbenitez)
|
* Fixed an issue with the fix for the Pleroma date bug (thanks adbenitez)
|
||||||
* Add trending APIs (`trending_tags`, `trending_statuses`, `trending_links`, `admin_trending_tags`, `admin_trending_statuses`, `admin_trending_links`)
|
* Added trending APIs (`trending_tags`, `trending_statuses`, `trending_links`, `admin_trending_tags`, `admin_trending_statuses`, `admin_trending_links`)
|
||||||
* Add `lang` parameter and document what it does properly.
|
* Added `lang` parameter and document what it does properly.
|
||||||
* Add `category` and `rule_ids` to `reports`
|
* Added `category` and `rule_ids` to `reports`
|
||||||
* This too isn't really a changelog entry but in the same vein as the last post, thank you Claire and Gargron for clarifying many things about the API when asked.
|
* This too isn't really a changelog entry but in the same vein as the last post, thank you Claire and Gargron for clarifying many things about the API when asked.
|
||||||
* Make the documentation a bit neater (thanks dieseltravis)
|
* Made the documentation a bit neater (thanks dieseltravis)
|
||||||
* Add the domain blocking admin API (`admin_domain_blocks`, `admin_domain_block`, `admin_update_domain_block`, `admin_delete_domain_block` - thanks catgoat)
|
* Added the domain blocking admin API (`admin_domain_blocks`, `admin_domain_block`, `admin_update_domain_block`, `admin_delete_domain_block` - thanks catgoat)
|
||||||
* Add the stats admin APIs (`admin_measures`, `admin_dimensions`, `admin_retention`)
|
* Added the stats admin APIs (`admin_measures`, `admin_dimensions`, `admin_retention`)
|
||||||
|
* Added client auth data to access token file.
|
||||||
|
|
||||||
v1.7.0
|
v1.7.0
|
||||||
------
|
------
|
||||||
|
|
Ładowanie…
Reference in New Issue