aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-20 10:32:54 +0100
committerChocobozzz <me@florianbigard.com>2018-03-20 10:32:54 +0100
commit164e6c87787173d9ac4eaf7dd80db4056fd3e354 (patch)
tree28119b9b50ae00cb628aa522ea69432b9d2981ed
parentc91de74372432dee446bf837121ff40359185f4e (diff)
downloadPeerTube-164e6c87787173d9ac4eaf7dd80db4056fd3e354.tar.gz
PeerTube-164e6c87787173d9ac4eaf7dd80db4056fd3e354.tar.zst
PeerTube-164e6c87787173d9ac4eaf7dd80db4056fd3e354.zip
Prepare beta
-rw-r--r--CHANGELOG.md5
-rw-r--r--README.md47
-rw-r--r--support/doc/api/html/index.html2
-rw-r--r--support/doc/api/openapi.yaml2
4 files changed, 7 insertions, 49 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb6ace20e..f97643c75 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
1# Changelog 1# Changelog
2 2
3## v1.0.0-beta.1
4
5Nothing new here, but PeerTube is stable enough for being in beta now.
6
7
3## v1.0.0-alpha.9 8## v1.0.0-alpha.9
4 9
5### BREAKING CHANGES 10### BREAKING CHANGES
diff --git a/README.md b/README.md
index 0802662cb..8348d77f8 100644
--- a/README.md
+++ b/README.md
@@ -71,8 +71,6 @@ Want to see it in action?
71 * [Video](https://peertube.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504) 71 * [Video](https://peertube.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504)
72 to see what the "decentralization feature" looks like 72 to see what the "decentralization feature" looks like
73 73
74*Currently PeerTube is still in alpha (we plan to release a beta in march). Demonstration servers do not support public registration. If you really want to test PeerTube before the public release, here is a list of PeerTube servers: https://github.com/Chocobozzz/PeerTube/wiki#other-peertube-servers.*
75
76## Why 74## Why
77 75
78We can't build a FOSS video streaming alternatives to YouTube, Dailymotion, 76We can't build a FOSS video streaming alternatives to YouTube, Dailymotion,
@@ -86,51 +84,6 @@ reason why we need to use a P2P protocol to limit the server load. Thanks to
86[WebTorrent](https://github.com/feross/webtorrent), we can make P2P (thus 84[WebTorrent](https://github.com/feross/webtorrent), we can make P2P (thus
87BitTorrent) inside the web browser, as of today. 85BitTorrent) inside the web browser, as of today.
88 86
89## Features
90
91- [X] Angular frontend
92- [X] Join the fediverse
93 - [X] Follow other instances
94 - [X] Unfollow an instance
95 - [X] Get for the followers/following list
96- [X] Upload a video
97 - [X] Seed the video
98 - [X] Send the meta data with ActivityPub to followers
99- [X] Remove the video
100- [X] List the videos
101- [X] View the video in an HTML5 player with WebTorrent
102- [X] Admin panel
103- [X] OpenGraph tags
104- [X] OEmbed
105- [X] Update video
106- [X] Federated videos view counter
107- [X] Federated videos likes/dislikes
108- [X] Transcoding to different definitions
109- [X] Download file/torrent
110- [X] User video bytes quota
111- [X] User video channels
112- [X] NSFW warnings/settings
113- [X] Video description in markdown
114- [X] User roles (administrator, moderator)
115- [X] User registration
116- [X] Video privacy settings (public, unlisted or private)
117- [X] Signaling a video to the admin origin PeerTube instance
118- [X] Federated videos comments
119- [X] Update video thumbnails
120- [X] Support video uploader button
121- [ ] Video imports (URL, Torrent, YouTube...)
122- [ ] Advanced search
123- [ ] Subtitles
124- [ ] User playlist
125- [ ] User subscriptions (by tags, author...)
126- [ ] Add "DDOS" security
127
128
129## Front compatibility
130
131 * Firefox
132 * Chrome/Chromium
133
134## Dependencies 87## Dependencies
135 88
136 * nginx 89 * nginx
diff --git a/support/doc/api/html/index.html b/support/doc/api/html/index.html
index 7e8adb2df..a47742f45 100644
--- a/support/doc/api/html/index.html
+++ b/support/doc/api/html/index.html
@@ -272,7 +272,7 @@
272 <span>https</span> 272 <span>https</span>
273 </h5> 273 </h5>
274 <h5>Version: 274 <h5>Version:
275 <span>1.0.0-alpha</span> 275 <span>1.0.0-beta</span>
276 </h5> 276 </h5>
277 </section> 277 </section>
278 </div> 278 </div>
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml
index 634da66e8..44b437c40 100644
--- a/support/doc/api/openapi.yaml
+++ b/support/doc/api/openapi.yaml
@@ -1,7 +1,7 @@
1swagger: '2.0' 1swagger: '2.0'
2info: 2info:
3 title: PeerTube 3 title: PeerTube
4 version: 1.0.0-alpha 4 version: 1.0.0-beta
5 description: Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular. 5 description: Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.
6host: peertube.example.com 6host: peertube.example.com
7basePath: '/api/v1' 7basePath: '/api/v1'