aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-04-23 15:49:10 +0200
committerChocobozzz <me@florianbigard.com>2018-04-23 15:49:10 +0200
commit3186046d17cc09a3426d5ea67835f4c936cb18a3 (patch)
treeda616871fc215dfd20f638f950cc0604ec5e4507 /CHANGELOG.md
parent9309c3df8fffe5f307e48a35484d752440cf852d (diff)
downloadPeerTube-3186046d17cc09a3426d5ea67835f4c936cb18a3.tar.gz
PeerTube-3186046d17cc09a3426d5ea67835f4c936cb18a3.tar.zst
PeerTube-3186046d17cc09a3426d5ea67835f4c936cb18a3.zip
Fix changelog bullet points
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
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