aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-10-12 23:20:28 +0200
committerLorenz Diener <[email protected]>2019-10-12 23:20:28 +0200
commit48343ad19445527799b83a519fc2072a352cfd05 (patch)
tree5ea169e6a9bffb48b0d30990ae448dd09457f2ad /CHANGELOG.rst
parent0b3b2c31a024a335a9e52e93c350f1a214a92219 (diff)
downloadmastodon.py-48343ad19445527799b83a519fc2072a352cfd05.tar.gz
1.5.0 changelog and version bumps
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 4d3cdb4..3ae485b 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,6 +2,28 @@ A note on versioning: This librarys major version will grow with the APIs
2version number. Breaking changes will be indicated by a change in the minor 2version number. Breaking changes will be indicated by a change in the minor
3(or major) version number, and will generally be avoided. 3(or major) version number, and will generally be avoided.
4 4
5v1.5.0
6------
7* BREAKING CHANGE: the search_v1 API is now gone from Mastodon, Mastodon.py will still let you use it where available / use it where needed if you call search()
8* Support for new 3.0.0 features
9 * Added profile directory API: directory()
10 * Added featured and suggested tags API: featured_tags(), featured_tag_suggestions(), featured_tag_create(), featured_tag_delete() (Thanks Gargron for the advice)
11 * Added read-markers API: markers_get(), markers_set()
12 * Re-added trends API: trends()
13 * Added health api: instance_health()
14 * Added nodeinfo support: instance_nodeinfo()
15 * Added new parameters to search (exclude_unreviewed) and create_account (reason)
16* Added ability to persist base URLs together with access token and client id / secret files
17* Documented that status_card endpoint has been removed, switched to alternate method of retrieving cards if function is still used
18* Added blurhash as a core dependency, since it is now licensed permissively again
19* Added me() function as synonym for account_verify_credentials() to lessen confusion
20* Fixed notification-dismiss to use new API endpoint where the old one is not available (Thanks kensanata)
21* Fixed status_reply to match status_post
22* Add basic support for non-mainline featuresvia the feature_set parameter
23 * Added support for fedibirds quote_id parameter in status_post
24* Future-proofed webpush cryptography api while trying to remain very backwards compatible so that it can hopefully in the future become part of the core
25* Clarified and updated the documentation and improved the tests in various ways
26
5v1.4.6 27v1.4.6
6------ 28------
7* Fix documentation for list_accounts() 29* Fix documentation for list_accounts()
Powered by cgit v1.2.3 (git 2.41.0)