pleroma/CHANGELOG_soapbox.md

26 lines
836 B
Markdown
Raw Normal View History

# 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.
- 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.
### 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.
- 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.