Skip to content

BookStack Beta 0.12.0

Choose a tag to compare

@ssddanbrown ssddanbrown released this 05 Sep 19:20
· 4868 commits to development since this release
v0.12.0
ef2ff5e

Update instructions can be found here.

Detailed update information can be found on our blog here.

New Features

  • Edit summary text can now be set when editing a page. The list of summaries can be seen in the page revisions. Thanks @younes0
  • Added a Book/Chapter/Page link selector to both page editors.
  • Added image paste and image file dropping to the markdown editor.
  • Added the following shortcuts to the WYSIWYG editor:
Shortcut Action
Ctrl+1 .... Ctrl+5 Heading 1 .... Heading 5
Ctrl+q Blockquote
Ctrl+d Paragraph
Ctrl+e Pre (Code Block)
Ctrl+s Code (Inline)

The above inline code shortcut was changed to (Ctrl+Shift+E) in the closely following 0.12.1 release to prevent clashing with the save shortcut, For Macs the command key was also used in this release rather than the ctrl key

Changes & Bugfixes

  • S3 uploads are now made public during upload process. Thanks @younes0
  • S3 uploads will use a shorter URL if the bucket name does not contain a period. Thanks @younes0
  • Fixed erratic back-to-top button behaviour on FireFox.
  • Removed critical page content animations to ensure viewable in all browsers.
  • Fixed quoted search terms when they only contain a single word.
  • Improved sort and permission system efficiency by over a factor of 10.
  • Updated the design of the image manager popup to be cleaner and more consistent with the ui.
  • Added draft save indicator which animates on page save to provide success feedback to the user.
  • Fixed cross-browser flexbox styling issues.
  • Changed the way image and link references are put in pages, They now contain the full url, rather than being relative to the current domain.