Update changelog
This commit is contained in:
parent
8d22b9100b
commit
9436a18e95
1 changed files with 9 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## v6.1.0-rc.1
|
## v6.1.0
|
||||||
|
|
||||||
### IMPORTANT NOTES
|
### 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)
|
* 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
|
* 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)
|
### Admin config (non-exhaustive)
|
||||||
|
|
||||||
* **Breaking changes**:
|
* **Breaking changes**:
|
||||||
|
@ -127,6 +132,9 @@
|
||||||
* Fix view endpoint crash on geoip update failure
|
* Fix view endpoint crash on geoip update failure
|
||||||
* Fix setting video subtitle from URL query
|
* Fix setting video subtitle from URL query
|
||||||
* Fix selecting "Display all languages/categories/licences" in videos search resulting in an empty search
|
* 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
|
## v6.0.4
|
||||||
|
|
Loading…
Reference in a new issue