mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-03-14 13:13:52 +00:00
Release 1.7.0-rc2
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
35f5dfa866
commit
81e463250d
3 changed files with 10 additions and 2 deletions
|
@ -3,7 +3,7 @@ openapi: 3.0.1
|
|||
info:
|
||||
title: HedgeDoc
|
||||
description: HedgeDoc is an open source collaborative note editor. Several tasks of HedgeDoc can be automated through this API.
|
||||
version: 1.7.0-rc1
|
||||
version: 1.7.0-rc2
|
||||
contact:
|
||||
name: HedgeDoc on GitHub
|
||||
url: https://github.com/hedgedoc/hedgedoc
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "HedgeDoc",
|
||||
"version": "1.7.0-rc1",
|
||||
"version": "1.7.0-rc2",
|
||||
"description": "The best platform to write and share markdown.",
|
||||
"main": "app.js",
|
||||
"license": "AGPL-3.0",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# Release Notes
|
||||
|
||||
## <i class="fa fa-tag"></i> 1.7.0-rc2 <i class="fa fa-calendar-o"></i> 2020-12-02
|
||||
Changes since 1.7.0-rc1:
|
||||
|
||||
### Bugfixes
|
||||
- Fix crash when OAuth2 config parameters are missing (thanks to [@vberger](https://github.com/vberger) for reporting!)
|
||||
- Handle broken `SequelizeMeta` table on MySQL/MariaDB (thanks to [@titulebolide](https://github.com/titulebolide) for reporting!)
|
||||
|
||||
|
||||
## <i class="fa fa-tag"></i> 1.7.0-rc1 <i class="fa fa-calendar-o"></i> 2020-11-29
|
||||
|
||||
We have renamed to HedgeDoc!
|
||||
|
|
Loading…
Reference in a new issue