aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-02-28 09:49:40 +0100
committerChocobozzz <me@florianbigard.com>2018-02-28 09:49:40 +0100
commit20b40b195aa89778a8b6dc22f76a2ea76ef406a8 (patch)
tree46f52f2e377bcb010d2f0f3ea83915ca0a36623d /CHANGELOG.md
parentacbffe9c0f2c1761fef11d49fb3da97734b000e5 (diff)
downloadPeerTube-20b40b195aa89778a8b6dc22f76a2ea76ef406a8.tar.gz
PeerTube-20b40b195aa89778a8b6dc22f76a2ea76ef406a8.tar.zst
PeerTube-20b40b195aa89778a8b6dc22f76a2ea76ef406a8.zip
Handle user rates in real time
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d780c2396..15b5101a9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,23 @@
1# Changelog 1# Changelog
2 2
3## v0.0.29-alpha
4
5### BREAKING CHANGES
6
7 * Use only 1 thread for transcoding by default
8
9### Features
10
11 * Add help to JS/CSS custom configuration inputs
12 * Keep ratio in video thumbnail generation
13 * Handle video in portrait mode
14
15### Bug fixes
16
17 * Fix complete description on some videos
18 * Fix job sorting in administration
19
20
3## v0.0.28-alpha 21## v0.0.28-alpha
4 22
5### BREAKING CHANGES 23### BREAKING CHANGES