diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-10 11:39:45 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-10 11:39:45 +0200 |
commit | 65cb4bb4435314b1b754bebfd824ade2d0af7419 (patch) | |
tree | bc2e1ca2343b39a515b07d8673c82edda3267c20 | |
parent | 0e4b64040df5223e44916a6651ee3b63307f5364 (diff) | |
download | PeerTube-65cb4bb4435314b1b754bebfd824ade2d0af7419.tar.gz PeerTube-65cb4bb4435314b1b754bebfd824ade2d0af7419.tar.zst PeerTube-65cb4bb4435314b1b754bebfd824ade2d0af7419.zip |
Add beta 12 changelog
-rw-r--r-- | CHANGELOG.md | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index eec280dd0..765ca93f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,73 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v1.0.0-beta.12 | ||
4 | |||
5 | **If you have not updated to v1.0.0-beta.10, see the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade** | ||
6 | |||
7 | ### BREAKING CHANGES | ||
8 | |||
9 | * Users can now use the name they want for their channel. | ||
10 | We will therefore favour the display of video channel handles/names instead of account in the future. | ||
11 | |||
12 | ### Documentation | ||
13 | |||
14 | * Add SECURITY.md document | ||
15 | * Add TCP/IP tuning template to prevent buffer bloat/latency ([@scanlime](https://github.com/scanlime)) | ||
16 | * Add `parse-log` admin tool documentation | ||
17 | * Improve README schemas ([@Edznux](https://github.com/edznux)) | ||
18 | |||
19 | ### nginx template | ||
20 | |||
21 | * Add gzip support ([@scanlime](https://github.com/scanlime)) | ||
22 | |||
23 | ### Docker template | ||
24 | |||
25 | * Add quota to the docker configuration values ([@kaiyou](https://github.com/kaiyou)) | ||
26 | |||
27 | ### Features | ||
28 | |||
29 | * Add portuguese and swedish languages | ||
30 | * Support user subscriptions | ||
31 | * Add ability to search videos or channels with their URL/handle (can be opt-out by the admin) | ||
32 | * Add "videos overview" page (pick randomly some categories/tags/channels and display their videos) | ||
33 | * Add ability to set a name (left part of the handle) to a channel instead of UUID | ||
34 | * Users can "give" their videos to other local users (WIP, feedback welcome) ([@grizio](https://github.com/grizio)) | ||
35 | * Add keyboard shortcuts (press `?` to see them) ([@rigelk](https://github.com/rigelk)) | ||
36 | * Add ability to set daily video upload quota to users ([@Nutomic](https://github.com/nutomic)) | ||
37 | * Add user email verification (can be opt-in by the admin) ([@joshmorel](https://github.com/joshmorel)) | ||
38 | * Improve video watch page style ([@rigelk](https://github.com/rigelk)) | ||
39 | * Trending page takes into account views from the last x days (defined by the admin in the configuration file) | ||
40 | * Add "start at" checkbox in the video share modal | ||
41 | * Add instance capabilities table in the signup page ([@rigelk](https://github.com/rigelk)) | ||
42 | * Improve video abuses display in admin ([@Nutomic](https://github.com/nutomic)) | ||
43 | * Add "my videos" shortcut in menu ([@LeoMouyna](https://github.com/LeoMouyna)) | ||
44 | * Support 0.75 and 1.25 playback speeds ([@Glandos](https://github.com/Glandos)) | ||
45 | * Improve error message on actor name conflict | ||
46 | * Improve videos list/search SQL query (split it into 2 queries) | ||
47 | * Make left menu show the scrollbar only on hover/focus ([@rigelk](https://github.com/rigelk)) | ||
48 | * Other videos column in watch page show related tagged videos if possible ([@jorropo](https://github.com/jorropo)) | ||
49 | * Password change errors more friendly ([@jorropo](https://github.com/jorropo)) | ||
50 | * Improve labels for video privacies (video upload/update) | ||
51 | * Add theming via CSS custom properties ([@rigelk](https://github.com/rigelk)) | ||
52 | * Add dark theme ([@rigelk](https://github.com/rigelk)) | ||
53 | * Add input color to cope with browser themes ([@rigelk](https://github.com/rigelk)) | ||
54 | |||
55 | ### Bug fixes | ||
56 | |||
57 | * Fix player video playback (videos never ends or infinite load after seeking) | ||
58 | * Fix video URL import with videos having a small title | ||
59 | * Make HSTS opt-in and leave it to the reverse-proxy ([@rigelk](https://github.com/rigelk)) | ||
60 | * Fix search results on mobile | ||
61 | * Do not import live streaming | ||
62 | * Fix NSFW filter when the instance decides to hide them and the user decides to list them | ||
63 | * Delete highlighted comment too if needed | ||
64 | * Fix ffmpeg auto thread admin configuration ([@jorropo](https://github.com/jorropo)) | ||
65 | * ActivityPub: use height instead of width to represent the video resolution | ||
66 | * Fix thumbnail/preview in upload.js script | ||
67 | * Fix import-videos.js duplicate detection | ||
68 | * Fix occitan language label | ||
69 | |||
70 | |||
3 | ## v1.0.0-beta.11 | 71 | ## v1.0.0-beta.11 |
4 | 72 | ||
5 | **If you have not updated to v1.0.0-beta.10, see the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade** | 73 | **If you have not updated to v1.0.0-beta.10, see the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade** |