diff options
-rw-r--r-- | CHANGELOG.md | 27 |
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 |