aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-12-14 13:44:23 +0100
committerLorenz Diener <[email protected]>2017-12-14 13:44:23 +0100
commitf784eae8e64902a4b784fe30642a356c998a0b81 (patch)
tree1c4f02e7d029b63784a3ee39dd9cf0d47609ff0d /CHANGELOG.rst
parentfff8797f69f62874cc60b541f8a461e94842117a (diff)
downloadmastodon.py-f784eae8e64902a4b784fe30642a356c998a0b81.tar.gz
Fix changelog indents
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst66
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
14v1.1.1 14v1.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
18v1.1.0 18v1.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
28v1.0.8 28v1.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
35v1.0.7 35v1.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
42v1.0.6 42v1.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
51v1.0.5 51v1.0.5
52------ 52------
53 * Fixed previous fix (Thank you, @[email protected]) 53* Fixed previous fix (Thank you, @[email protected])
54 54
55v1.0.4 55v1.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
59v1.0.3 59v1.0.3
60------ 60------
61 * Added support for toot privacy (thanks fpietsche) 61* Added support for toot privacy (thanks fpietsche)
62 62
63v1.0.2 63v1.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
70v.1.0.1 70v.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
76v.1.0.0 76v.1.0.0
77------- 77-------
78 * Initial Release 78* Initial Release
79 79
Powered by cgit v1.2.3 (git 2.41.0)