diff options
-rw-r--r-- | CHANGELOG.md | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c82abafe0..2d8545c68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -6,21 +6,21 @@ | |||
6 | 6 | ||
7 | * Hide by default NSFW videos. Update the `instance.default_nsfw_policy` configuration to `blur` to keep the old behaviour | 7 | * Hide by default NSFW videos. Update the `instance.default_nsfw_policy` configuration to `blur` to keep the old behaviour |
8 | * Use ISO 639 for language (*en*, *es*, *fr*...) | 8 | * Use ISO 639 for language (*en*, *es*, *fr*...) |
9 | * Tools (`import-videos`...) need the language ISO639 code instead of a number | 9 | * Tools (`import-videos`...) need the language ISO639 code instead of a number |
10 | * API (`upload`, `update`, `list`...) need/return the language ISO639 code instead of a number | 10 | * API (`upload`, `update`, `list`...) need/return the language ISO639 code instead of a number |
11 | 11 | ||
12 | ### Features | 12 | ### Features |
13 | 13 | ||
14 | * Add `publishedAt` attribute to videos | 14 | * Add `publishedAt` attribute to videos |
15 | * Improve player: | 15 | * Improve player: |
16 | * Smooth progress bar | 16 | * Smooth progress bar |
17 | * Settings menu | 17 | * Settings menu |
18 | * Automatic resolution (depending on the user bandwidth) | 18 | * Automatic resolution (depending on the user bandwidth) |
19 | * Some animations/effects | 19 | * Some animations/effects |
20 | * More reactive when clicking on play | 20 | * More reactive when clicking on play |
21 | * Handle autoplay blocking by some web browsers | 21 | * Handle autoplay blocking by some web browsers |
22 | * Better responsive | 22 | * Better responsive |
23 | * Add ability to link a specific timestamp. Example: https://peertube2.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504?start=58 | 23 | * Add ability to link a specific timestamp. Example: https://peertube2.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504?start=58 |
24 | * Add an id to the body to override current CSS (for custom CSS) | 24 | * Add an id to the body to override current CSS (for custom CSS) |
25 | * Add privacy argument to `upload.ts` script | 25 | * Add privacy argument to `upload.ts` script |
26 | * RSS/Atom/JSON-feed for videos recently-added/trending/account | 26 | * RSS/Atom/JSON-feed for videos recently-added/trending/account |