X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=51bf700cafb60606059b8a8d87016008a275464f;hb=8eaa6d62c6c5659dae7db16f3718327df572a91c;hp=9fe46e8dcee3bdee011a8dd2b4c497cec0faadca;hpb=00dd66420aeda28f3920f04b76797374c677af10;p=github%2FChocobozzz%2FPeerTube.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fe46e8dc..51bf700ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,52 @@ # 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 @@ -11,11 +58,11 @@ * 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 + * 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))