Skip to content

Releases: BookStackApp/BookStack

BookStack Beta v0.17.2

22 Jul 16:17
v0.17.2
26e93dc
Compare
Choose a tag to compare

This release contains the following fixes:

  • Made UTF8mb4 upgrade manual with command. Details here. (#425)
  • Improved responsiveness of breadcrumbs. (#426)
  • Fixed code blocks when exporting as PDF and using DOMPDF. (#427)
  • Updated page preview snippets to show included content. (#442)
  • Updated dropdowns to hide upon option click. (#429)

BookStack Beta v0.17.1

10 Jul 19:56
v0.17.1
70ee636
Compare
Choose a tag to compare

This release contains the following fixes:

  • Fixed use of base LDAP domain when using with AD (#317)
  • Fixed bug causing text to not be copied from markdown editor (#424)

BookStack Beta v0.17.0

02 Jul 21:56
v0.17.0
67d9e24
Compare
Choose a tag to compare

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.

BookStack Beta v0.16.3

04 Jun 14:42
v0.16.3
3903fda
Compare
Choose a tag to compare

This release covers a single permission issue:

  • Removing permissions from a role will not take effect.

Running php artisan bookstack:regenerate-permissions from the BookStack install folder is advised to ensure all permissions are set correctly.

BookStack Beta v0.16.2

07 May 18:41
v0.16.2
1f4260f
Compare
Choose a tag to compare

This release contains some bugfixes and minor additions:

  • Fixed permission system bug when using a non-native MySQL PHP driver (#383)

BookStack Beta v0.16.1

30 Apr 18:57
v0.16.1
102e326
Compare
Choose a tag to compare

This release contains some bugfixes and minor additions:

  • Fixed permission updates on large books failing due to MySQL placeholder count (#374)
  • Added functionality to check 'Accept-Language' header to provide translations when not logged in. (#375)
  • Added HTML support back into the Markdown editor. (#378)
  • Refactored permission system for general speedups.

BookStack Beta v0.16.0

23 Apr 19:45
v0.16.0
f932806
Compare
Choose a tag to compare

Full List of Changes

  • New search system with new search filter system.
    • New UI for searching content.
    • Fixes issues with search terms that are short or contain accents.
  • Added spell checker support to WYSIYG page editor. (Thanks to @Abitjeet).
  • Page revision ID/Count system added.
  • Slovak translations added. (Thanks to @jendrol).
  • Spanish translations updated. (Thanks to @diegoseso).
  • The page navigation highlighting will now fade out.
  • Option to configure logging method added. (Thanks to @solidnerd).
  • Switched out markdown renderer library to markdown-it:
    • Fixes ability to have brackets in markdown urls.
    • Allows backslash escaping in markdown tables.
  • Updated permission system with ability to hide parent items and have the child be visible.
  • Confirmation emails may now be queued (Thanks to @DaneEveritt).

BookStack Beta v0.15.3

23 Mar 22:28
v0.15.3
a74a8ee
Compare
Choose a tag to compare

This release fixes some minor bugs:

  • Fix for bug preventing revision restoration.
  • Fixed back button behaviour on book create/edit forms.

BookStack Beta v0.15.2

05 Mar 16:19
v0.15.2
6725ddc
Compare
Choose a tag to compare

This release fixes some minor bugs and also adds initial support for some new languages:

  • Partial Spanish and Dutch translations implemented (Thanks to diegoseso and arietimmerman).
  • Updated how JavaScript translations are fetched to prevent conflicting webserver rules.
  • Updated user edit page to be more responsive and fixed 'Cancel' button for non-admin users.
  • Improved testing coverage of language system.

BookStack Beta v0.15.1

27 Feb 17:02
v0.15.1
6d92604
Compare
Choose a tag to compare

Minor fix to help when updating from v0.14.3 or below:

  • Updated update script so cached app files do not break upgrading from BookStack versions before v0.15