From ebaee939eba97ad6a8eb7e0980e9bfddc463d366 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 17 Nov 2018 21:05:07 +0100 Subject: [PATCH] Incorporated changes from Mastodon 2.4 to 2.6 --- CMakeLists.txt | 2 +- README.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6051ae6..ecbe745 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.6) project (mastodon-cpp - VERSION 0.18.10 + VERSION 0.19.0 LANGUAGES CXX ) diff --git a/README.md b/README.md index e725c43..c7f6aee 100644 --- a/README.md +++ b/README.md @@ -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