Releases: BookStackApp/BookStack
Releases · BookStackApp/BookStack
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.
BookStack Beta 0.7.4
- Book Navigation tree on pages is now sticky and scrolls with the page.
- Fixed incorrect notification when deleting a page.
- Email addresses in users list now leads to user profile.
Thanks @nwalke for the pull requests in this release.
BookStack Beta 0.7.3
- Updated image manager styling and added image preview option.
- Updated notification system so it can be used from JavaScript driven components such as the image-manager.
- Fixed some LDAP bugs that prevented login without a uid and prevent user profile updates.
- Added in a back-to-top button that appears in the bottom right after scrolling a short distance.
- Fixed some design issues in html & PDF exports.
- Added in missing initial uploads folder & made some errors friendlier.
BookStack Beta 0.7.2
Minor update to fix bug with image upload directory checking.
BookStack Beta 0.7.1
Minor update to fix bug with initial user not having a password after installation.
BookStack Beta 0.7.0
New features
- Added experimental LDAP user authentication (Instructions in readme).
- Added single-page export options including HTML, TXT & PDF.
- Updated Laravel base to 5.2.
- Increased testing coverage and fixed some user/auth related issues in the process.
- Improved image upload error handling.