HedgeDoc
Real-time collaborative markdown notes
Alternative to: hackmd, google docs, notion
About
Versions (41)
1.8.1
2021-05-06Enhancements
- Speed up
yarn installin production mode (as performed bybin/setup) by marking frontend-only dependencies as dev-dependencies. This also reduces the size of the docker container - Speed up the frontend-build by using
esbuildinstead ofterserto minify JavaScript - Improve behavior of the ‘Quote’, ‘List’, ‘Unordered List’ and ‘Check List’ buttons in the editor to automatically apply to the complete first and last line of the selection
Bugfixes
- Correct the 1.8.0 release notes to state that CVE-2021-29475 has been fixed since HedgeDoc 1.5.0.
- Fix crash on startup when
useSSLorcsp.upgradeInsecureRequestsis enabled (thanks to @mdegat01 for reporting) - Automatically enable
protocolUseSSLwhenuseSSLis also enabled - Fix the ‘Quote’, ‘List’, ‘Unordered List’ and ‘Check List’ buttons in the editor to not duplicate content when only parts of a line are selected (thanks to @AnomalRoil for reporting)
- Fix click handler for numbered task lists (thanks to @xoriade for reporting)