Skip to content

Releases: BookStackApp/BookStack

BookStack Beta v0.14.1

23 Jan 22:33
v0.14.1
ee13509
Compare
Choose a tag to compare

Bugfix release. Fix for single major bug:

  • Possibility that all permissions could be deleted on book sort. (#282)

If this issue happens permission can be regenerated via the command line using php artisan permissions:regen from your BookStack install folder.

BookStack Beta v0.14.0

22 Jan 12:41
v0.14.0
cdfda50
Compare
Choose a tag to compare

Full List of Features, Changes & Fixes

  • Added full support for mulitple languages.
  • French & Brazillian Portuguese languages added (Thanks to sirgix and NakaharaL).
  • Added support for page/page-content includes within other pages.
  • Added support for using the database to store the cache and session.
  • Added option to use WKHTMLtoPDF for improved PDF rendering. Details here.
  • Added auto-linking in the WYSIWYG editor.
  • Updated page nav to scale if only smaller headers are used.
  • Fixed bug causing offset first lines in code blocks when using the markdown editor.
  • Fixed issue preventing non-admin users from deleting images or attachments.
  • Fixed page navigation not working on some browsers when the link contains special characters.
  • Fixed issue where panes could be blank if the default app color was used.
  • Fixed page link popover copy button to work on modern non-flash-enabled browsers.
  • Increased testing coverage of social authentication methods.
  • Standardised breadcrumbs across BookStack views.
  • Refactored entity code and permissions code to be more efficient.
  • Updated LDAP config to allow a protocol to be defined which allows use of ldaps connections (Thanks to fredericmohr).

BookStack Beta v0.13.1

27 Nov 19:47
v0.13.1
65874d7
Compare
Choose a tag to compare

This is a bugfix release which provides the following fixes and changes:

  • Moved page tag display to the sidebar to prevent visual positioning issues with other elements.
  • Fixed broken callout display. #238
  • Fixed social login/registration which was broken in the last update. #239

Update instructions can be found here.

BookStack Beta 0.13

13 Nov 12:35
v0.13.0
8d1419a
Compare
Choose a tag to compare

Update instructions can be found here. Please read through these as some system changes may be required for this update.

Detailed update information can be found on our blog here.

New Features

  • Added page attachment system.
  • Added page revision diff view (Thanks younes0).
  • Added permission controls and visible role & user for non-authenticated visitors.
  • Added page navigation to page sidebar.

Changes & Bugfixes

  • Added settings for showing app name in the header bar.
  • Base framework updated to Laravel 5.3.
  • Sign-up & Password reset emails have been updated to be standardised and fit in with the new Laravel 5.3 notifications system.
  • Allowed a wider range of UTF8 characters to be used as page/chapter/book slugs.
  • Ensured new user Gravatar/Signup email requests fail gracefully.
  • Tweaked page headers to allow a greater range of sizes.
  • Added page auto-save failure notification (For if you go offline during a page edit).
  • Changed versioning system so app version will no display correctly in settings.
  • Added initial support for German translations (Thanks robertlandes).
  • Fixed tag & number search.

BookStack Beta 0.12.2

30 Oct 13:31
v0.12.2
c10d2a1
Compare
Choose a tag to compare

This is a bugfix release which provides the following fixes and changes:

  • Fixed callouts from overflowing over tags. #179
  • Fixed ordered list numbers being cut off over two digits (Now allows up to 3 digits). #204
  • Fixed table width in PDF exports, They are now made to go full-width. #203
  • Improved reset password UI with additional notifications and links. #210
  • Fixed custom HTML head content to show on public pages. #211
  • Fixed search when a search term only contains punctuation. #212
  • Fixed links on emails to not be relative but contain a full link. #218

Update instructions can be found here.

BookStack Beta 0.12.1

06 Sep 19:57
v0.12.1
f7b01ae
Compare
Choose a tag to compare

This is a bugfix release which provides the following fixes and changes:

  • Updated TinyMCE (WYSIWYG Editor) version to latest to get latest fixes.
  • Updated new WYSIWYG editor shortcuts to prevent clashes with save shortcut and to make use of a mac's command key. The inline code shortcut has changed from (Ctrl+s to Ctrl+Shift+E).
  • Changed the styling for tables to prevent cutting of words on IE/FF and to hopefully be more predictable.

Update instructions can be found here.

BookStack Beta 0.12.0

05 Sep 19:20
v0.12.0
ef2ff5e
Compare
Choose a tag to compare

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.

BookStack Beta 0.11.2

21 Aug 14:00
v0.11.2
45641d0
Compare
Choose a tag to compare

This is a bugfix release which provides the following fixes and changes:

  • Updated some login redirects that did not work when using a custom url path.
  • Cleaned up the PDF export format to prevent the page footer being merged in the page content.

Update instructions can be found here. If you're having issues you may have to run composer dump-autoload followed by php artisan clear-compiled.

BookStack Beta 0.11.1

14 Aug 11:49
Compare
Choose a tag to compare

This is a bugfix release which provides the following fixes and changes:

  • Updated all url references to allow BookStack to be placed at a non-root location on a domain.
  • Fixed no borders on table heading rows.
  • Fixed creation of books/chapters/pages with only punctuation titles.
  • Fixed issues with double braces in both editors.
  • Fixed safari rendering of page tag manager. Also updated page editor to ensure it spans full page height.

Update instructions can be found here. If you're having issues you may have to run composer dump-autoload followed by php artisan clear-compiled.

BookStack Beta 0.11.0

03 Jul 10:07
Compare
Choose a tag to compare

Further release details can be found here.

  • Added WYSIWYG editor callouts/alert blocks.
  • Added basic scroll syncing to markdown editor.
  • Added Ctrl+S shortcut to editor for forcing a draft save.
  • Added single page and single chapter move interfaces.
  • Added some level of MySQL 5.5 support and fixed saving bug for mysql php plugin users.
  • Updated tag auto-suggestions to be smarter depending on current input.
  • Updated tag auto-suggestions to show on empty input.
  • Updated tag auto-suggestion shortcuts so tab can be used to select.
  • Tightened up some list styles and made homepage empty list messages a bit friendlier.
  • Made homepage queries a little more efficient.
  • Fixed theme colors not showing on fresh instances.
  • Fixed bug with new chapters having an incorrect initial list priority/ordering set.
  • Fixed page sidebar not reacting to window resize.
  • Fixed bug preventing images from being deleted.
  • Fixed activity list bug causing too many hidden activities.