diff --git a/TODO.md b/TODO.md index 48b7f7a..b30c9df 100644 --- a/TODO.md +++ b/TODO.md @@ -4,9 +4,20 @@ Refer to mastodon changelog and API docs for details when implementing, add or m 4.4.0 TODOs ----------- -* [ ] to be collected here +* [ ] Fix all the issues +* [ ] New endpoints for endorsements, replacing "pin" api, which is now deprecated: accounts_endorsements(id), account_endorse(id), account_unendorse(id) +* [ ] New endpoints for featured tags: tag_feature(name), tag_unfeature(name) +* [ ] New endpoint: instance_terms, with or without date (format?) +* [ ] Some oauth stuff (userinfo? capability discovery? see issue for that) +* [ ] status_delete now has a media delete param +* [ ] push_subscribe now has a "standard" parameter to switch between two versions. may also need to update crypto impls? +* [ ] account_register now has a date of birth param (as above: format?) +* [ ] update_credentials now has an attribution_domains param for link attribution (list) +* [ ] Various updates to return values (automatable, hopefully, other than docs) +* [ ] There is a "Deprecation" http header now, expose that to users? General improvements that would be good to do before doing another release -------------------------------------------------------------------------- * [ ] Get test coverage like, real high -* [ ] Also add links to tests to the docstrings so people can see usage examples \ No newline at end of file + +* [ ] Also add links to tests to the docstrings so people can see usage examples