Skip to content

Releases: BookStackApp/BookStack

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

BookStack Beta v0.15.0

27 Feb 15:09
v0.15.0
15c3e5c
Compare
Choose a tag to compare

Full List of Changes

  • Export options added for books and chapters.
  • Added Slack, Facebook & Twitter signin/signup options.
  • Added list checkbox support to the markdown editor.
  • Added commands to clear revisions and activity.
  • Allow custom LDAP email attribute to be set.
  • More complete German translations added (Thanks to ReeseSebastian).
  • Changed callout styling slighlty to prevent the icon being wrapped by text.
  • Increased testing coverage for sorting operations.
  • Fixed issue preventing page revisions from being viewable when not an admin.
  • Prevented custom HTML from being inserted into the settings page to allow fixing bad input.
  • Updated Laravel framework to 5.4.
  • Cleaned login/register design up with better social icons.

BookStack Beta v0.14.3

05 Feb 21:27
v0.14.3
598758b
Compare
Choose a tag to compare

Security Bugfix release. Fixes for the following major issue:

  • On 404 page/chapter/book names were visible. No content of those items were visible, just the names. This included on instances that had 'public viewing' turned off.

Sincere apologies for this issue.

BookStack Beta v0.14.2

05 Feb 12:55
v0.14.2
5d3264b
Compare
Choose a tag to compare

Bugfix release. Fixes for the following issues:

  • Missing Subscript Styling (#284)
  • Fixed book contents not showing in some instances (#287, #294)
  • Fixed possible issue with bad user thumbnails (#292)

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.