Skip to content

Releases: linuxserver/docker-bookstack

v0.31.8-ls126

13 Mar 17:00
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 was primarily intended to fix a single issue:

  • Fixed chapter and page book id misalignment that could occur when the page was in the recycle bin. Could cause some issues with permission generation which have also been addressed. (#2603)

v0.31.7-ls126

11 Mar 16:17
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 was primarily intended to fix a single issue:

  • Fixed incorrect URL being used when using an s3-like file storage service. (#2603)

v0.31.7-ls125

02 Mar 22:42
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 was primarily intended to fix a single issue:

  • Fixed incorrect URL being used when using an s3-like file storage service. (#2603)

v0.31.6-ls125

25 Feb 16:20
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-ls124

18 Feb 16:29
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-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.