Skip to content

BookStack Beta v0.17.0

Compare
Choose a tag to compare
@ssddanbrown ssddanbrown released this 02 Jul 21:56
· 4311 commits to development since this release
v0.17.0
67d9e24

Due to database charset changes, Migrations may take a little longer than usual

Full List of Changes

  • Code display/edit changes: (Fixes #382, #346, #296)
    • Highlight.js replaced with codemirror instances.
    • Custom code block system built for TinyMCE editor.
    • Markdown editor revamped with codemirror instance.
  • Japanese language support added (Thanks to @S64).
  • Database charset changed from utf8 to utf8mb4 to support emoji. (#405)
  • Tests added to cover previous permission bug. (#409)
  • Empty state actions ('Create new page', 'Create Chapter') in books will now hide for users without permission. (#411)
  • Fixed some inconsistent padding in the subheader toolbar.