]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - CHANGELOG.md
adding some instructions for certbot and basic utility programs needed (#336)
[github/Chocobozzz/PeerTube.git] / CHANGELOG.md
index 15b5101a931ea668e2199b8960dd83018e118d92..fa5a2032d1ce3f5c85678f7341de88f21ea1de55 100644 (file)
@@ -1,5 +1,51 @@
 # Changelog
 
+## v1.0.0-alpha.7
+
+### BREAKING CHANGES
+
+ * Update videos list/search API response:
+   * Removed `accountName` field
+   * Removed `serverHost` field
+   * Added `account.name` field
+   * Added `account.displayName` field
+   * Added `account.host` field
+   * Added `account.url` field
+   * Added `account.avatar` field
+ * Update video abuses API response:
+   * Removed `reporterUsername` field
+   * Removed `reporterServerHost` field
+   * Removed `videoId` field
+   * Removed `videoUUID` field
+   * Removed `videoName` field
+   * Added `reporterAccount` field
+   * Added `video.id` field
+   * Added `video.name` field
+   * Added `video.uuid` field
+   * Added `video.url` field
+
+### Features
+
+  * Add "Local" in menu that lists only local videos
+
+
+
+## v1.0.0-alpha.4
+
+### Features
+
+ * Add iOS support
+
+
+## v1.0.0-alpha.1
+
+### Features
+
+ * Add messages about privacy and P2P
+ * Add stats route
+ * Add playback setting
+
+
 ## v0.0.29-alpha
 
 ### BREAKING CHANGES