Skip to content

Releases: linuxserver/docker-bookstack

v0.31.6-ls123

11 Feb 16:33
Compare
Choose a tag to compare

LinuxServer Changes:

Remove unused requirement, as of release 0.31.0.
bookstack Changes:

Links

Full List of Changes

This release contains the following fixes and changes:

  • Fixed issue thrown when deleting shelves from the recycle bin. Thanks to @i4j5. (#2543, #2534, #2530)
  • Fixed issue where restoring a revision would restore as HTML instead of Markdown. (#2496)

v0.31.6-ls122

06 Feb 15:47
Compare
Choose a tag to compare

LinuxServer Changes:

Remove unused requirement, as of release 0.31.0.
bookstack Changes:

Links

Full List of Changes

This release contains the following fixes and changes:

  • Fixed issue thrown when deleting shelves from the recycle bin. Thanks to @i4j5. (#2543, #2534, #2530)
  • Fixed issue where restoring a revision would restore as HTML instead of Markdown. (#2496)

v0.31.5-ls121

02 Feb 21:34
Compare
Choose a tag to compare

LinuxServer Changes:

Remove unused requirement, as of release 0.31.0.
bookstack Changes:

Security Release

As with the previous release (v0.31.4) this updates the Laravel framework version used to help avoid a potential vulnerability when requests were crafted in a certain manner. While it is not known if such a case exists in BookStack, this release updates the framework as a pre-emptive measure.

Links

Full List of Changes

This release contains the following fixes and changes:

  • Updated laravel/framework to prevent potential security vulnerability.

v0.31.4-ls121

16 Jan 19:21
Compare
Choose a tag to compare

LinuxServer Changes:

Remove unused requirement, as of release 0.31.0.
bookstack Changes:

Security Release

This security release updates the Laravel framework version, due to a vulnerability that could occur if request data was crafted and then used in a certain way. While it is not known if such a case exists in BookStack, this release updates the framework as a pre-emptive measure.

Links

Full List of Changes

This release contains the following fixes and changes:

  • Updated framework to prevent potential security vulnerability.
  • Added WYSIWYG image options button back in, after accidentially removing in v0.31. (#2493)
  • Updated Chinese Traditional translations. (#2482)

v0.31.3-ls120

12 Jan 15:26
Compare
Choose a tag to compare

LinuxServer Changes:

Remove unused requirement, as of release 0.31.0.
bookstack Changes:

Links

Full List of Changes

This release contains the following fixes and changes:

  • Fixed issue where markdown strikethroughs were not rendering in the markdown editor. (#2470)
  • Updated Turkish translations. (#2469)
  • Updated some user, page and shelf views to use more efficient database querying.

v0.31.3-ls119

10 Jan 23:58
Compare
Choose a tag to compare

LinuxServer Changes:

Make APP_URL var required (upstream changes).
bookstack Changes:

Links

Full List of Changes

This release contains the following fixes and changes:

  • Fixed issue where markdown strikethroughs were not rendering in the markdown editor. (#2470)
  • Updated Turkish translations. (#2469)
  • Updated some user, page and shelf views to use more efficient database querying.

v0.31.2-ls119

10 Jan 14:51
Compare
Choose a tag to compare

LinuxServer Changes:

Make APP_URL var required (upstream changes).
bookstack Changes:

Links

Full List of Changes

This release contains the following fixes and changes:

  • Updated recycle bin nav header to be wider and not line break on some languages. (#2468)
  • Updated Chinese, Italian & Russian translations. (#2464)
  • Fixed issue where copying a page would not properly copy the contents. (#2463)
  • Fixed issue where tables and task-lists, when saved in the Markdown editor, would not be converted to the page HTML output. (#2452)
  • Fixed "FatalThrowableError" that could appear on failed user avatar fetch. (#2449)

v0.31.1-ls119

10 Jan 12:35
Compare
Choose a tag to compare

LinuxServer Changes:

Make APP_URL var required (upstream changes).
bookstack Changes:

Links

Full List of Changes

This release contains the following fixes and changes:

  • Fixed issue where markdown content would not be stored on first page save (HTML content would still be stored). (#2446)
  • Fixed issue where the new content owner fields were not be used for the manage-own-permission role permission. (#2445)
  • Fixed recycle bin table style issue which could cause the dropdown menu to be cut-off. (#2442)
  • Updated Chinese, Spanish and French translations. (#2441)

v0.31.1-ls118

04 Jan 19:54
Compare
Choose a tag to compare

LinuxServer Changes:

Make APP_URL var required (upstream changes).
bookstack Changes:

Links

Full List of Changes

This release contains the following fixes and changes:

  • Fixed issue where markdown content would not be stored on first page save (HTML content would still be stored). (#2446)
  • Fixed issue where the new content owner fields were not be used for the manage-own-permission role permission. (#2445)
  • Fixed recycle bin table style issue which could cause the dropdown menu to be cut-off. (#2442)
  • Updated Chinese, Spanish and French translations. (#2441)

v0.31.0-ls118

03 Jan 23:52
Compare
Choose a tag to compare

LinuxServer Changes:

Make APP_URL var required (upstream changes).
bookstack Changes:

Links

Update Notices

Requirements Change - The minimum required PHP version has changed from 7.2 to 7.2.5. Additionally, the Tidy PHP extension is no longer required.

GitLab Authentication - The read_user scope will now be passed and is required on the "Application" setup within GitLab. Not having this scope may lead to errors when users attempt to authenticate via GitLab.

Security & IFrame Usage - By default BookStack will set headers to prevent usage within an iframe. You can set trusted iframe hosts through the ALLOWED_IFRAME_HOSTS option in your .env file. See the security page for more information on this option.

Full List of Changes

  • Added recycle bin implementation. (#2283, #2183, #280)
  • Added Norwegian translations to BookStack. Thanks to @Swoy. (#2336)
  • Added ownership system for pages, chapters, books and shelves. (#2436, #2246)
  • Added host iframe control with cookie security management. (#2427, #2207)
  • Added API endpoints for pages. (#2382)
  • Added many more activity types to the audit-log. (#2360, #1243)
  • Added a sortable "Latest Activity" column to the users list. (#848)
  • Replaced revision diff library so that the php tidy extension is no longer required. (#2347, #1553)
  • Updated GitLab authentication to use the read_user scope. (#2359)
  • Updated revision restore to add sensible default change summary text. Thanks to @rondaa. (#2353, #2349)
  • Updated the "Cleanup Images" maintenance option wording for clarity. (#2352)
  • Updated dev docker setup to install composer dependencies in Docker entrypoint. Thanks to @timoschwarzer. (#2298)
  • Updated chapter delete behaviour so pages are removed instead of being moved to the parent book. (#2164)
  • Updated grid-layout book/shelf item names to better fit into two lines. (#1469)
  • Updated translations. (#2439, #2327)
  • Fixed issue where the export dropdown may show cut-off with options hidden. Thanks to @shubhamosmosys. (#2416)