Skip to content

Releases: linuxserver/docker-bookstack

v22.11.1-ls52

21 Dec 15:43
a27574b
Compare
Choose a tag to compare

LinuxServer Changes:

Update db info in .env file when env vars are updated.

bookstack Changes:

Links

Full List of Changes

This release contains the following fixes and changes:

  • Added smarty and twig template code language support. Thanks to @jhit. (#3879)
  • Updated translations with latest Crowdin changes. (#3881)
  • Fixed global search focus issue with arrow keys. (#3920)
  • Fixed lack of scroll in editor sidebar views. (#2887)

v22.11.1-ls51

17 Dec 01:49
Compare
Choose a tag to compare

LinuxServer Changes:

Remove password escape logic which caused problems for a small subset of users.

bookstack Changes:

Links

Full List of Changes

This release contains the following fixes and changes:

  • Added smarty and twig template code language support. Thanks to @jhit. (#3879)
  • Updated translations with latest Crowdin changes. (#3881)
  • Fixed global search focus issue with arrow keys. (#3920)
  • Fixed lack of scroll in editor sidebar views. (#2887)

v22.11-ls51

30 Nov 13:00
Compare
Choose a tag to compare

LinuxServer Changes:

Remove password escape logic which caused problems for a small subset of users.

bookstack Changes:

Links

Upgrade Notices

No notices for this release

Full List of Changes

  • Added user interface shortcuts system. (#3830, #1216)
  • Added global search live preview. (#3850)
  • Added markdown preview pane resize/hide/sync controls. (#2215)
  • Added Dart/Flutter support for code blocks & editor. (#3808)
  • Added Swift language support for code blocks & editor. (#3847)
  • Added login/register message partials for easier use via theme system. (#3848, #608)
  • Added Georgian Language support on Crowdin. (#3823)
  • Updated all interface tabular list views to new format with added functionality. (#3821)
  • Updated markdown codebase to be modular and tidied some styles. (#3875)
  • Updated dark mode styles with fixes and browser color scheme support. (#3878)
  • Updated email confirmation routes to be confirmed via POST. (#3797)
  • Updated JavaScript usage to align on single cleaned-up component system. (#3853)
  • Updated our testing process to ensure PHP8.2 Support. (#3852)
  • Updated tests to cover issue of permission regeneration with chapter in the recycle bin. (#3796)
  • Updated translations with latest Crowdin changes. (#3828)
  • Fixed app logo not being stored for public access when using "local_secure_restricted" images. (#3827)
  • Fixed missing translations for some editor elements. (#3822)
  • Fixed OIDC JWKs parsing when "use" property missing on keys. (#3869)

v22.10.2-ls50

10 Nov 16:51
Compare
Choose a tag to compare

LinuxServer Changes:

Remove password escape logic which caused problems for a small subset of users.

bookstack Changes:

Links

Full List of Changes

This release contains the following fixes and changes:

  • Updated translations with latest changes from Crowdin (#3791).

v22.10.2-ls49

10 Nov 16:11
Compare
Choose a tag to compare

LinuxServer Changes:

Remove password escape logic which caused problems for a small subset of users.

bookstack Changes:

Links

Full List of Changes

This release contains the following fixes and changes:

  • Updated translations with latest changes from Crowdin (#3791).

v22.10.2-ls48

03 Nov 16:30
Compare
Choose a tag to compare

LinuxServer Changes:

Remove password escape logic which caused problems for a small subset of users.

bookstack Changes:

Links

Full List of Changes

This release contains the following fixes and changes:

  • Updated translations with latest changes from Crowdin (#3791).

v22.10.2-ls47

02 Nov 17:02
Compare
Choose a tag to compare

LinuxServer Changes:

Remove password escape logic which caused problems for a small subset of users.

bookstack Changes:

Links

Full List of Changes

This release contains the following fixes and changes:

  • Updated translations with latest changes from Crowdin (#3791).

v22.10.1-ls46

27 Oct 16:11
Compare
Choose a tag to compare

LinuxServer Changes:

Remove password escape logic which caused problems for a small subset of users.

bookstack Changes:

Links

Full List of Changes

This release contains the following fixes and changes:

  • Fixes issue with generation permissions where a chapter is in the recycle bin. (commit)

v22.10.1-ls45

21 Oct 21:38
Compare
Choose a tag to compare

LinuxServer Changes:

Remove password escape logic which caused problems for a small subset of users.

bookstack Changes:

Links

Full List of Changes

This release contains the following fixes and changes:

  • Fixes issue with generation permissions where a chapter is in the recycle bin. (commit)

v22.10-ls45

21 Oct 10:46
Compare
Choose a tag to compare

LinuxServer Changes:

Remove password escape logic which caused problems for a small subset of users.

bookstack Changes:

Links

Upgrade Notices

  • Permission Management Changes - The interface and logic for managing shelf, book, chapter & page permissions has changed significantly in this release. The following should be noted:
    • Content permissions that were not active (where the "Enable Custom Permissions" checkbox was unchecked) will be removed upon upgrade to v22.10.
    • Content permission role entries, that had no permissions provided, will not be reflected/shown as a row in the permissions interface immediately upon upgrade. Instead such cases will be reflected via the "Everyone Else" permission entry being active, in a non-inheriting state, with no permissions set.
    • There should be no functional change to active permissions upon upgrade. Care has been taken to ensure existing permissions are migrated so that access control remains the same as pre-upgrade.

Full List of Changes

  • Added Greek language. (#3732)
  • Added MATLAB code syntax highlighting. (#3744)
  • Added toolbar for code blocks in WYSIWYG editor to make mobile editing possible. (#2815)
  • Updated content permissions interface & logic to allow more selective/intuitive control. (#3760)
  • Update WYSIWYG table toolbar icons to be a little more legible. (#3397)
  • Updated auth controller components to not depend on older Laravel library. (#3745, #3627)
  • Updated book copy behaviour to copy book-shelf relations if permissions allow. (#3699)
  • Updated books-read API endpoint to list child book/chapter tree. (#3734)
  • Updated list style handling to align deeply nested list styling in & out of editor. (#3685)
  • Updated shelf book management for easier touch device usage. (#2301)
  • Updated tag suggestions to provide more accurate results. (#3720)
  • Updated testing to support parallel running. (#3751)
  • Updated tests to align/clean-up certain common actions. (#3757)
  • Updated translations with latest Crowdin changes. (#3737)
  • Fixed custom code block theme not used within the WYSIWYG editor. (#3753)
  • Fixed issue where revision delete control would show to those without permission. (#3723)
  • Fixed justified text not applying to list content. (#3750)
  • Fixed not being able to deselect "Created/Update by me" search options. Thanks to @Wertisdk. (#3770, #3762)
  • Fixed page popover being hidden behind content in chromium-based browsers. (#3774)
  • Fixed SAML2 metadata display depending on external IDP metadata page. (#2480)
  • Fixed squashing of columns in users list. (#3787)