mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-22 01:21:10 +00:00
Bump version for 3.4.1
This commit is contained in:
parent
a4da677eda
commit
3a2cd4780e
4 changed files with 13 additions and 3 deletions
10
CHANGELOG
10
CHANGELOG
|
@ -107,3 +107,13 @@
|
||||||
* Disallow search engine indexation of remote channels/accounts
|
* Disallow search engine indexation of remote channels/accounts
|
||||||
* Support Latin language for videos
|
* 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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "2.4.0",
|
"version": "2.4.1",
|
||||||
"id": "org.joinpeertube.cloudronapp",
|
"id": "org.joinpeertube.cloudronapp",
|
||||||
"title": "PeerTube",
|
"title": "PeerTube",
|
||||||
"author": "PeerTube developers",
|
"author": "PeerTube developers",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages PeerTube <upstream>3.4.0</upstream>
|
This app packages PeerTube <upstream>3.4.1</upstream>
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3f
|
||||||
RUN mkdir -p /app/code/server /app/pkg
|
RUN mkdir -p /app/code/server /app/pkg
|
||||||
WORKDIR /app/code/server
|
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)
|
# 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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue