Version 2.17.1

This commit is contained in:
Girish Ramakrishnan 2024-08-01 11:59:07 +02:00
parent 3ec04d6700
commit 9b5bcc61c6
2 changed files with 14 additions and 2 deletions

View file

@ -321,3 +321,15 @@ Update web browsers support list:
* Update PeerTube to 6.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

View file

@ -1,6 +1,6 @@
{
"version": "2.17.0",
"upstreamVersion": "6.2.0",
"version": "2.17.1",
"upstreamVersion": "6.2.1",
"id": "org.joinpeertube.cloudronapp",
"title": "PeerTube",
"author": "PeerTube developers",