Upgrade changelog
This commit is contained in:
parent
09becad8e8
commit
d8c2e37988
2 changed files with 16 additions and 2 deletions
16
CHANGELOG.md
16
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.
|
||||
|
|
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue