Skip to content

Releases: BookStackApp/BookStack

BookStack Beta v0.18.3

06 Oct 20:08
v0.18.3
16117d3

Choose a tag to compare

This release contains the following fixes and changes:

  • Improved image fetching for exporting. A hopeful solution to #392.

BookStack Beta v0.18.2

01 Oct 17:21
v0.18.2
e90da18

Choose a tag to compare

This release contains the following fixes and changes:

  • Updated code colorscheme to highlight shell commands. (#535)
  • Prevented homepage item 'details' overflowing out of the lists. (#533)
  • Improved search indexing to better split words apart. Fixes words at the start of sentances not being searchable. (#531)
  • Updated Italian translations. Thanks to @cipi1965. (#529)
  • Updated Russian translations. Thanks to @turbotankist. (#528)
  • Update Dutch translations. Thanks to @sanderdw. (#523)
  • Removed trailing spaces from input to achieve cleaner URLs. (#526)
  • Migrated all AngularJS code. Results in much less JavaScript. (#524)
  • Added Office 365/AzureAD as a social auth option. (#509)
  • Added search filter to sort pages by last commented. (#440)
  • Fixed issues where shortcuts would overwrite 'Alt-Gr' based character input. (#330)

BookStack Beta v0.18.1

20 Sep 20:45
v0.18.1
6258175

Choose a tag to compare

  • Fixed issue where images would jump to the bottom when pasted into a page. (#489)
  • Fixed bug preventing pages being saved when including other page content. (#514)
  • 'Spanish Argentina' translations added, Thanks to @leomartinez. (#517)
  • Russian translations added, Thanks to @turbotankist. (#506)
  • Some Dutch translations updated, Thanks to @sanderdw. (#510)
  • When using social authentication, You are now redirected to your original intended location upon login. (#508)

BookStack Beta v0.18.0

10 Sep 16:11
v0.18.0
75915e8

Choose a tag to compare

Full List of Changes

  • Added commenting system (Thanks to @Abijeet, #261, #47).
  • Large project-wide design revamp (#480).
  • Switch all fonts to use system fonts (#423).
  • Added Italian Translations (#501, Thanks to @cipi1965).
  • Updated German Translations (#474, Thanks to @timoschwarzer).
  • Updated Japanese Translations (#483, Thanks to @msaus).
  • Improved customization options:
    • Added setting for a custom homepage to be set (#372, #126).
    • Made it possible to override codemirror (Code block) theme (#455).
    • Added docs instructions for overriding BookStack fonts (#423).
  • Converted most of the angular code to Vue.JS or vanilla JS.
  • Updated some views to support better cross-language pluralization (#417).
  • Fixed design bug with long attachment names (#460).
  • Fixed issue with markdown callout shortcut producing bad HTML (#470).
  • Fixed broken quick-save shortcut in WYSIWYG editor (#467).

BookStack Beta v0.17.4

28 Jul 12:12
v0.17.4
0c802d1

Choose a tag to compare

This release contains the following fixes:

  • Added breadcrumbs to pages in entity select dialog. (#391)
  • Fixed redirect issues in search system. (Thanks @10bass) (#448)
  • Improved French translations. (Thanks @Joorem) (#446)
  • Added newline support in chapter and book descriptions. (Thanks @Claymm) (#438)
  • Added Polish translations. (Thanks @JachuPL) (#435)
  • Updated and expanded editor keyboard shortcuts. (#85)

BookStack Beta v0.17.3

22 Jul 16:29
v0.17.3
4b645a8

Choose a tag to compare

This release contains the following fixes:

  • Fixed issue with page text generation from previous release.
  • Updated LDAP testing.

BookStack Beta v0.17.2

22 Jul 16:17
v0.17.2
26e93dc

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

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

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

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.