aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index df5fe5d0f..9fe46e8dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,40 @@
1# Changelog 1# Changelog
2 2
3## v1.0.0-beta.14
4
5### Features
6
7 * Video redundancy system (experimental, see [the doc](/support/doc/redundancy.md))
8 * Add peertube script (see [the doc](/support/doc/tools.md#cli-wrapper)) ([@rigelk](https://github.com/rigelk))
9 * Improve download modal ([@rigelk](https://github.com/rigelk))
10 * Add redirect after login ([@BO41](https://github.com/BO41))
11 * Improve message when removing a user
12 * Improve responsive on small screens
13 * Improve performance:
14 * Overview endpoint
15 * SQL requests of watch page endpoints
16 * SQL requests of ActivityPub endpoints
17 * Cache user token
18 * Videos infinite scroll in the web browser
19 * Add warning if one of the storage directory is in the peertube production directory
20 * Auto focus first field on login ([@rigelk](https://github.com/rigelk))
21 * Add chevron hotkeys to change playback rate ([@rigelk](https://github.com/rigelk))
22
23### Bug fixes
24
25 * Fix 24 hours delay to process views
26 * Fix tag search on overview page
27 * Handle actors search beginning with '@'
28 * Fix "no results" on overview page
29 * Fix iOS player playback/subtitles menu
30 * Fix description/comments that break the video watch page
31 * Don't get recommended videos twice
32 * Fix admin access to moderators
33 * Fix nav tab and tag color in dark theme ([@rigelk](https://github.com/rigelk))
34 * Fix help popover overflow ([@rigelk](https://github.com/rigelk))
35 * Fix comment deletion with mastodon (only with new comments)
36
37
3## v1.0.0-beta.13 38## v1.0.0-beta.13
4 39
5### Features 40### Features