Update CHANGELOG.md

pull/4910/head
Mehdi Benadel 2024-02-02 14:44:48 +01:00
rodzic 92004f4ad4
commit 854e88b33f
1 zmienionych plików z 10 dodań i 4 usunięć

Wyświetl plik

@ -1,8 +1,14 @@
# Release Notes
## [Unreleased](https://github.com/pixelfed/pixelfed/compare/v0.11.9...dev)
## [v0.11.9-glitch.1.0.0 (Pre-Release)](https://github.com/pixelfed-glitch/pixelfed/compare/v0.11.9...main)
### Added
### Glitch improvements
* Refactor Docker/Compose by @jippi & @Murazaki in https://github.com/pixelfed-glitch/pixelfed/pull/3 and https://github.com/pixelfed-glitch/pixelfed/pull/5 (based on https://github.com/pixelfed/pixelfed/pull/4844)
* Docker now uses PHP 8.3, Debian Bookworm by default. Latest is based on Nginx (Apache and FPM are available as flavors)
* Introducing proper docker tagging and semantic versioning based on upstream
* Small fixes around tagging
### Added (from Upstream)
- Resilient Media Storage ([#4665](https://github.com/pixelfed/pixelfed/pull/4665)) ([fb1deb6](https://github.com/pixelfed/pixelfed/commit/fb1deb6))
- Video WebP2P ([#4713](https://github.com/pixelfed/pixelfed/pull/4713)) ([0405ef12](https://github.com/pixelfed/pixelfed/commit/0405ef12))
- Added user:2fa command to easily disable 2FA for given account ([c6408fd7](https://github.com/pixelfed/pixelfed/commit/c6408fd7))
@ -17,12 +23,12 @@
- Added Forgot Email Feature ([67c650b1](https://github.com/pixelfed/pixelfed/commit/67c650b1))
- Added S3 IG Import Media Storage support ([#4891](https://github.com/pixelfed/pixelfed/pull/4891)) ([081360b9](https://github.com/pixelfed/pixelfed/commit/081360b9))
### Federation
### Federation (from Upstream)
- Update Privacy Settings, add support for Mastodon `indexable` search flag ([fc24630e](https://github.com/pixelfed/pixelfed/commit/fc24630e))
- Update AP Helpers, consume actor `indexable` attribute ([fbdcdd9d](https://github.com/pixelfed/pixelfed/commit/fbdcdd9d))
- ([](https://github.com/pixelfed/pixelfed/commit/))
### Updates
### Updates (from Upstream)
- Update FollowerService, add forget method to RelationshipService call to reduce load when mass purging ([347e4f59](https://github.com/pixelfed/pixelfed/commit/347e4f59))
- Update FollowServiceWarmCache, improve handling larger following/follower lists ([61a6d904](https://github.com/pixelfed/pixelfed/commit/61a6d904))
- Update StoryApiV1Controller, add viewers route to view story viewers ([941736ce](https://github.com/pixelfed/pixelfed/commit/941736ce))