diff options
author | halcy <halcy@ARARAGI-KUN> | 2022-11-13 22:50:15 +0200 |
---|---|---|
committer | halcy <halcy@ARARAGI-KUN> | 2022-11-13 22:50:15 +0200 |
commit | 7b9f07fc0c89eb7c5b3b0924201035239cdc138a (patch) | |
tree | 6ef07cba66b1ca1b91bccb0f355f51bbde2a029f | |
parent | 24c686f6b274e04082b13f159ea10d995c2ca281 (diff) | |
download | mastodon.py-7b9f07fc0c89eb7c5b3b0924201035239cdc138a.tar.gz |
update changelog
-rw-r--r-- | CHANGELOG.rst | 50 |
1 files changed, 28 insertions, 22 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1ce779a..c027b91 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst | |||
@@ -5,38 +5,44 @@ version number. Breaking changes will be indicated by a change in the minor | |||
5 | v1.5.3 (in progress) | 5 | v1.5.3 (in progress) |
6 | -------------------- | 6 | -------------------- |
7 | * 3.1.3 support | 7 | * 3.1.3 support |
8 | * Add v2 media_post api | 8 | * Added v2 media_post api |
9 | * 3.1.4 support | 9 | * 3.1.4 support |
10 | * Add "remote", "local" and "only_media" parameter for timelines more broadly | 10 | * Added "remote", "local" and "only_media" parameter for timelines more broadly |
11 | * Document updates to instance information api return value | 11 | * Documented updates to instance information api return value |
12 | * 3.2.0 support | 12 | * 3.2.0 support |
13 | * Add account notes API | 13 | * Added account notes API |
14 | * Add thumbnail support to media_post / media_update | 14 | * Added thumbnail support to media_post / media_update |
15 | * Document new keys in media API | 15 | * Documented new keys in media API |
16 | * 3.3.0 support | 16 | * 3.3.0 support |
17 | * Add "notify" parameter for following. | 17 | * Added "notify" parameter for following. |
18 | * Add support for timed mutes | 18 | * Added support for timed mutes |
19 | * Add support for getting an accounts features tags via account_featured_tags | 19 | * Added support for getting an accounts features tags via account_featured_tags |
20 | * Miscelaneous additions | ||
21 | * Added support for paginating by date via converting dates to snowflake IDs (on Mastodon only - thanks to edent for the suggestion) | ||
22 | * Added a method to revoke oauth tokens (thanks fluffy-critter) | ||
20 | * Fixes | 23 | * Fixes |
21 | * Various small and big fixes, improving reliablity and test coverage | 24 | * Various small and big fixes, improving reliablity and test coverage |
22 | 25 | * Changed URLs from "tootsuite" to "mastodon" in several places (thanks andypiper) | |
26 | * Fixed some fields not converting to datetimes (thanks SouthFox-D) | ||
27 | * Improved oauth web flow support | ||
28 | |||
23 | v1.5.2 | 29 | v1.5.2 |
24 | ------ | 30 | ------ |
25 | * BREAKING CHANGE (but to a representation that was intended to be internal): Greatly improve how pagination info is stored (arittner) | 31 | * BREAKING CHANGE (but to a representation that was intended to be internal): Greatly improve how pagination info is stored (arittner) |
26 | * Add "unknown event" handler for streaming (arittner) | 32 | * Added "unknown event" handler for streaming (arittner) |
27 | * Add support for exclude_types in notifications api (MicroCheapFx) | 33 | * Added support for exclude_types in notifications api (MicroCheapFx) |
28 | * Add pagination to bookmarks (arittner) | 34 | * Added pagination to bookmarks (arittner) |
29 | * Make connecting for streaming more resilient (arittner) | 35 | * Made connecting for streaming more resilient (arittner) |
30 | * Allow specifying a user agent header (arittner) | 36 | * Allowed specifying a user agent header (arittner) |
31 | * Add support for tagged and exclude_reblogs on account_statuses api (arittner) | 37 | * Addeded support for tagged and exclude_reblogs on account_statuses api (arittner) |
32 | * Add support for reports without attached statuses (arittner) | 38 | * Added support for reports without attached statuses (arittner) |
33 | * General fixes | 39 | * General fixes |
34 | * Fix a typo in __json_fruefalse_parse (zen-tools) | 40 | * Fixed a typo in __json_fruefalse_parse (zen-tools) |
35 | * Some non-mastodon related fixes | 41 | * Some non-mastodon related fixes |
36 | * Fix a typo in error message for content_type (rinpatch | 42 | * Fixed a typo in error message for content_type (rinpatch |
37 | * Add support for specifying file name when uploading (animeavi) | 43 | * Added support for specifying file name when uploading (animeavi) |
38 | * Fix several crashes related to gotosocials version string (fwaggle) | 44 | * Fixed several crashes related to gotosocials version string (fwaggle) |
39 | * Fix an issue related to hometowns version string | 45 | * Fixed an issue related to hometowns version string |
40 | 46 | ||
41 | v1.5.1 | 47 | v1.5.1 |
42 | ------ | 48 | ------ |