summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/docs/features.md11
-rw-r--r--public/docs/release-notes.md9
2 files changed, 18 insertions, 2 deletions
diff --git a/public/docs/features.md b/public/docs/features.md
index 6c16b265..5e53ed13 100644
--- a/public/docs/features.md
+++ b/public/docs/features.md
@@ -1,3 +1,6 @@
+---
+tags: features, cool, updated
+---
# Features
## Introduction
@@ -125,9 +128,13 @@ The first **level 1 heading** (e.g. `# Title`) will be used as the note title.
### Tags
-Using tags as follows, the specified tags will show in your **history**.
+Tags can be specified with [YAML metadata](./yaml-metadata#tags) at the **start** of the note. Those tags will show in your **history**.
-#### tags: `features` `cool` `updated`
+```yml
+---
+tags: features, cool, updated
+---
+```
### [YAML Metadata](./yaml-metadata)
diff --git a/public/docs/release-notes.md b/public/docs/release-notes.md
index b12644a2..26257541 100644
--- a/public/docs/release-notes.md
+++ b/public/docs/release-notes.md
@@ -1,9 +1,18 @@
# Release Notes
## <i class="fa fa-tag"></i> 1.8.0 <i class="fa fa-calendar-o"></i> UNRELEASED
+
+**Please note:** This release dropped support for Node 10, which is end-of-life since April 2021. You now need at least Node 12 to run HedgeDoc, but we recommend running [the latest LTS release](https://nodejs.org/en/about/releases/).
+
### Features
- Database migrations are now automatically applied on application startup.
The separate `.sequelizerc` configuration file is no longer necessary and can be safely deleted.
+- A Prometheus-endpoint is now available at `/metrics`, exposing the same stats as `/status`
+ in addition to various Node.js performance figures.
+### Enhancements
+- Removed dependency on external imgur library
+
+
## <i class="fa fa-tag"></i> 1.7.2 <i class="fa fa-calendar-o"></i> 2021-01-15
This release fixes a security issue. We recommend upgrading as soon as possible.
### Security Fixes