aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-28 16:07:20 +0200
committerChocobozzz <me@florianbigard.com>2018-09-28 16:07:20 +0200
commitba2a95d6fd3d5e788d657ff7eeeea033a697f1c4 (patch)
tree8e557f198e29e9750f629069af95f52328c3f7ea
parent3e04f12909037187c26df50617c77d33c8e6ecec (diff)
downloadPeerTube-ba2a95d6fd3d5e788d657ff7eeeea033a697f1c4.tar.gz
PeerTube-ba2a95d6fd3d5e788d657ff7eeeea033a697f1c4.tar.zst
PeerTube-ba2a95d6fd3d5e788d657ff7eeeea033a697f1c4.zip
Update changelog
-rw-r--r--CHANGELOG.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 57c6e66d4..51bf700ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,32 @@
1# Changelog 1# Changelog
2 2
3## v1.0.0-beta.16
4
5### BREAKING CHANGES
6
7 * Add prompt to upgrade.sh to install pre-release version ([@Nutomic](https://github.com/nutomic))
8
9### Features
10
11 * Add shortcuts icon in menu
12 * Improve overview section titles
13 * Check old password before change ([@BO41](https://github.com/BO41))
14
15### Bug fixes
16
17 * Fix some translations
18 * Fix video files duplicated when fps is null ([@rigelk](https://github.com/rigelk))
19 * Fix video import of some youtube videos
20 * Fix (long) video description when importing by url
21 * Fix Mastodon federation with a comment reply
22 * Correctly delete directories on import
23 * Remove duplicated videos on unfollow/delete redundancy
24 * Fix 404 on manifest
25 * Hide useless error when destroying fake renderer
26 * Display other videos on big screens on the right of the watch page
27 * Fix no other videos displayed on some videos
28
29
3## v1.0.0-beta.15 30## v1.0.0-beta.15
4 31
5### Features 32### Features