Update changelog

This commit is contained in:
Chocobozzz 2024-04-29 09:01:30 +02:00
parent 8d22b9100b
commit 9436a18e95
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -1,6 +1,6 @@
# Changelog
## v6.1.0-rc.1
## v6.1.0
### IMPORTANT NOTES
@ -11,6 +11,11 @@
* Views use a *Session ID* generated by the web browser instead of using the request IP (former behavior can be restored in YAML config)
* The goal of this change is to get closer to how other video platforms like Mux, Vimeo, or Instagram work
### SECURITY
* Compact ActivityPub JSON-LD objects before using them to prevent incorrect access control @tesaguri
* Protect ActivityPub information related to private/internal/blocked videos
### Admin config (non-exhaustive)
* **Breaking changes**:
@ -127,6 +132,9 @@
* Fix view endpoint crash on geoip update failure
* Fix setting video subtitle from URL query
* Fix selecting "Display all languages/categories/licences" in videos search resulting in an empty search
* Fix followers/following counter of local ActivityPub actors
* Fix notification button link on mobile
* Fix player subtitles on iOS
## v6.0.4