mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-21 17:11:09 +00:00
Version 2.17.1
This commit is contained in:
parent
3ec04d6700
commit
9b5bcc61c6
2 changed files with 14 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -321,3 +321,15 @@ Update web browsers support list:
|
||||||
* Update PeerTube to 6.2.0
|
* Update PeerTube to 6.2.0
|
||||||
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v6.2.0)
|
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v6.2.0)
|
||||||
|
|
||||||
|
[2.17.1]
|
||||||
|
* Update PeerTube to 6.2.1
|
||||||
|
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v6.2.1)
|
||||||
|
* Fix stuck runner jobs due to DB concurrency issue
|
||||||
|
* Respect OS orientation settings in PWA
|
||||||
|
* Fix "No results" not displayed on no video results
|
||||||
|
* Do not display "Download" option on lives
|
||||||
|
* Fix invalid current password error when updating user password
|
||||||
|
* Fix slow hotkeys detection
|
||||||
|
* Fix hidden runner jobs tab when remote runner is only enabled for transcription
|
||||||
|
* Fix broken HLS P2P by correctly updating HLS infohash on privacy update
|
||||||
|
* Fix videos filters pastille labels for categories and languages
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "2.17.0",
|
"version": "2.17.1",
|
||||||
"upstreamVersion": "6.2.0",
|
"upstreamVersion": "6.2.1",
|
||||||
"id": "org.joinpeertube.cloudronapp",
|
"id": "org.joinpeertube.cloudronapp",
|
||||||
"title": "PeerTube",
|
"title": "PeerTube",
|
||||||
"author": "PeerTube developers",
|
"author": "PeerTube developers",
|
||||||
|
|
Loading…
Reference in a new issue