aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-04-23 15:44:00 +0200
committerChocobozzz <me@florianbigard.com>2018-04-23 15:44:00 +0200
commit9309c3df8fffe5f307e48a35484d752440cf852d (patch)
treef69b1c761680a1d0f96a60c19e48929a4f88567c /CHANGELOG.md
parent3e5ff4320a118f684fb751e281081af866bf6944 (diff)
downloadPeerTube-9309c3df8fffe5f307e48a35484d752440cf852d.tar.gz
PeerTube-9309c3df8fffe5f307e48a35484d752440cf852d.tar.zst
PeerTube-9309c3df8fffe5f307e48a35484d752440cf852d.zip
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md43
1 files changed, 43 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 149c82e9f..c82abafe0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,48 @@
1# Changelog 1# Changelog
2 2
3## v1.0.0-beta.4
4
5### BREAKING CHANGES
6
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*...)
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
11
12### Features
13
14 * Add `publishedAt` attribute to videos
15 * Improve player:
16 * Smooth progress bar
17 * Settings menu
18 * Automatic resolution (depending on the user bandwidth)
19 * Some animations/effects
20 * More reactive when clicking on play
21 * Handle autoplay blocking by some web browsers
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
24 * Add an id to the body to override current CSS (for custom CSS)
25 * Add privacy argument to `upload.ts` script
26 * RSS/Atom/JSON-feed for videos recently-added/trending/account
27 * Support hostname binding in the configuration
28 * Add ability to click on an account in the video watch page (link to a search)
29 * Better responsive on many comment replies
30 * Move follows in the job queue
31 * Add ability to choose the NSFW videos policy: hide, blur or display. Could be overrode by the user
32 * Add video privacy information in *my videos page*
33 * Use the video name for the torrent file name instead of the UUID
34 * Handle errors in embed (video not found, server error...)
35
36### Bug fixes
37
38 * Fix "show more" description on video change
39 * Accept unlisted comments
40 * Don't start application until all components were initialized
41 * Fix word-break in video description and video comments
42 * Don't add a `.` after the URL in the "forgot password" email
43
44
45
3## v1.0.0-beta.3 46## v1.0.0-beta.3
4 47
5### Features 48### Features