Releases: linuxserver/docker-bookstack
v0.27.4-ls62
LinuxServer Changes:
Use old version of tidyhtml pending upstream fixes.
bookstack Changes:
This release contains the following features and updates:
- Fixes UI issue that make book quick-sort options not be clickable. (#1639)
- Updated Russian translations. Thanks to @kostefun. (#1637, #1636, #1635, #1630, #1629, #1628, #1627, #1626, #1624)
- Updated Spanish translations. Thanks to @moucho. (#1633)
- Updated 'Spanish Argentina' translations. Thanks to @leomartinez. (#1623)
v0.27.4-ls61
LinuxServer Changes:
Use old version of tidyhtml pending upstream fixes.
bookstack Changes:
This release contains the following features and updates:
- Fixes UI issue that make book quick-sort options not be clickable. (#1639)
- Updated Russian translations. Thanks to @kostefun. (#1637, #1636, #1635, #1630, #1629, #1628, #1627, #1626, #1624)
- Updated Spanish translations. Thanks to @moucho. (#1633)
- Updated 'Spanish Argentina' translations. Thanks to @leomartinez. (#1623)
v0.27.4-ls60
LinuxServer Changes:
Use old version of tidyhtml pending upstream fixes.
bookstack Changes:
This release contains the following features and updates:
- Fixes UI issue that make book quick-sort options not be clickable. (#1639)
- Updated Russian translations. Thanks to @kostefun. (#1637, #1636, #1635, #1630, #1629, #1628, #1627, #1626, #1624)
- Updated Spanish translations. Thanks to @moucho. (#1633)
- Updated 'Spanish Argentina' translations. Thanks to @leomartinez. (#1623)
v0.27.4-ls59
LinuxServer Changes:
Use old version of tidyhtml pending upstream fixes.
bookstack Changes:
This release contains the following features and updates:
- Fixes UI issue that make book quick-sort options not be clickable. (#1639)
- Updated Russian translations. Thanks to @kostefun. (#1637, #1636, #1635, #1630, #1629, #1628, #1627, #1626, #1624)
- Updated Spanish translations. Thanks to @moucho. (#1633)
- Updated 'Spanish Argentina' translations. Thanks to @leomartinez. (#1623)
v0.27.3-ls59
LinuxServer Changes:
Use old version of tidyhtml pending upstream fixes.
bookstack Changes:
This release contains the following fixes:
- Fixed issue where images could not be pasted due to incorrect handling of FormData requests. (#1621)
v0.27.2-ls59
LinuxServer Changes:
Use old version of tidyhtml pending upstream fixes.
bookstack Changes:
This release contains the following fixes:
- Fixed issue where the URL generation logic could use an incorrect scheme to that set via APP_URL. (#1613)
v0.27.1-ls59
LinuxServer Changes:
Use old version of tidyhtml pending upstream fixes.
bookstack Changes:
This release contains the following fixes:
- Fixed issue causing the markdown editor to not display a preview in Firefox.
- Fixed issue causing page popover edit button icon not to show. (#1616)
- Fixed export style issue causing grey backgrounds to be shown.
v0.27-ls58
LinuxServer Changes:
Use old version of tidyhtml pending upstream fixes.
bookstack Changes:
Links
Full List of Changes
- Reviewed accessibility of BookStack to move towards WCAG 2.0 Support. (#1320, #1476)
- Added page templating functionality. (#129, #1527)
- Added the ability to send a new user a sign-up link where the user can set their own password. (#316)
- Added docker development environment. Thanks to @timoschwarzer. (#1504)
- Added the ability to set seperate storage types for Images and Attachments. (#1302)
- Added Hungarian translations. Thanks to @miles75. (#1554, #1573)
- Added notice to the "Custom HTML Head Content" setting to advise it does not apply while on the settings page. (#1144)
- Updated entity permissions table so it's hidden unless custom permissions are enabled to prevent confusion. Thanks to @timoschwarzer. (#1505)
- Updated French translations. Thanks to @lucaguindani. (#1485)
- Updated German translations. Thanks to @danielroehrig-mm. (#1561)
- Updated Brazilian Portuguese translations. Thanks to @DeehSlash. (#1534)
- Updated HTML code of base templates with locale definition. Thanks to @kostasdizas. (#1486)
- Updated the debug bar so it does not show unless explicitly enabled. (#1508)
- Updated entity colors so they can be easily overridden.
- Updated page navigation so full headings are included in the output but then truncated via CSS which can be overridden. (#1206)
- Updated markdown editor to render the preview in a sandboxed iframe that does not run JavaScript. (#1531).
- Re-wrote URL generation system to avoid incorrect redirects occurring during certain actions such as login and list view change. (#1536, #1459)
- Made it possible to run phpunit via the composer-installed copy. (#1555)
- Moved 'config' directory into 'app' directory to avoid confusion. (#1506)
- Redesigned front-end translation system to prevent an addition HTTP call on each page load. (#1258)
- Fixed issue causing main menu to be hidden by the page editor at certain widths. (#1556)
- Fixed missing word in social account description text. Thanks to @bjubes. (#1517)
- Fixed print CSS to work with the recent design changes. (#1472)
- Fixed sidebar layout issues on mid-level screen sizes. (#1434)
- Fixed issue that prevented scrolling in the WYSIWYG editor on iOS devices. (#1058)
- Fixed issue where multi-byte characters would not render correctly in the sidebar. (#1172)
- Fixed incorrect page navigation indentation. (#542)
- Removed use of babel and css autoprefixer from dev build system for faster builds. (#1468)
- Removed jQuery and replaced jQuery-based libraries.
v0.26.4-ls57
LinuxServer Changes:
Use old version of tidyhtml pending upstream fixes.
bookstack Changes:
Security Release
The release enhances the security of BookStack in a few different areas:
- Updated user profile behaviour so that users cannot change their email address unless they have permission to manage users. This is to prevent a user acting as an imposter, changing their email to one they don't own. Thanks to @Irrational-NX for raising.
- Improved the script escaping logic that was enhanced in the previous release, by also checking for iframes using javascript or data urls. Thanks again to @billford for raising this issue. (#1531)
- Updated the provided, and added an additional,
.htaccess
file to prevent apache indexes from listing image directories. Thanks to @davidtessier for raising.
v0.26.4-ls56
LinuxServer Changes:
Use old version of tidyhtml pending upstream fixes.
bookstack Changes:
Security Release
The release enhances the security of BookStack in a few different areas:
- Updated user profile behaviour so that users cannot change their email address unless they have permission to manage users. This is to prevent a user acting as an imposter, changing their email to one they don't own. Thanks to @Irrational-NX for raising.
- Improved the script escaping logic that was enhanced in the previous release, by also checking for iframes using javascript or data urls. Thanks again to @billford for raising this issue. (#1531)
- Updated the provided, and added an additional,
.htaccess
file to prevent apache indexes from listing image directories. Thanks to @davidtessier for raising.