# 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
* 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.
// 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({