Prepare beta
authorChocobozzz <me@florianbigard.com>
Tue, 20 Mar 2018 09:32:54 +0000 (10:32 +0100)
committerChocobozzz <me@florianbigard.com>
Tue, 20 Mar 2018 09:32:54 +0000 (10:32 +0100)
CHANGELOG.md
README.md
support/doc/api/html/index.html
support/doc/api/openapi.yaml

index fb6ace20e173f491c0b53aadabf34d62d7d0559e..f97643c751492c58780931005079b8047b452b35 100644 (file)
@@ -1,5 +1,10 @@
 # Changelog
 
+## v1.0.0-beta.1
+
+Nothing new here, but PeerTube is stable enough for being in beta now. 
+
+
 ## v1.0.0-alpha.9
 
 ### BREAKING CHANGES
index 0802662cb0fc28bd5a9e85cd6a26cc3c01be56bb..8348d77f827ce1a7315b9b3302b1fab7fca9ec42 100644 (file)
--- a/README.md
+++ b/README.md
@@ -71,8 +71,6 @@ Want to see it in action?
    * [Video](https://peertube.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504)
      to see what the "decentralization feature" looks like
 
-*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.*
-
 ## Why
 
 We 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
 [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (thus
 BitTorrent) inside the web browser, as of today.
 
-## Features
-
-- [X] Angular frontend
-- [X] Join the fediverse
-  - [X] Follow other instances
-  - [X] Unfollow an instance
-  - [X] Get for the followers/following list
-- [X] Upload a video
-  - [X] Seed the video
-  - [X] Send the meta data with ActivityPub to followers
-- [X] Remove the video
-- [X] List the videos
-- [X] View the video in an HTML5 player with WebTorrent
-- [X] Admin panel
-- [X] OpenGraph tags
-- [X] OEmbed
-- [X] Update video
-- [X] Federated videos view counter
-- [X] Federated videos likes/dislikes
-- [X] Transcoding to different definitions
-- [X] Download file/torrent
-- [X] User video bytes quota
-- [X] User video channels
-- [X] NSFW warnings/settings
-- [X] Video description in markdown
-- [X] User roles (administrator, moderator)
-- [X] User registration
-- [X] Video privacy settings (public, unlisted or private)
-- [X] Signaling a video to the admin origin PeerTube instance
-- [X] Federated videos comments
-- [X] Update video thumbnails
-- [X] Support video uploader button
-- [ ] Video imports (URL, Torrent, YouTube...)
-- [ ] Advanced search
-- [ ] Subtitles
-- [ ] User playlist
-- [ ] User subscriptions (by tags, author...)
-- [ ] Add "DDOS" security
-
-
-## Front compatibility
-
-  * Firefox
-  * Chrome/Chromium
-
 ## Dependencies
 
   * nginx
index 7e8adb2dfcaeacf11fad295f05bd323a5fb26e67..a47742f455f7707f4ae3ec69157cd752c1cf2ab7 100644 (file)
                     <span>https</span>
                   </h5>
                   <h5>Version:
-                    <span>1.0.0-alpha</span>
+                    <span>1.0.0-beta</span>
                   </h5>
                 </section>
               </div>
index 634da66e8d8b4c6b3beb8c85bc2d72ba23f80a2d..44b437c40a0bbc0eecc4cd174dec40aa5c1950d4 100644 (file)
@@ -1,7 +1,7 @@
 swagger: '2.0'
 info:
   title: PeerTube
-  version: 1.0.0-alpha
+  version: 1.0.0-beta
   description: Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.
 host: peertube.example.com
 basePath: '/api/v1'