Skip to content

Releases: linuxserver/docker-bookstack

v23.06.2-ls93

17 Jul 18:36
Compare
Choose a tag to compare

LinuxServer Changes:

Add mariadb-client for bookstack-system-cli support.

bookstack Changes:

Links

Upgrade Notices

  • Shelf Create Permissions - If you upgraded specifically to v23.06 or v23.06.1, then create permissions for bookshelves would have been removed upon upgrade. If you made use of these via the "Copy Permissions to Books" action, or CLI command, then you will need to re-apply these permissions where required. If you jumped right over v23.06 and v23.06.1, then no permissions were removed.

Full List of Changes

This release contains the following fixes and changes:

  • Re-added shelf create permissions, now include a note to indicate permission usage. (#4375)
  • Fixed issue causing some delete-based action webhooks to create not-found errors. (#4373)
  • Updated translations with latest Crowdin changes. (#4367)

v23.06.2-ls92

12 Jul 22:39
Compare
Choose a tag to compare

LinuxServer Changes:

Add mariadb-client for bookstack-system-cli support.

bookstack Changes:

Links

Upgrade Notices

  • Shelf Create Permissions - If you upgraded specifically to v23.06 or v23.06.1, then create permissions for bookshelves would have been removed upon upgrade. If you made use of these via the "Copy Permissions to Books" action, or CLI command, then you will need to re-apply these permissions where required. If you jumped right over v23.06 and v23.06.1, then no permissions were removed.

Full List of Changes

This release contains the following fixes and changes:

  • Re-added shelf create permissions, now include a note to indicate permission usage. (#4375)
  • Fixed issue causing some delete-based action webhooks to create not-found errors. (#4373)
  • Updated translations with latest Crowdin changes. (#4367)

v23.06.1-ls92

11 Jul 13:33
Compare
Choose a tag to compare

LinuxServer Changes:

Add mariadb-client for bookstack-system-cli support.

bookstack Changes:

Links

Upgrade Notices

  • Email Configuration (TLS) - Due to issues experienced in v23.06, MAIL_ENCRYPTION=ssl or MAIL_ENCRYPTION=tls will now simply ensure that TLS or STARTTLS are used, rather than forcing full TLS to be used. Our email documentation has been updated to reflect this.

Full List of Changes

This release contains the following fixes and changes:

  • Updated MAIL_ENCRYPTION usage due to incorrectly forcing initial TLS usage. (#4358)
  • Updated translations with latest Crowdin changes. (#4352)
  • Fixed image updated timestamp not updating when gallery images are replaced. (#4354)
  • Fixed sort options breaking roles page load. (#4350)
  • Fixed IPv6 addresses in audit log spilling into date column. (#4349)
  • Fixed many inaccuracies in API example responses. Thanks to @devdot. (#4344)

v23.06.1-ls91

10 Jul 18:36
Compare
Choose a tag to compare

LinuxServer Changes:

Add mariadb-client for bookstack-system-cli support.

bookstack Changes:

Links

Upgrade Notices

  • Email Configuration (TLS) - Due to issues experienced in v23.06, MAIL_ENCRYPTION=ssl or MAIL_ENCRYPTION=tls will now simply ensure that TLS or STARTTLS are used, rather than forcing full TLS to be used. Our email documentation has been updated to reflect this.

Full List of Changes

This release contains the following fixes and changes:

  • Updated MAIL_ENCRYPTION usage due to incorrectly forcing initial TLS usage. (#4358)
  • Updated translations with latest Crowdin changes. (#4352)
  • Fixed image updated timestamp not updating when gallery images are replaced. (#4354)
  • Fixed sort options breaking roles page load. (#4350)
  • Fixed IPv6 addresses in audit log spilling into date column. (#4349)
  • Fixed many inaccuracies in API example responses. Thanks to @devdot. (#4344)

v23.06.1-ls90

05 Jul 13:10
Compare
Choose a tag to compare

LinuxServer Changes:

Add mariadb-client for bookstack-system-cli support.

bookstack Changes:

Links

Upgrade Notices

  • Email Configuration (TLS) - Due to issues experienced in v23.06, MAIL_ENCRYPTION=ssl or MAIL_ENCRYPTION=tls will now simply ensure that TLS or STARTTLS are used, rather than forcing full TLS to be used. Our email documentation has been updated to reflect this.

Full List of Changes

This release contains the following fixes and changes:

  • Updated MAIL_ENCRYPTION usage due to incorrectly forcing initial TLS usage. (#4358)
  • Updated translations with latest Crowdin changes. (#4352)
  • Fixed image updated timestamp not updating when gallery images are replaced. (#4354)
  • Fixed sort options breaking roles page load. (#4350)
  • Fixed IPv6 addresses in audit log spilling into date column. (#4349)
  • Fixed many inaccuracies in API example responses. Thanks to @devdot. (#4344)

v23.06-ls89

03 Jul 18:33
Compare
Choose a tag to compare

LinuxServer Changes:

Add mariadb-client for bookstack-system-cli support.

bookstack Changes:

Links

Upgrade Notices

  • Email Configuration - If you've configured mail with MAIL_ENCRYPTION=ssl it's advised to test sending (via the button in "Settings > Maintenance") after updating to v23.06 since support for SSL has been dropped for email sending, but we instead now force TLS to be required when this option is set.
  • Font Customization - The technique for customizing fonts has changed to be simpler, less fragile and more flexible. If customizing fonts it's advised to update to the new method as shown in our updated documentation on changing fonts.
  • Guest User Account - Previously custom roles could be given to the "Guest" user account but permissions for those roles would not fully apply. That's been changed in v23.06 so additional role permissions fully apply but, as a precaution to prevent unexpected additional grant of permissions upon upgrade, any additional roles assigned to the "Guest" user will be removed upon update migration. If needed, simply re-assign any desired custom guest user roles after updating.

Full List of Changes

  • Added visual comment threading. (#4286, #3400)
  • Added read-only comments listing into page editor. (#4322)
  • Added methods for screen-reader/keyboard-only users to use the page section popup. (#3975)
  • Added option to delete the current page draft. (#3927)
  • Added text for each activity type so that webhooks always have readable text. (#4216)
  • Updated image manager with new design to be responsive and more accessible. (#4265)
  • Updated how fonts are defined for easier CSS customization. (#4302, #4307)
  • Updated pages API to provide raw html in single page responses. (#4310)
  • Updated system status colors with dark variants and to be CSS variables for easier customization. (#4301)
  • Updated API docs with multi-paragraph descriptions for endpoints. (#4332)
  • Updated ldap_connect usage to avoid deprecated syntax. (#4274)
  • Updated MAIL_ENCRYPTION options & guidance for clarity. (#4342)
  • Updated command codebase to align logic. (#4262, #4225)
  • Updated default page copy/move view to show the parent book of chapter targets. (#4264)
  • Updated export styles to remove rules redundant for HTML/PDF exports. (#4303)
  • Updated JsonDebugException to use the "Responsable" interface. Thanks to @devdot. (#4318)
  • Updated shelf permissions view to not show the non-used "create" permission. (#2690)
  • Updated translations with latest Crowdin changes. (#4256)
  • Updated WYSIWYG editor library from TinyMCE 6.3.1 to 6.5.1.
  • Fixed API chapter update not using "book_id" parameter. (#4272)
  • Fixed API returns responses to return 404 instead of 500 on not found. Thanks to @devdot. (#4290, #4291)
  • Fixed created/updated times not showing using the Romanian language. (#4297)
  • Fixed guest user role handling so they can accept custom permissions from other roles. (#1229)
  • Fixed inaction when certain parameters were combined using the content-permissions API. (#4323)
  • Fixed incorrect times in Users list API. (#4325)
  • Fixed misaligned case-sensitive sorting in shelves. (#4341)
  • Fixed misaligned date and time format returned by the image gallery API. (#4294)
  • Fixed growing table rows in the WYSIWYG when using Firefox. (#4337)

v23.06-ls88

30 Jun 10:45
Compare
Choose a tag to compare

LinuxServer Changes:

Add mariadb-client for bookstack-system-cli support.

bookstack Changes:

Links

Upgrade Notices

  • Email Configuration - If you've configured mail with MAIL_ENCRYPTION=ssl it's advised to test sending (via the button in "Settings > Maintenance") after updating to v23.06 since support for SSL has been dropped for email sending, but we instead now force TLS to be required when this option is set.
  • Font Customization - The technique for customizing fonts has changed to be simpler, less fragile and more flexible. If customizing fonts it's advised to update to the new method as shown in our updated documentation on changing fonts.
  • Guest User Account - Previously custom roles could be given to the "Guest" user account but permissions for those roles would not fully apply. That's been changed in v23.06 so additional role permissions fully apply but, as a precaution to prevent unexpected additional grant of permissions upon upgrade, any additional roles assigned to the "Guest" user will be removed upon update migration. If needed, simply re-assign any desired custom guest user roles after updating.

Full List of Changes

  • Added visual comment threading. (#4286, #3400)
  • Added read-only comments listing into page editor. (#4322)
  • Added methods for screen-reader/keyboard-only users to use the page section popup. (#3975)
  • Added option to delete the current page draft. (#3927)
  • Added text for each activity type so that webhooks always have readable text. (#4216)
  • Updated image manager with new design to be responsive and more accessible. (#4265)
  • Updated how fonts are defined for easier CSS customization. (#4302, #4307)
  • Updated pages API to provide raw html in single page responses. (#4310)
  • Updated system status colors with dark variants and to be CSS variables for easier customization. (#4301)
  • Updated API docs with multi-paragraph descriptions for endpoints. (#4332)
  • Updated ldap_connect usage to avoid deprecated syntax. (#4274)
  • Updated MAIL_ENCRYPTION options & guidance for clarity. (#4342)
  • Updated command codebase to align logic. (#4262, #4225)
  • Updated default page copy/move view to show the parent book of chapter targets. (#4264)
  • Updated export styles to remove rules redundant for HTML/PDF exports. (#4303)
  • Updated JsonDebugException to use the "Responsable" interface. Thanks to @devdot. (#4318)
  • Updated shelf permissions view to not show the non-used "create" permission. (#2690)
  • Updated translations with latest Crowdin changes. (#4256)
  • Updated WYSIWYG editor library from TinyMCE 6.3.1 to 6.5.1.
  • Fixed API chapter update not using "book_id" parameter. (#4272)
  • Fixed API returns responses to return 404 instead of 500 on not found. Thanks to @devdot. (#4290, #4291)
  • Fixed created/updated times not showing using the Romanian language. (#4297)
  • Fixed guest user role handling so they can accept custom permissions from other roles. (#1229)
  • Fixed inaction when certain parameters were combined using the content-permissions API. (#4323)
  • Fixed incorrect times in Users list API. (#4325)
  • Fixed misaligned case-sensitive sorting in shelves. (#4341)
  • Fixed misaligned date and time format returned by the image gallery API. (#4294)
  • Fixed growing table rows in the WYSIWYG when using Firefox. (#4337)

v23.05.2-ls87

26 Jun 18:34
Compare
Choose a tag to compare

LinuxServer Changes:

Add mariadb-client for bookstack-system-cli support.

bookstack Changes:

Links

Full List of Changes

This release contains the following fixes and changes:

  • Updated view-only code block line highlighting to only show on focus. (#4254)
  • Updated System CLI. (#4252)
    • Fixed issues regarding symlinked folders for backup and restore.
    • Fixed incorrect app directory searching.
  • Updated image/attachment file upload buttons to allow selection of mulitple files. (#4241)
  • Updated translations with latest Crowdin changes. (#4239)
  • Updated attachment drag handling so they can be dragged via their name/link. (#591)

v23.05.2-ls86

19 Jun 18:29
Compare
Choose a tag to compare

LinuxServer Changes:

Add mariadb-client for bookstack-system-cli support.

bookstack Changes:

Links

Full List of Changes

This release contains the following fixes and changes:

  • Updated view-only code block line highlighting to only show on focus. (#4254)
  • Updated System CLI. (#4252)
    • Fixed issues regarding symlinked folders for backup and restore.
    • Fixed incorrect app directory searching.
  • Updated image/attachment file upload buttons to allow selection of mulitple files. (#4241)
  • Updated translations with latest Crowdin changes. (#4239)
  • Updated attachment drag handling so they can be dragged via their name/link. (#591)

v23.05.2-ls85

12 Jun 18:30
Compare
Choose a tag to compare

LinuxServer Changes:

Add mariadb-client for bookstack-system-cli support.

bookstack Changes:

Links

Full List of Changes

This release contains the following fixes and changes:

  • Updated view-only code block line highlighting to only show on focus. (#4254)
  • Updated System CLI. (#4252)
    • Fixed issues regarding symlinked folders for backup and restore.
    • Fixed incorrect app directory searching.
  • Updated image/attachment file upload buttons to allow selection of mulitple files. (#4241)
  • Updated translations with latest Crowdin changes. (#4239)
  • Updated attachment drag handling so they can be dragged via their name/link. (#591)