Bump version for 3.4.1

This commit is contained in:
Johannes Zellner 2021-10-11 11:16:36 +02:00
parent a4da677eda
commit 3a2cd4780e
4 changed files with 13 additions and 3 deletions

View file

@ -107,3 +107,13 @@
* Disallow search engine indexation of remote channels/accounts
* Support Latin language for videos
[2.4.1]
* Update PeerTube to 3.4.1
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v3.4.1)
* Fix broken PeerTube when cookies are disabled or if the embed iframe does not have appropriate options
* Fix search by channel's handle with an handle containing the local host
* Don't display autoblock message in upload page it is not enabled by the admin
* Don't index /about/peertube page
* Correctly handle OEmbed with an URL containing query parameters
* More robust youtube-dl thumbnail import
* Don't send a new video notification when using create transcoding CLI script

View file

@ -1,5 +1,5 @@
{
"version": "2.4.0",
"version": "2.4.1",
"id": "org.joinpeertube.cloudronapp",
"title": "PeerTube",
"author": "PeerTube developers",

View file

@ -1,4 +1,4 @@
This app packages PeerTube <upstream>3.4.0</upstream>
This app packages PeerTube <upstream>3.4.1</upstream>
## About

View file

@ -3,7 +3,7 @@ FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3f
RUN mkdir -p /app/code/server /app/pkg
WORKDIR /app/code/server
ARG VERSION=3.4.0
ARG VERSION=3.4.1
# note: node 10 does not work. ffmpeg 4.4 does not work - https://github.com/Chocobozzz/PeerTube/releases/tag/v3.2.0 (https://github.com/Chocobozzz/PeerTube/issues/3990)