X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=10a73d93edb6168218c7c0b5298f646b700dce79;hb=f6d2158fd9b16e304532549cf97440c0d995340b;hp=df0ea901926077b1078a5dea10f23aa12c514d34;hpb=f6dcad4faa8c92ac657258249a88faa9a9546eb2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/CHANGELOG.md b/CHANGELOG.md index df0ea9019..10a73d93e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,81 @@ # Changelog +## v1.0.0-beta.7 + +### BREAKING CHANGES + + * Account client URLs are now `/accounts/{username}/` (and not `/accounts/{id}/`) + +### Documentation + + * Better documentation on how to deploy with Docker: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/docker.md + +### Features + + * Add short description in about page + * Add owner account name in video channel page + * Improve performance in ActivityPub controllers + * Video **support** field inherits video channel **support** field when uploading/updating a video + * Resume video when clicking on "PeerTube" link in embed + +### Bug fixes + + * Fix player on Android + * Fix player when Firefox has cookies disabled + * Reload "my videos" after a delete + * Fix missing key configuration when upgrading with Docker + * Fix CC audience in Activity Pub objects/activities + + +## v1.0.0-beta.6 + +### Features + + * Handle concurrent requests in cache middleware + * Add ability to enable registration by IP + +### Bug fixes + + * Fix insane SQL request when loading all video attributes + + +## v1.0.0-beta.5 + +### BREAKING CHANGES + + * Update Docker Compose (https://github.com/Chocobozzz/PeerTube/commit/fd5e57bbe2accbdb16b6aa65337c5ef44b5bd8fb) + * Rename client routes: + * `/admin/users/add` to `/admin/users/create` + * `/videos/edit/:uuid` to `/videos/update/:uuid` + * `/admin/users/:id/update` to `/admin/users/update/:id` + + +### Features + + * Adding basic helpers to guide users for comments/subscribe to accounts + * Add ability to move a video in another channel + * Improve web browser RAM consumption when watching (long) videos + * Support robots.txt in configuration + * Add ability to select the Redis database in configuration + + +### Bug fixes + + * Fix error message on token expiration + * Increase menu icon size + * Add timeout and TTL to request jobs to fix stuck job + * Fix responsive account about page + * Fix updating description account + * Account/video channel descriptions are not required anymore + * Fix video channel description and support max length (500 characters now) + * Fix "..." for buttons (delete/edit) in admin tables + * Fix overflow in markdown textarea preview + * Add ability to embed videos in a Twitter card + * Use `publishedAt` attribute when sorting videos + * Fix concurrent requests in videos list + * Fix player on iOS + + ## v1.0.0-beta.4 ### BREAKING CHANGES