mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-22 09:31:10 +00:00
Verison 0.5.0
This commit is contained in:
parent
87ba950868
commit
efe43a244b
3 changed files with 6 additions and 2 deletions
|
@ -2,5 +2,5 @@
|
||||||
.gitignore
|
.gitignore
|
||||||
.dockerignore
|
.dockerignore
|
||||||
node_modules
|
node_modules
|
||||||
screenshots
|
screenshots/
|
||||||
|
|
||||||
|
|
|
@ -17,3 +17,7 @@
|
||||||
* Add video miniature dropdown in Discover page
|
* Add video miniature dropdown in Discover page
|
||||||
* Add channel information in My videos page
|
* Add channel information in My videos page
|
||||||
* Add videos count per channel in My channels page
|
* Add videos count per channel in My channels page
|
||||||
|
|
||||||
|
[0.5.0]
|
||||||
|
* Fix issue where configs were not loaded correctly
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.4.0",
|
"version": "0.5.0",
|
||||||
"id": "org.joinpeertube.cloudronapp",
|
"id": "org.joinpeertube.cloudronapp",
|
||||||
"title": "PeerTube",
|
"title": "PeerTube",
|
||||||
"author": "PeerTube developers",
|
"author": "PeerTube developers",
|
||||||
|
|
Loading…
Reference in a new issue