update changelog

pull/257/head
halcy 2022-11-13 22:50:15 +02:00
rodzic 24c686f6b2
commit 7b9f07fc0c
1 zmienionych plików z 28 dodań i 22 usunięć

Wyświetl plik

@ -5,38 +5,44 @@ version number. Breaking changes will be indicated by a change in the minor
v1.5.3 (in progress) v1.5.3 (in progress)
-------------------- --------------------
* 3.1.3 support * 3.1.3 support
* Add v2 media_post api * Added v2 media_post api
* 3.1.4 support * 3.1.4 support
* Add "remote", "local" and "only_media" parameter for timelines more broadly * Added "remote", "local" and "only_media" parameter for timelines more broadly
* Document updates to instance information api return value * Documented updates to instance information api return value
* 3.2.0 support * 3.2.0 support
* Add account notes API * Added account notes API
* Add thumbnail support to media_post / media_update * Added thumbnail support to media_post / media_update
* Document new keys in media API * Documented new keys in media API
* 3.3.0 support * 3.3.0 support
* Add "notify" parameter for following. * Added "notify" parameter for following.
* Add support for timed mutes * Added support for timed mutes
* Add support for getting an accounts features tags via account_featured_tags * Added support for getting an accounts features tags via account_featured_tags
* Miscelaneous additions
* Added support for paginating by date via converting dates to snowflake IDs (on Mastodon only - thanks to edent for the suggestion)
* Added a method to revoke oauth tokens (thanks fluffy-critter)
* Fixes * Fixes
* Various small and big fixes, improving reliablity and test coverage * Various small and big fixes, improving reliablity and test coverage
* Changed URLs from "tootsuite" to "mastodon" in several places (thanks andypiper)
* Fixed some fields not converting to datetimes (thanks SouthFox-D)
* Improved oauth web flow support
v1.5.2 v1.5.2
------ ------
* BREAKING CHANGE (but to a representation that was intended to be internal): Greatly improve how pagination info is stored (arittner) * BREAKING CHANGE (but to a representation that was intended to be internal): Greatly improve how pagination info is stored (arittner)
* Add "unknown event" handler for streaming (arittner) * Added "unknown event" handler for streaming (arittner)
* Add support for exclude_types in notifications api (MicroCheapFx) * Added support for exclude_types in notifications api (MicroCheapFx)
* Add pagination to bookmarks (arittner) * Added pagination to bookmarks (arittner)
* Make connecting for streaming more resilient (arittner) * Made connecting for streaming more resilient (arittner)
* Allow specifying a user agent header (arittner) * Allowed specifying a user agent header (arittner)
* Add support for tagged and exclude_reblogs on account_statuses api (arittner) * Addeded support for tagged and exclude_reblogs on account_statuses api (arittner)
* Add support for reports without attached statuses (arittner) * Added support for reports without attached statuses (arittner)
* General fixes * General fixes
* Fix a typo in __json_fruefalse_parse (zen-tools) * Fixed a typo in __json_fruefalse_parse (zen-tools)
* Some non-mastodon related fixes * Some non-mastodon related fixes
* Fix a typo in error message for content_type (rinpatch * Fixed a typo in error message for content_type (rinpatch
* Add support for specifying file name when uploading (animeavi) * Added support for specifying file name when uploading (animeavi)
* Fix several crashes related to gotosocials version string (fwaggle) * Fixed several crashes related to gotosocials version string (fwaggle)
* Fix an issue related to hometowns version string * Fixed an issue related to hometowns version string
v1.5.1 v1.5.1
------ ------