Releases: BookStackApp/BookStack
BookStack Beta 0.11.2
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
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
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.
BookStack Beta 0.10.0
Since this was a fairly large release please do 100% ensure you back up your instance (database & files) before upgrading.
Update instructions can be found here.
Changes
- Added
View
permissions at a role level to allow a 'whitelisting' approach to permissions. - Added a query-able page tagging system with auto-suggestions.
- Added extra setting to allow custom content to be inserted into the
<head>
section of every page. - Permission system internally revamped with an intermediate table for quick queries.
- Fixed markdown editor not scrolling on Firefox.
- Allowed sorting & searching on the users page.
- Reworked the database migrations only use simple non-app code to avoid future breakages.
- Cleaned some of the settings layouts for better consistency and hid more links when you don't have permissions to click them.
- Made user names as the bottom of entities linked to user profiles.
BookStack Beta 0.9.3
Another round of bugfixes and small additions, To tide things over until the v0.10 release gets here:
- Better quality Roboto fonts used and added in cyrillic support.
- Updated the WYSIWYG hr insertion to be more reliable to avoid unwanted whitespace.
- Made the settings screen a little less jumpy.
- Added app version number to the bottom of the settings screen for easy referencing.
BookStack Beta 0.9.2
BookStack Beta 0.9.1
This is a minor bugfix release:
- Fixes the Redis config being undefined when no redis servers are specified
BookStack Beta 0.9.0
In-depth details can be found on the blog here.
- Added initial markdown editor implementation.
- Added search and 'uploaded to' filter to the image editor.
- Made the 'Require email confirmation' setting work when using LDAP authentication.
- Fixed draft saved message to use local timezone.
- Added Redis cache/session support via the
.env
file. - Added some friendlier error messages when using LDAP and there is an user mismatch.
- Added a list of users when editing a user role for visibility.
- Fixed pages in chapters not being given the correct order on creation.
BookStack Beta 0.8.2
- Updated name of asset 'Restrictions' to 'Permissions'.
- Changed Asset Permissions so that they can override role permission if chosen.
- Restricted the length of the username in the header to prevent the name dropping down and taking up space.
BookStack Beta 0.8.1
- Fixed a permission error showing when updating your profile.
- Fixed a bug in last update that prevents uploading profile and logo images.