Upgrade changelog
authorChocobozzz <me@florianbigard.com>
Thu, 29 Mar 2018 11:42:03 +0000 (13:42 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 29 Mar 2018 11:42:03 +0000 (13:42 +0200)
CHANGELOG.md
server/initializers/installer.ts

index 4e8bb7e16aeff9d32040006dc80a34c22b977084..bedeb556cd084ebeb0a1bc50d2ffbccf55dd444f 100644 (file)
@@ -1,5 +1,20 @@
 # Changelog
 
+## v1.0.0-beta.2
+
+### Features
+
+ * Add hover background color in menu
+ * Add info about the initial user quota in the registration form
+ * Add link to register in the login form
+ * Prevent brute force login attack
+
+### Bug fixes
+
+ * Fix bad federation with videos with special utf characters in description (again)
+ * Fix views system behind a reverse proxy
+
+
 ## v1.0.0-beta.2
 
 ### Features
@@ -37,6 +52,7 @@
  * Fix communication of a PeerTube instance and Mastodon
  * Fix custom configuration with number values
 
+
 ## v1.0.0-beta.1
 
 Nothing new here, but PeerTube is stable enough for being in beta now. 
index f0adf8c9e9402bab56683e109cdc7911e24ed597..09c6d54735b14dd29f3d95293fbb573501b4c41f 100644 (file)
@@ -134,8 +134,6 @@ async function createApplicationIfNotExist () {
   // Nothing to do, application already exist
   if (exist === true) return undefined
 
-  logger.info('Creating Application table.')
-
   logger.info('Creating application account.')
 
   const application = await ApplicationModel.create({