Incorporated changes from Mastodon 2.4 to 2.6

This commit is contained in:
tastytea 2018-11-17 21:05:07 +01:00
parent 22c217d3da
commit ebaee939eb
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.6)
project (mastodon-cpp
VERSION 0.18.10
VERSION 0.19.0
LANGUAGES CXX
)

View File

@ -178,7 +178,7 @@ Run `make package` from the build directory to generate a tar.gz archive.
# Status of implementation
Feature complete as of Mastodon 2.4.1
Feature complete as of Mastodon 2.6.1
* [x] GET /api/v1/accounts/:id
* [x] GET /api/v1/accounts/verify_credentials
@ -199,6 +199,9 @@ Feature complete as of Mastodon 2.4.1
* [x] GET /api/v1/domain_blocks
* [x] POST /api/v1/domain_blocks
* [x] DELETE /api/v1/domain_blocks
* [x] GET /api/v1/endorsements
* [x] POST /api/v1/accounts/:id/pin
* [x] POST /api/v1/accounts/:id/unpin
* [x] GET /api/v1/favourites
* [x] GET /api/v1/follow_requests
* [x] POST /api/v1/follow_requests/:id/authorize