diff options
-rw-r--r-- | CHANGELOG.rst | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 223a125..f0ea44f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst | |||
@@ -13,67 +13,67 @@ v1.1.2 | |||
13 | 13 | ||
14 | v1.1.1 | 14 | v1.1.1 |
15 | ------ | 15 | ------ |
16 | * Emergency fix to allow logging in to work (thanks codl) | 16 | * Emergency fix to allow logging in to work (thanks codl) |
17 | 17 | ||
18 | v1.1.0 | 18 | v1.1.0 |
19 | ------ | 19 | ------ |
20 | * BREAKING CHANGE: Added date parsing to the response parser | 20 | * BREAKING CHANGE: Added date parsing to the response parser |
21 | * Added notification dismissal | 21 | * Added notification dismissal |
22 | * Added conversation muting | 22 | * Added conversation muting |
23 | * Updated documentation | 23 | * Updated documentation |
24 | * Added asynchronous mode for the streaming API | 24 | * Added asynchronous mode for the streaming API |
25 | * Fixed several bugs (thanks ng-0, LogalDeveloper, Chronister, Elizafox, codl, lambadalambda) | 25 | * Fixed several bugs (thanks ng-0, LogalDeveloper, Chronister, Elizafox, codl, lambadalambda) |
26 | * Improved code style (thanks foxmask) | 26 | * Improved code style (thanks foxmask) |
27 | 27 | ||
28 | v1.0.8 | 28 | v1.0.8 |
29 | ------ | 29 | ------ |
30 | * Added support for domain blocks | 30 | * Added support for domain blocks |
31 | * Updated the documentation to reflect API changes | 31 | * Updated the documentation to reflect API changes |
32 | * Added support for pagination (Thanks gled-rs, azillion) | 32 | * Added support for pagination (Thanks gled-rs, azillion) |
33 | * Fixed various bugs (Thanks brrzap, fumi-san) | 33 | * Fixed various bugs (Thanks brrzap, fumi-san) |
34 | 34 | ||
35 | v1.0.7 | 35 | v1.0.7 |
36 | ------ | 36 | ------ |
37 | * Added support for OAuth2 (Thanks to azillon) | 37 | * Added support for OAuth2 (Thanks to azillon) |
38 | * Added support for several new endpoints (Thanks phryk, aeonofdiscord, naoyat) | 38 | * Added support for several new endpoints (Thanks phryk, aeonofdiscord, naoyat) |
39 | * Fixed various bugs (Thanks EliotBerriot, csu, edsu) | 39 | * Fixed various bugs (Thanks EliotBerriot, csu, edsu) |
40 | * Added support for streaming API (Thanks wjt) | 40 | * Added support for streaming API (Thanks wjt) |
41 | 41 | ||
42 | v1.0.6 | 42 | v1.0.6 |
43 | ------ | 43 | ------ |
44 | * Fixed several bugs (Thanks to Psycojoker, wjt and wxcafe) | 44 | * Fixed several bugs (Thanks to Psycojoker, wjt and wxcafe) |
45 | * Added support for spoiler text (Thanks to Erin Congden) | 45 | * Added support for spoiler text (Thanks to Erin Congden) |
46 | * Added support for mute functionality (Thanks to Erin Congden) | 46 | * Added support for mute functionality (Thanks to Erin Congden) |
47 | * Added support for getting favourites (Thanks to Erin Congden) | 47 | * Added support for getting favourites (Thanks to Erin Congden) |
48 | * Added support for follow requests (Thanks to Erin Congden, again) | 48 | * Added support for follow requests (Thanks to Erin Congden, again) |
49 | * Added MANIFEST.in to allow for conda packaging (Thanks, pmlandwehr) | 49 | * Added MANIFEST.in to allow for conda packaging (Thanks, pmlandwehr) |
50 | 50 | ||
51 | v1.0.5 | 51 | v1.0.5 |
52 | ------ | 52 | ------ |
53 | * Fixed previous fix (Thank you, @[email protected]) | 53 | * Fixed previous fix (Thank you, @[email protected]) |
54 | 54 | ||
55 | v1.0.4 | 55 | v1.0.4 |
56 | ------ | 56 | ------ |
57 | * Fixed an app creation bug (Thank you, @[email protected]) | 57 | * Fixed an app creation bug (Thank you, @[email protected]) |
58 | 58 | ||
59 | v1.0.3 | 59 | v1.0.3 |
60 | ------ | 60 | ------ |
61 | * Added support for toot privacy (thanks fpietsche) | 61 | * Added support for toot privacy (thanks fpietsche) |
62 | 62 | ||
63 | v1.0.2 | 63 | v1.0.2 |
64 | ------ | 64 | ------ |
65 | * Removed functions and documentation for APIs that have been removed | 65 | * Removed functions and documentation for APIs that have been removed |
66 | * Documentation is now vastly improved thanks to @[email protected] / girlsim | 66 | * Documentation is now vastly improved thanks to @[email protected] / girlsim |
67 | * Rate limiting code - Mastodon.py can now attempt to respect rate limits | 67 | * Rate limiting code - Mastodon.py can now attempt to respect rate limits |
68 | * Several small bug fixes, consistency fixes, quality-of-life improvements | 68 | * Several small bug fixes, consistency fixes, quality-of-life improvements |
69 | 69 | ||
70 | v.1.0.1 | 70 | v.1.0.1 |
71 | ------- | 71 | ------- |
72 | * Added timeline_*() functions for consistency. timeline() functions as before. | 72 | * Added timeline_*() functions for consistency. timeline() functions as before. |
73 | * Clarified documentation in various places. | 73 | * Clarified documentation in various places. |
74 | * Added previously-undocumented notifications() - API that gets a users notifications. | 74 | * Added previously-undocumented notifications() - API that gets a users notifications. |
75 | 75 | ||
76 | v.1.0.0 | 76 | v.1.0.0 |
77 | ------- | 77 | ------- |
78 | * Initial Release | 78 | * Initial Release |
79 | 79 | ||