Releases: BookStackApp/BookStack
Releases · BookStackApp/BookStack
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.
BookStack Beta 0.8.0
Full details can be found here.
- Added restricted images (Based on page access).
- Added new page drafts (Are purple in colour).
- Added editing autosaving drafts.
- Added system to warn of others editing the same page.
- Changed logo to be more custom-colour friendly.
- TinyMCE update to 4.3.7 to hopefully fix a few bugs.
- Updated the styling for bullet & numbered lists to prevent them bugging out in Firefox.
- Improved button text size consistency.
- Fixed list styling issues that caused the theme colour to be used incorrectly.
- Made the scrollbar static on most pages to prevent erratic page width changes.
BookStack Beta 0.7.6
Full details can be found here.
- Added custom role system.
- Added granular Book, Chapter & Page restrictions.
- Added setting to allow a custom site primary color.
- Added quoted search to allow phrase search.
- Added memcached configration options via
.env
file. - Fixed bug in homepage recently updated list.
Thanks to @nwalke for contributing loads in this release.
BookStack Beta 0.7.5
- Added improved page finding to prevent less frequently broken URL's after page name changes.
- Added initial implementation of the new user profile pages.
- Added recently created/updated pages to the homepage.
- Added recently created/updated page listings.
- Added seperate search listings for pages, chapters & books.
- Added styling support for table headings.
- Made the hompage more information-dense.
- Changed content anchor hash links to be relavant to the content.
- Improved search result listings with more details & pagination.
- Updated testing files to work better out-of-the-box.
- Fixed some styling issues in firefox.
- Fixed encoding issues on pages and lists of pages. Thanks to @AkibaWolf
- Fixed some bugs in search that cause badly formatted and far too many SQL queries.