All Versions
31
Latest Version
Avg Release Cycle
25 days
Latest Release
840 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.28.3 Changes
March 14, 2020๐ Links
- โก๏ธ Update instructions
- ๐ Update details on blog
Full List of Changes
๐ This release contains the following fixes and changes:
- โ Added Slovenian language support. Thanks to @mrjaboozy. (#1946)
- โ Added Vietnamese Language support. Thanks to @vuongtrunghieu (#1883)
- โ Added Hebrew Translations. Thanks to @Binternet. (#1827)
- โ Added support for Fortran language code blocks. Thanks to @JHenneberg. (#1878)
- โก๏ธ Updated spacing in colour picker components to be consistent and prevent text-dropdown on longer-text languages. Thanks to @Statium. (#1943, #1930)
- โก๏ธ Updated login and registration header actions to be consistent with other header links. Thanks to @Statium. (#1942)
- โก๏ธ Updated install instructions and scripts to not install development composer packages. (#1928)
- ๐ Updated list styles to prevent additional margin/padding showing in nested lists. Thanks to @MikeyMJCO. (#1913, #1911)
- โก๏ธ Updated Russian translations. Thanks to @kostefun & @Statium. (#1885, #1837)
- โก๏ธ Updated translations for Vietnamese, Danish, Slovenian, Russian, German Informal; German, French, Czech, Swedish, Spanish, Hungarian, Portuguese, Brazilian, Japanese & Chinese Simplified. Thanks to Crowdin Users.
- โก๏ธ Updated "Intended URL" logic to work when "Public Access" is enabled. Thanks to @Xiphoseer. (#1817, #1706)
- ๐ Fixed error that would throw if a user logs in with GitHub while having has a blank 'name'. (#1853)
- ๐ Fixed validation issues that could occur on image uploads in some environments. Thanks to @TBK. (#1900, #1570)
- ๐ Fixed 'interaction_required' response returned for the Azure login that would show when MFA is enabled. Thanks to @ch0wm3in. (#1889, #1903)
-
v0.28.2 Changes
February 15, 2020๐ This release contains the following fixes and changes:
- ๐ Fixed side-effect in binary LDAP handling that was added in v0.28.1
-
v0.28.1 Changes
February 15, 2020๐ This release contains the following fixes and changes:
- ๐ Fixed issue where WYSIWYG editor would freeze when a code block is dragged. (#1901)
- ๐ Fixed shelf cover images not be stored on creation. Thanks @TBK. (#1899, #1897)
- ๐ Fixed css issue that prevented DOMPDF exports. (#1886)
- ๐ Fixed issue where breadcrumb dropdown menus would display error messages. (#1884)
- ๐ Fixed error that was thrown on LDAP login when no matching user was found. (#1876)
- โก๏ธ Updated code block rendering to avoid showing an empty new-line at the end of a block. (#1877)
- โก๏ธ Updated test email send functionality to capture and show any errors thrown. (#1874)
- โ Added ability to mark LDAP attributes as binary so they can be converted to hex for storage. (#1872)
- โ Added LDAP option to dump fetched user details to assist debugging. (#1872)
-
v0.28.0 Changes
February 03, 2020๐ Links
- โก๏ธ Update instructions
- ๐ Update details on blog
Requirements Change
- Minimum required version of PHP has changed from 7.0.5 to 7.2.
Full List of Changes
โ Additions
- โ Added a baseline API implementation. (#1414, #1826)
- โ Added SAML2 authentication option. Thanks to @Xiphoseer. (#1787, #1576, #276)
- โ Added ability to override translations with custom text using the theme system. (#1749)
- โ Added the ability to customise application theme colours in settings. Thanks to @james-geiger. (#1723, #1380)
- โ Added ability to send test e-mails. Thanks to @timoschwarzer. (#1719, #1696)
- โ Added Pascal support for content code blocks. Thanks to @albergoniSivaf. (#1730)
- โ Added support INI syntax in code editor. Thanks to @c0shea. (#1667, #1648)
- โ Added event hooks for core editor setup actions. (#1721)
- โ Added a "Cascade Shelf Permissions" command to copy shelf permission to books. (#1091)
- โ Added ability to fullscreen markdown editor and improved mobile layout. (#1675)
โก๏ธ Updates
- โก๏ธ Updated focus outline to be a sensible width and consistent across browsers. (#1738)
- โก๏ธ Updated page deletion flow so the user lands on the parent chapter if existing. (#1715)
- โก๏ธ Updated book-create-cancel flow to return to shelf if that's the origin. Thanks to @cw1998. (#1687, #1662)
- โก๏ธ Updated collapsible form sections to auto-open if containing validation errors. (#1693)
- โก๏ธ Updated LDAP functionality to fetch gravatar upon registration. Thanks to @philjak. (#1746)
- โก๏ธ Updated the login fields to autofocus on visit. Thanks to @almandin. (#1584)
- โก๏ธ Updated PHP code block syntax highlighting to detect, and highlight, PHP code without opening <?php tags. (#1557)
- โก๏ธ Updated registration settings to indicate non-used settings when LDAP/SAML is active and removed confusing overriding behaviour. (#1541)
- โก๏ธ Updated image upload handling to prevent generated thumbnails being used if larger than original image. (#1751)
- โก๏ธ Updated LDAP authentication to allow the attribute, that's stored and used as a unique identifier, to be configurable. (#592)
- โก๏ธ Updated notifications to show a close icon. Thanks to @SoarinFerret. (#1845, #1525)
- ๐ Updated maintenance page to link to GitHub release page. Thanks to @DeftNerd. (#1462)
- โก๏ธ Updated codeblocks so white-space is not trimmed. (#1771)
๐ Translations
- โก๏ธ Updated Traditional Chinese translations. Thanks to @johnroyer. (#1819)
- ๐ Updated Polish translations. Thanks to @artskoczylas. (#1804)
- โก๏ธ Updated Italian translations. Thanks to @dellamina. (#1762)
- โก๏ธ Updated Simplified Chinese translations. Thanks to @qianmengnet and @jzoy. (#1797, #1791)
- โก๏ธ Updated Korean translations. Thanks to @ististudio. (#1734)
- โก๏ธ Updated French translations. Thanks to @qligier. (#1695)
- โก๏ธ Updated 'Spanish Argentina' translations. Thanks to @leomartinez. (#1681)
- โก๏ธ Updated Turkish translations. Thanks to @oykenfurkan. (#1660)
- โก๏ธ Updated Russian translations. Thanks to @kostefun. (#1646)
- โก๏ธ Updated German translations. Thanks to @ezzra. (#1503)
- ๐ Updated translations for: Portuguese, Brazilian; Chinese Traditional; Chinese Simplified; Dutch; Italian; Ukrainian; Polish; Spanish; Hungarian; German; Turkish; French; Danish; German Informal; Russian; Korean; Spanish, Argentina. Thanks to Crowdin Users.
๐ง Maintenance
- โฌ๏ธ Upgraded framework to Laravel 6. Thanks to @timoschwarzer and @JtheBAB for assisting with this. (#1641, #1600)
- ๐ Setup Crowdin to manage translations. (#1261)
- ๐จ Refactored entity repository code & refactored core controllers. (#1690)
- Aligned authentication service functionality, config & behaviour. (#1866)
๐ Fixes
- ๐ Fixed issue where base64 images would paste as text. (#1697)
- ๐ Fixed issue where pasted images would not auto upload in some circumstances. (#1651)
- ๐ Fixed issue where code block content would be hidden until clicked. (#1672)
- ๐ Fixed a possible middleware exception. Thanks to @abublihi. (#1793)
- ๐ Fixed issue where a shelf image may not be assigned properly. Thanks to @philjak. (#1735)
- ๐ Fixed missing git dependency in developer docker setup. Thanks to @ammardev. (#1698)
- ๐ Fixed issue where inline code blocks could overrun the page and cut-off. Thanks to @james-geiger. (#1587, #1575)
- ๐ Fixed missing translations for "actions". Thanks to @ezzra. (#1502)
-
v0.27.5 Changes
October 16, 2019 -
v0.27.4 Changes
September 07, 2019๐ 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 Changes
September 03, 2019๐ 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 Changes
September 01, 2019๐ 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 Changes
September 01, 2019๐ 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 Changes
August 31, 2019๐ Links
- โก๏ธ Update instructions
- ๐ Update details on blog
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.