diff options
author | Chocobozzz <me@florianbigard.com> | 2019-08-14 11:45:09 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-08-14 11:45:29 +0200 |
commit | bda778096b3e1e0ae5867b82d23a22012df320de (patch) | |
tree | 6b28d34572e9fe01f43060c5f036b68eef0bde54 | |
parent | 2a068a15f73f96a551a5478347faa681a65a1dc2 (diff) | |
download | PeerTube-bda778096b3e1e0ae5867b82d23a22012df320de.tar.gz PeerTube-bda778096b3e1e0ae5867b82d23a22012df320de.tar.zst PeerTube-bda778096b3e1e0ae5867b82d23a22012df320de.zip |
Add info in changelog regarding dark theme
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee6df71b..a6f6e7656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -8,6 +8,8 @@ | |||
8 | * **Important:** Updated nginx template (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx)) | 8 | * **Important:** Updated nginx template (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx)) |
9 | * Fix long server responses on dual stack servers: https://github.com/Chocobozzz/PeerTube/commit/fd2ddcae8ff4eb10bf7168ac3c8801f06b37627f | 9 | * Fix long server responses on dual stack servers: https://github.com/Chocobozzz/PeerTube/commit/fd2ddcae8ff4eb10bf7168ac3c8801f06b37627f |
10 | * Improve images HTTP cache: https://github.com/Chocobozzz/PeerTube/commit/c928e1364fbdff87f27fd982710b95426a250491 | 10 | * Improve images HTTP cache: https://github.com/Chocobozzz/PeerTube/commit/c928e1364fbdff87f27fd982710b95426a250491 |
11 | * **Important:** With the new theme system, we removed the dark mode button. Your administrator have to install [the dark theme](https://framagit.org/framasoft/peertube/official-plugins/tree/master/peertube-theme-dark) | ||
12 | from their admin panel, and then users can choose this theme in their settings | ||
11 | * Changed the playlist REST API to fix various issues. See https://github.com/Chocobozzz/PeerTube/pull/1998 for more information | 13 | * Changed the playlist REST API to fix various issues. See https://github.com/Chocobozzz/PeerTube/pull/1998 for more information |
12 | * Removed magnet URI support in download modal since most of the BitTorrent clients do not understand the `xs` parameter | 14 | * Removed magnet URI support in download modal since most of the BitTorrent clients do not understand the `xs` parameter |
13 | * Renamed `Overview` page to `Discover` | 15 | * Renamed `Overview` page to `Discover` |