mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-21 17:11:09 +00:00
Version 2.15.1
This commit is contained in:
parent
a2776ec87f
commit
6021c34466
2 changed files with 13 additions and 2 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -294,3 +294,14 @@ Update web browsers support list:
|
||||||
[2.15.0]
|
[2.15.0]
|
||||||
* Migrate to OIDC login
|
* Migrate to OIDC login
|
||||||
|
|
||||||
|
[2.15.1]
|
||||||
|
* Update PeerTube to 6.0.3
|
||||||
|
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v6.0.3)
|
||||||
|
* Fix HTML meta tags with attributes that contain quotes
|
||||||
|
* Fix time parsing resulting in broken video start time in some cases
|
||||||
|
* Fix WebTorrent video import crash
|
||||||
|
* Reload Discover page on logout
|
||||||
|
* Fix privacy error when updating a live, even if the privacy has not changed
|
||||||
|
* Fix invalid remote live state change notification that causes the player to reload
|
||||||
|
* Don't apply big play button skin to settings menu
|
||||||
|
* Fix downloading video files from object storage with some video names (that include emojis, quotes etc)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "2.15.0",
|
"version": "2.15.1",
|
||||||
"upstreamVersion": "6.0.2",
|
"upstreamVersion": "6.0.3",
|
||||||
"id": "org.joinpeertube.cloudronapp",
|
"id": "org.joinpeertube.cloudronapp",
|
||||||
"title": "PeerTube",
|
"title": "PeerTube",
|
||||||
"author": "PeerTube developers",
|
"author": "PeerTube developers",
|
||||||
|
|
Loading…
Reference in a new issue