2022-12-27 20:26:42 +00:00
|
|
|
# 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]
|
|
|
|
|
2022-12-28 00:13:49 +00:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- Added `/api/v1/accounts/lookup` Mastodon API endpoint.
|
2022-12-11 18:41:08 +00:00
|
|
|
- Implemented activity delivery queue.
|
2022-12-03 21:06:15 +00:00
|
|
|
- Started to keep track of unreachable actors.
|
2023-01-06 16:46:59 +00:00
|
|
|
- Added `configuration` object to response of `/api/v1/instance` endpoint.
|
2022-12-28 00:13:49 +00:00
|
|
|
|
2022-12-27 21:15:19 +00:00
|
|
|
### Changed
|
|
|
|
|
2022-12-27 21:46:48 +00:00
|
|
|
- Updated installation instructions, default mitra config and recommended nginx config.
|
2022-12-29 17:23:15 +00:00
|
|
|
- Limited the number of requests made during the processing of a thread.
|
2023-01-06 16:52:28 +00:00
|
|
|
- Limited the number of media files that can be attached to a post.
|
2022-12-27 21:15:19 +00:00
|
|
|
|
2023-01-06 16:46:59 +00:00
|
|
|
### Deprecated
|
|
|
|
|
|
|
|
- Deprecated `post_character_limit` property in `/api/v1/instance` response.
|
|
|
|
|
2023-01-06 01:50:30 +00:00
|
|
|
### Removed
|
|
|
|
|
|
|
|
- Removed ability to upload non-images using `/api/v1/media` endpoint.
|
|
|
|
|
2022-12-27 20:26:42 +00:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Fixed post and profile page redirections.
|
2023-01-05 19:18:08 +00:00
|
|
|
- Fixed federation with GNU Social.
|