v0.24.2-pkg-8c1dfdeb-ls17
·
626 commits
to master
since this release
LinuxServer Changes:
Bot Updating Package Versions
bookstack Changes:
This release contains the following fixes and changes:
- Added Korean translations. Thanks to @limkukhyun. (#1066)
- Added option to Google authentication to force account selection. Thanks to @justein230. (#1063)
- Updated Brazilian Portuguese translations. Thanks to @DeehSlash. (#1034)
- Updated Chinese translations. Thanks to @qianmengnet. (#1109)
- Updated French translations. Thanks to @TheLastOperator. (#1098)
- Updated Traditional Chinese translations. Thanks to @kejjang. (#1088)
- Markdown editor now wraps images with link to original file on insert. Thanks to @thomasjsn. (#1064,#1062)
- Fixed incorrect login redirect if using BookStack on a sub-path. ((#1048,#956))
- Updated laravel to fix
compact()
issue on page load when using PHP 7.3. (#1095) - Major re-structure to many core parts of the application back-end code.
- Updated all JavaScript modules to use ES6 import/export instead of
require
syntax.