2021-04-29 12:14:41 -07:00
# Changelog
All notable changes to this project will be documented in this file.
This file is only for changes to Soapbox.
For changes to Pleroma, see `CHANGELOG.md`
The format is based on [Keep a Changelog ](https://keepachangelog.com/en/1.0.0/ ).
2021-05-18 10:36:36 -07:00
## [1.1.0] - 2021-05-18
2021-05-12 13:43:31 -07:00
Based on Pleroma 2.3.0-stable.
### Added
2021-05-17 10:23:04 -07:00
- Retain uploaded image aspect ratios. ([!18](https://gitlab.com/soapbox-pub/soapbox/-/merge_requests/18))
- Blurhash support. ([!21](https://gitlab.com/soapbox-pub/soapbox/-/merge_requests/21))
2021-05-12 13:43:31 -07:00
2021-05-13 12:41:09 -07:00
### Fixed
2021-05-17 10:23:04 -07:00
- Rich media not working for certain links. ([!19](https://gitlab.com/soapbox-pub/soapbox/-/merge_requests/19), [!20 ](https://gitlab.com/soapbox-pub/soapbox/-/merge_requests/20 ))
### Changed
- Prepared installation files for use with asdf version manager. ([!22](https://gitlab.com/soapbox-pub/soapbox/-/merge_requests/22), [!23 ](https://gitlab.com/soapbox-pub/soapbox/-/merge_requests/23 ), [!24 ](https://gitlab.com/soapbox-pub/soapbox/-/merge_requests/24 ))
- **BREAKING:** `imagemagick` and `exiftool` are required to be installed on the system.
2021-05-13 12:41:09 -07:00
2021-05-10 15:03:41 -07:00
## [1.0.0] - 2021-05-11
2021-04-29 12:14:41 -07:00
Based on Pleroma 2.3.0-stable.
### Added
2021-05-05 13:22:14 -07:00
- Rich media embeds for sites like YouTube, etc. ([!13](https://gitlab.com/soapbox-pub/soapbox/-/merge_requests/13))
- Twitter-like block behavior, configured under "ActivityPub > Blockers visible" in AdminFE. ([!9](https://gitlab.com/soapbox-pub/soapbox/-/merge_requests/9))
- The Soapbox version in `/api/v1/instance` ([!6](https://gitlab.com/soapbox-pub/soapbox/-/merge_requests/6))
2021-04-29 12:14:41 -07:00
### Changed
2021-05-07 17:02:26 -07:00
- Soapbox FE is set as the default frontend. ([!16](https://gitlab.com/soapbox-pub/soapbox/-/merge_requests/16))
2021-05-05 13:22:14 -07:00
- Twitter-like block behavior is now the default. ([!9](https://gitlab.com/soapbox-pub/soapbox/-/merge_requests/9))
2021-04-30 12:30:25 -07:00
### Fixed
2021-05-05 13:22:14 -07:00
- Domain blocks: reposts from a blocked domain are now correctly blocked. ([!11](https://gitlab.com/soapbox-pub/soapbox/-/merge_requests/11))
- Fixed some (not all) Markdown issues, such as broken trailing slash in links. ([!10](https://gitlab.com/soapbox-pub/soapbox/-/merge_requests/10))
- Don't crash so hard when email settings are invalid. ([!12](https://gitlab.com/soapbox-pub/soapbox/-/merge_requests/12))
- Return OpenGraph metadata on Soapbox FE routes. ([!14](https://gitlab.com/soapbox-pub/soapbox/-/merge_requests/14))