Releases: BookStackApp/BookStack
BookStack Beta v0.15.0
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
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
BookStack Beta v0.14.1
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.
BookStack Beta v0.14.0
Full List of Features, Changes & Fixes
- Added full support for mulitple languages.
- French & Brazillian Portuguese languages added (Thanks to sirgix and NakaharaL).
- Added support for page/page-content includes within other pages.
- Added support for using the database to store the cache and session.
- Added option to use WKHTMLtoPDF for improved PDF rendering. Details here.
- Added auto-linking in the WYSIWYG editor.
- Updated page nav to scale if only smaller headers are used.
- Fixed bug causing offset first lines in code blocks when using the markdown editor.
- Fixed issue preventing non-admin users from deleting images or attachments.
- Fixed page navigation not working on some browsers when the link contains special characters.
- Fixed issue where panes could be blank if the default app color was used.
- Fixed page link popover copy button to work on modern non-flash-enabled browsers.
- Increased testing coverage of social authentication methods.
- Standardised breadcrumbs across BookStack views.
- Refactored entity code and permissions code to be more efficient.
- Updated LDAP config to allow a protocol to be defined which allows use of ldaps connections (Thanks to fredericmohr).
BookStack Beta v0.13.1
This is a bugfix release which provides the following fixes and changes:
- Moved page tag display to the sidebar to prevent visual positioning issues with other elements.
- Fixed broken callout display. #238
- Fixed social login/registration which was broken in the last update. #239
Update instructions can be found here.
BookStack Beta 0.13
Update instructions can be found here. Please read through these as some system changes may be required for this update.
Detailed update information can be found on our blog here.
New Features
- Added page attachment system.
- Added page revision diff view (Thanks younes0).
- Added permission controls and visible role & user for non-authenticated visitors.
- Added page navigation to page sidebar.
Changes & Bugfixes
- Added settings for showing app name in the header bar.
- Base framework updated to Laravel 5.3.
- Sign-up & Password reset emails have been updated to be standardised and fit in with the new Laravel 5.3 notifications system.
- Allowed a wider range of UTF8 characters to be used as page/chapter/book slugs.
- Ensured new user Gravatar/Signup email requests fail gracefully.
- Tweaked page headers to allow a greater range of sizes.
- Added page auto-save failure notification (For if you go offline during a page edit).
- Changed versioning system so app version will no display correctly in settings.
- Added initial support for German translations (Thanks robertlandes).
- Fixed tag & number search.
BookStack Beta 0.12.2
This is a bugfix release which provides the following fixes and changes:
- Fixed callouts from overflowing over tags. #179
- Fixed ordered list numbers being cut off over two digits (Now allows up to 3 digits). #204
- Fixed table width in PDF exports, They are now made to go full-width. #203
- Improved reset password UI with additional notifications and links. #210
- Fixed custom HTML head content to show on public pages. #211
- Fixed search when a search term only contains punctuation. #212
- Fixed links on emails to not be relative but contain a full link. #218
Update instructions can be found here.
BookStack Beta 0.12.1
This is a bugfix release which provides the following fixes and changes:
- Updated TinyMCE (WYSIWYG Editor) version to latest to get latest fixes.
- Updated new WYSIWYG editor shortcuts to prevent clashes with save shortcut and to make use of a mac's command key. The inline code shortcut has changed from (Ctrl+s to Ctrl+Shift+E).
- Changed the styling for tables to prevent cutting of words on IE/FF and to hopefully be more predictable.
Update instructions can be found here.
BookStack Beta 0.12.0
Update instructions can be found here.
Detailed update information can be found on our blog here.
New Features
- Edit summary text can now be set when editing a page. The list of summaries can be seen in the page revisions. Thanks @younes0
- Added a Book/Chapter/Page link selector to both page editors.
- Added image paste and image file dropping to the markdown editor.
- Added the following shortcuts to the WYSIWYG editor:
Shortcut | Action |
---|---|
Ctrl+1 .... Ctrl+5 | Heading 1 .... Heading 5 |
Ctrl+q | Blockquote |
Ctrl+d | Paragraph |
Ctrl+e | Pre (Code Block) |
Ctrl+s | Code (Inline) |
The above inline code shortcut was changed to (Ctrl+Shift+E) in the closely following 0.12.1 release to prevent clashing with the save shortcut, For Macs the command key was also used in this release rather than the ctrl key
Changes & Bugfixes
- S3 uploads are now made public during upload process. Thanks @younes0
- S3 uploads will use a shorter URL if the bucket name does not contain a period. Thanks @younes0
- Fixed erratic back-to-top button behaviour on FireFox.
- Removed critical page content animations to ensure viewable in all browsers.
- Fixed quoted search terms when they only contain a single word.
- Improved sort and permission system efficiency by over a factor of 10.
- Updated the design of the image manager popup to be cleaner and more consistent with the ui.
- Added draft save indicator which animates on page save to provide success feedback to the user.
- Fixed cross-browser flexbox styling issues.
- Changed the way image and link references are put in pages, They now contain the full url, rather than being relative to the current domain.