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/).
|
|
|
|
|
|
|
|
## [0.1.0] - unreleased
|
|
|
|
|
|
|
|
Based on Pleroma 2.3.0-stable.
|
|
|
|
|
|
|
|
### Added
|
2021-05-04 17:42:12 -07:00
|
|
|
- Rich media embeds for sites like YouTube, etc.
|
2021-04-29 12:14:41 -07:00
|
|
|
- Twitter-like block behavior, configured under "ActivityPub > Blockers visible" in AdminFE.
|
|
|
|
- The Soapbox version in `/api/v1/instance`
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Twitter-like block behavior is now the default.
|
2021-04-30 12:30:25 -07:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Domain blocks: reposts from a blocked domain are now correctly blocked.
|
2021-04-30 12:17:38 -07:00
|
|
|
- Fixed some (not all) Markdown issues, such as broken trailing slash in links.
|
2021-05-03 12:28:36 -07:00
|
|
|
- Don't crash so hard when email settings are invalid.
|
2021-05-05 12:33:44 -07:00
|
|
|
- Return OpenGraph metadata on Soapbox FE routes.
|