HedgeDoc
Real-time collaborative markdown notes
Alternative to: hackmd, google docs, notion
About
Versions (41)
v2.0.0-alpha.3
2024-09-18⚠️ Please note
- This release requires at least Node 20.
- This release changed the database schema, so unfortunately you can’t migrate directly from Alpha 2 to Alpha 3. We’ll provide migrations from the 2.0 release onwards.
These are the most noteworthy changes in comparison to Alpha 2, but we worked on many more things under the hood too.
Features
- Allow to keep media uploads while deleting an owned note
- Support OpenID Connect/OAuth2 with or without auto-discover
- Support private S3/Azure buckets for media storage
- Media browser for uploads attached to a note
- Exports to GitHub Gist and GitLab snippets
Enchancements
- Show guest avatar when note owner is anonymous
- Re-add the editor mode buttons (view/both/edit)
- Use stronger password hashing algorithm (argon2id)
- Better handling of revisions
- Better in-app notifications
- More editor settings (spellcheck, indentation)
Bugfixes
- Use more consistent dark-mode theme
- Title gets correctly deleted, if the relevant information in the note are deleted
- Prevent a problem with emojis and the usage of
: - Fixed problems with the alias selection modal
If you’re interested in the actual commits then take a look at /v2.0.0-alpha.2…/v2.0.0-alpha.3