Releases: BookStackApp/BookStack
Releases · BookStackApp/BookStack
BookStack Beta v0.18.0
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:
- 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
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
This release contains the following fixes:
- Fixed issue with page text generation from previous release.
- Updated LDAP testing.
BookStack Beta v0.17.2
This release contains the following fixes:
BookStack Beta v0.17.1
BookStack Beta v0.17.0
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
utf8toutf8mb4to 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
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
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
This release contains some bugfixes and minor additions:
BookStack Beta v0.16.0
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).