X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=CHANGELOG.md;h=5cf44eb3c4565cbaad36b6d27df69316e86c4b28;hb=d14a9532a1363b464d6d15fce86afc4983a8357e;hp=470b4f2956dd581ddea8df8a55b07c8c65aec830;hpb=82e392f8a42a19815e932dd386e96e61ebe6d191;p=github%2FChocobozzz%2FPeerTube.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 470b4f295..5cf44eb3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,62 @@ # Changelog +## 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 * Hide by default NSFW videos. Update the `instance.default_nsfw_policy` configuration to `blur` to keep the old behaviour + * Move video channels routes: + * `/videos/channels` routes to `/video-channels` + * `/videos/accounts/{accountId}/channels` route to `/accounts/{accountId}/video-channels` * PeerTube now listen on 127.0.0.1 by default * Use ISO 639 for language (*en*, *es*, *fr*...) * Tools (`import-videos`...) need the language ISO639 code instead of a number @@ -33,6 +85,9 @@ * Add video privacy information in *my videos page* * Use the video name for the torrent file name instead of the UUID * Handle errors in embed (video not found, server error...) + * Account view (videos uploaded by this account + video channel owned by this account + about pages) + * Video channel view (videos uploaded in this channel + about pages) + * Video channel management (avatar update is still missing) ### Bug fixes