PixelFed v0.10.6 Release Notes

Release Date: 2019-09-30 // over 4 years ago
  • ➕ Added

    • ➕ Added /api/v1/accounts/update_credentials endpoint 6afd6970
    • ➕ Added /api/v1/accounts/{id}/followers endpoint 41c91cba
    • ➕ Added /api/v1/accounts/{id}/following endpoint 607eb51b
    • ➕ Added /api/v1/accounts/{id}/statuses endpoint 8ce6c1f2
    • ➕ Added /api/v1/accounts/{id}/follow endpoint f3839026
    • ➕ Added /api/v1/accounts/{id}/unfollow endpoint fadc96b2
    • ➕ Added /api/v1/accounts/relationships endpoint 4b9f7d6b
    • ➕ Added /api/v1/accounts/search endpoint b1fccf6d
    • ➕ Added /api/v1/blocks endpoint ac9f1bc0
    • ➕ Added /api/v1/accounts/{id}/block endpoint c6b1ed97
    • ➕ Added /api/v1/accounts/{id}/unblock endpoint 35226c99
    • ➕ Added /api/v1/custom_emojis endpoint 6e43431a
    • ➕ Added /api/v1/domain_blocks endpoint 83a6313f
    • ➕ Added /api/v1/endorsements endpoint 1f16221e
    • ➕ Added /api/v1/favourites endpoint b9cc06da
    • ➕ Added /api/v1/statuses/{id}/favourite endpoint 4edeba17
    • ➕ Added /api/v1/statuses/{id}/unfavourite endpoint 437e18e3
    • ➕ Added /api/v1/filters endpoint b3d82edd
    • ➕ Added /api/v1/follow_requests endpoint 97269136
    • ➕ Added /api/v1/follow_requests/{id}/authorize endpoint 7bdd9b2a
    • ➕ Added /api/v1/follow_requests/{id}/reject endpoint 62aa922a
    • ➕ Added /api/v1/suggestions endpoint e52aeeed
    • ➕ Added /api/v1/lists endpoint 2a106c4e
    • ➕ Added /api/v1/accounts/{id}/lists endpoint dba172df
    • ➕ Added /api/v1/lists/{id}/accounts endpoint dba172df
    • ➕ Added /api/v1/media endpoint 39f3e313
    • ➕ Added /api/v1/media/{id} endpoint fcf231f4
    • ➕ Added /api/v1/mutes endpoint b280d183
    • ➕ Added /api/v1/accounts/{id}/mute endpoint 3e98dce4
    • ➕ Added /api/v1/accounts/{id}/unmute endpoint 41c96ddd
    • ➕ Added /api/v1/notifications endpoint 39449f36
    • ➕ Added /api/v1/timelines/home endpoint cf3405d8
    • ➕ Added /api/v1/conversations endpoint 336f9069
    • ➕ Added /api/v1/timelines/public endpoint f3eeb9c9
    • ➕ Added /api/v1/statuses/{id}/card endpoint 92251208
    • ➕ Added /api/v1/statuses/{id}/reblogged_by endpoint 118006ed
    • ➕ Added /api/v1/statuses/{id}/favourited_by endpoint 5cdff57d
    • ➕ Added POST /api/v1/statuses endpoint 3aa729a3
    • ➕ Added DELETE /api/v1/statuses endpoint 0a20b832
    • ➕ Added POST /api/v1/statuses/{id}/reblog endpoint 43cef282
    • ➕ Added POST /api/v1/statuses/{id}/unreblog endpoint 3147fe5c
    • ➕ Added GET /api/v1/timelines/tag/{hashtag} endpoint 2ff53be4

    🛠 Fixed

    • ⚡️ Update developer settings pages, fix vue bug cd365ab3
    • ⚡️ Update User model, fix filter relationship 5a0c295e

    🔄 Changed

    • ⚡️ Updated Inbox Accept.Follow to use id of remote object #1715
    • ⚡️ Update StatusTransformer, make spoiler_text non-nullable b66cf9cd
    • ⚡️ Update FollowerController, make follow and unfollow methods public 6237897d
    • ⚡️ Update DiscoverComponent, change api namespace 35275572