LinuxServer Changes:
Add symlinks for theme support.
bookstack Changes:
Links
Upgrade Notices
- SAML/LDAP Group Mapping - Within the "External Authentication Ids" field for a BookStack role, a backslash followed by a comma (
\,
) will now cause the comma to be treated as a literal comma within the mapping name, instead of acting as a value separator to define multiple mappings.
Full List of Changes
- Added ability to convert chapters to books, and books to shelves. (#3499, #1087)
- Added ability to auto-initiate login for SAML and OIDC auth users. Thanks to @rjmidau. (#3406, #3216, #2175)
- Added ability to use commas in the role "External Auth ID". (#3416, #3405)
- Added body-start/end templates as a convenience to theme system users. (#894)
- Added OCaml to the code editor language list and fixed highlighting type. (#3511)
- Added TypeScript to the code editor language list. (#3494)
- Added common audio types to our
WebSafeMimeSniffer
for non-download attachment usage. (#3485) - Added LaTex to the code editor language list. (#3458)
- Updated the UI/design with a mass of fixes & improvements. (#3433)
- Updated WYSIWYG code editor interface. (#3512)
- Updated API docs to remove non-existant
image_id
field. (#3474) - Updated logging system to not log
StoppedAuthenticationException
events. (#3468) - Updated the markdown editor preview display to be patch-updated. (#3454)
- Updated export templates into smaller chunks for easier override. (#3443)
- Updated translations with latest Crowdin changes. (#3428)
- Fixed tag overview entity-counts showing incorrect values. (#3435)
- Fixed incorrectly placed debug script on default home page. (#3430)
- Fixed text after line-breaks not being indexed. (#3508)
- Fixed new WYSIWYG code snippets being shown as a single line. (#3507)