Browse Source

Update changelog

Chocobozzz 3 weeks ago
parent
commit
9436a18e95
1 changed files with 9 additions and 1 deletions
  1. 9 1
      CHANGELOG.md

+ 9 - 1
CHANGELOG.md

@@ -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