]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - CHANGELOG.md
Update changelog
[github/Chocobozzz/PeerTube.git] / CHANGELOG.md
index df5fe5d0f5046bbee29109054dcdc0290cdd00de..51bf700cafb60606059b8a8d87016008a275464f 100644 (file)
@@ -1,5 +1,87 @@
 # Changelog
 
+## v1.0.0-beta.16
+
+### BREAKING CHANGES
+
+ * Add prompt to upgrade.sh to install pre-release version ([@Nutomic](https://github.com/nutomic))
+
+### Features
+
+ * Add shortcuts icon in menu
+ * Improve overview section titles
+ * Check old password before change ([@BO41](https://github.com/BO41))
+
+### Bug fixes
+
+ * Fix some translations
+ * Fix video files duplicated when fps is null ([@rigelk](https://github.com/rigelk))
+ * Fix video import of some youtube videos
+ * Fix (long) video description when importing by url
+ * Fix Mastodon federation with a comment reply
+ * Correctly delete directories on import
+ * Remove duplicated videos on unfollow/delete redundancy
+ * Fix 404 on manifest
+ * Hide useless error when destroying fake renderer
+ * Display other videos on big screens on the right of the watch page
+ * Fix no other videos displayed on some videos
+
+## v1.0.0-beta.15
+
+### Features
+
+ * Improve subscription button ([@rigelk](https://github.com/rigelk))
+  * Display it for unlogged users
+  * Add RSS feed
+  * Allow remote follow
+ * Allow remote comment ([@rigelk](https://github.com/rigelk))
+ * Support Simplified Chinese ([@SerCom-KC](https://github.com/SerCom-KC))
+
+### Bug fixes
+
+ * Fix redundancy with old PeerTube torrents
+ * Fix crash with `/static/dnt-policy/dnt-policy-1.0.txt` route
+ * Fix redundancy totalVideos stats
+ * Reduce video import TTL to 1 hour
+ * Only duplicate public videos
+
+## v1.0.0-beta.14
+
+### Features
+
+ * Video redundancy system (experimental, see [the doc](/support/doc/redundancy.md))
+ * Add peertube script (see [the doc](/support/doc/tools.md#cli-wrapper)) ([@rigelk](https://github.com/rigelk))
+ * Improve download modal ([@rigelk](https://github.com/rigelk))
+ * Add redirect after login ([@BO41](https://github.com/BO41))
+ * Improve message when removing a user
+ * Improve responsive on small screens
+ * Improve performance:
+   * Overview endpoint
+   * SQL requests of watch page endpoints
+   * SQL requests of ActivityPub endpoints
+   * Cache user token
+   * Videos infinite scroll in the web browser
+ * Add warning if one of the storage directory is in the peertube production directory
+ * Auto focus first field on login ([@rigelk](https://github.com/rigelk))
+ * Add chevron hotkeys to change playback rate ([@rigelk](https://github.com/rigelk))
+
+### Bug fixes
+ * Fix 24 hours delay to process views
+ * Fix tag search on overview page
+ * Handle actors search beginning with '@'
+ * Fix "no results" on overview page
+ * Fix iOS player playback/subtitles menu
+ * Fix description/comments that break the video watch page
+ * Don't get recommended videos twice
+ * Fix admin access to moderators
+ * Fix nav tab and tag color in dark theme ([@rigelk](https://github.com/rigelk))
+ * Fix help popover overflow ([@rigelk](https://github.com/rigelk))
+ * Fix comment deletion with mastodon (only with new comments)
+
+
 ## v1.0.0-beta.13
 
 ### Features