1.12.0
HedgeDoc 1.12.0
Added 1
- Automatically skip the login modal if no form-based login and exactly one external login provider is configured
Changed 2
- Node 20.17 or later is now required to run HedgeDoc
- Some syntax highlighting languages have been removed and/or changed in highlight.js
Fixed 2
- All links will be opened in new tabs instead of the same tab as the note
- Fixed multiple bugs in the realtime connection handling that could lead to data-loss of users with a flaky connection
From HedgeDoc
Important changes
⚠️ HedgeDoc 1.12.0 and onwards will require Node 20.17 or later in order to run. Since Node 18 security support was stopped over one year ago, we don't maintain backwards-compatability for that anymore.
Some syntax highlighting languages have been removed and/or changed. You can find more information in the highlight.js docs.
Enhancements
- Automatically skip the login modal if no form-based login and exactly one external login provider is configured
Bugfixes
- All links will be opened in new tabs instead of the same tab as the note. This was changed when the external link warning was implemented and now the old behavior is restored
- Fixed multiple bugs in the realtime connection handling that could lead to data-loss of users with a flaky connection