Skip to content

BookStack v23.08

Compare
Choose a tag to compare
@ssddanbrown ssddanbrown released this 30 Aug 11:43
· 364 commits to development since this release
v23.08
27bf429

Links

Upgrade Notices

  • Security - Webhooks - In scenarios where admin users are not trusted, webhooks could potentially be used maliciously. This update adds a control for such functionality. Please read our documentation for the new ALLOWED_SSR_HOSTS option if this may be a concern for your instance.

Full List of Changes

  • Added content notification system. (#4390, #4371, #241)
  • Added browser-based drawing backup storage mechanism. (#4457, #4421)
  • Added order/priority control within books via the API. Thanks to @rouet. (#4313, #4298)
  • Added host allow list option for server side requests like webhooks. (#4410)
  • Added additional comment-specific activities. (#4389)
  • Updated translations with latest Crowdin changes. (#4380, #4462)
  • Fixed API docs caching failure when using DB cache driver. (#4453)
  • Fixed overly wide page view when using an RTL language. (#4429)
  • Fixed status cache check to work better for simultaneous requests. (#4396)
  • Fixed markdown editor scrolling on mobile screen sizes. (#4466)