diff options
author | Chocobozzz <me@florianbigard.com> | 2018-07-31 12:21:04 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-31 12:21:04 +0200 |
commit | cc6373e6d6f1305329b22f62f67f6a00ab4ff385 (patch) | |
tree | eec29b78bebda6d4239f69d49133e41840e360a1 /CHANGELOG.md | |
parent | 6104adc3e9d325e003ca1048e8ef35f6a451d0c3 (diff) | |
download | PeerTube-cc6373e6d6f1305329b22f62f67f6a00ab4ff385.tar.gz PeerTube-cc6373e6d6f1305329b22f62f67f6a00ab4ff385.tar.zst PeerTube-cc6373e6d6f1305329b22f62f67f6a00ab4ff385.zip |
Fix handle down test
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d13c78a4b..a116439ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,10 +1,27 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v1.0.0-beta.10.pre.3 | ||
4 | |||
5 | **See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade** | ||
6 | |||
7 | ### Bug fixes (from beta.10.pre.2) | ||
8 | |||
9 | * Try to fix the infinite creation of Delete actor jobs by deleting kue migration | ||
10 | * Cleanup SQL indexes | ||
11 | * Try to optimize SQL search query | ||
12 | * Try to optimize videos list SQL query | ||
13 | * Add more logs and fix logger when having an error | ||
14 | * Move subscription helper in the account line in video watch page | ||
15 | * Fix responsive on videos search | ||
16 | * Refresh orphan actors | ||
17 | * Don't send a follow request if the follow was already accepted | ||
18 | |||
19 | |||
3 | ## v1.0.0-beta.10.pre.2 | 20 | ## v1.0.0-beta.10.pre.2 |
4 | 21 | ||
5 | **See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade** | 22 | **See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade** |
6 | 23 | ||
7 | ### Bug fixes | 24 | ### Bug fixes (from beta.10.pre.1) |
8 | 25 | ||
9 | * Fix captions/subtitles freeze in player | 26 | * Fix captions/subtitles freeze in player |
10 | * Fix attribute label width in video watch page | 27 | * Fix attribute label width in video watch page |