aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index d83513c..6b5e832 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -4,8 +4,9 @@ version number. Breaking changes will be indicated by a change in the minor
4 4
5v1.8.0 (in progress) 5v1.8.0 (in progress)
6-------------------- 6--------------------
7* Overall: Support level is now 3.5.3 (last before 4.0.0) 7* Overall: Support level is now 3.5.5 (last before 4.0.0)
8* 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. 8* 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.
9* GENERAL WARNING: Currently, Mastodon.py does not support the "new" filter system. In the future, it will, and it will respect filters by default (i.e. remove filtered posts).
9* Fixed an issue with the fix for the Pleroma date bug (thanks adbenitez) 10* Fixed an issue with the fix for the Pleroma date bug (thanks adbenitez)
10* Added trending APIs (`trending_tags`, `trending_statuses`, `trending_links`, `admin_trending_tags`, `admin_trending_statuses`, `admin_trending_links`) 11* Added trending APIs (`trending_tags`, `trending_statuses`, `trending_links`, `admin_trending_tags`, `admin_trending_statuses`, `admin_trending_links`)
11* Added `lang` parameter and document what it does properly. 12* Added `lang` parameter and document what it does properly.
@@ -19,6 +20,11 @@ v1.8.0 (in progress)
19* Added `account_remove_from_followers` API 20* Added `account_remove_from_followers` API
20* Added `admin_accounts_v2` API 21* Added `admin_accounts_v2` API
21* FUTURE BREAKING CHANGE WARNING: For now, `admin_accounts` still calls v1, but this may change in the future. You are encouraged to use v2 instead. 22* FUTURE BREAKING CHANGE WARNING: For now, `admin_accounts` still calls v1, but this may change in the future. You are encouraged to use v2 instead.
23* Make the version comparisons a bit nicer (thanks eumiro)
24* Switch to more recent modules for datetime and timezone stuff (thanks eumiro)
25* Substantially restructure the documentation, making it a lot nicer to read
26* Substantially restructure the code, making it hopefully a lot easier to maintain
27 * This SHOULD NOT break anything. If this breaks your code, please let me know.
22 28
23v1.7.0 29v1.7.0
24------ 30------
Powered by cgit v1.2.3 (git 2.41.0)