From d8c2e379884aebff30a582420d7d61028ee57a65 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 29 Mar 2018 13:42:03 +0200 Subject: [PATCH] Upgrade changelog --- CHANGELOG.md | 16 ++++++++++++++++ server/initializers/installer.ts | 2 -- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e8bb7e16..bedeb556c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/server/initializers/installer.ts b/server/initializers/installer.ts index f0adf8c9e..09c6d5473 100644 --- a/server/initializers/installer.ts +++ b/server/initializers/installer.ts @@ -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({