33 lines
925 B
Markdown
33 lines
925 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
|
|
- Added `/api/v1/accounts/lookup` Mastodon API endpoint.
|
|
- Implemented activity delivery queue.
|
|
- Started to keep track of unreachable actors.
|
|
- Added `configuration` object to response of `/api/v1/instance` endpoint.
|
|
|
|
### Changed
|
|
|
|
- Updated installation instructions, default mitra config and recommended nginx config.
|
|
- Limited the number of requests made during the processing of a thread.
|
|
- Limited the number of media files that can be attached to a post.
|
|
|
|
### Deprecated
|
|
|
|
- Deprecated `post_character_limit` property in `/api/v1/instance` response.
|
|
|
|
### Removed
|
|
|
|
- Removed ability to upload non-images using `/api/v1/media` endpoint.
|
|
|
|
### Fixed
|
|
|
|
- Fixed post and profile page redirections.
|
|
- Fixed federation with GNU Social.
|