by browsers as the icon for a tab, or often by mobile devices to use as an "App" icon when creating a
webpage shortcut.
-TODO - Image of new control
+
This is a separate option to the application logo since they're used in different areas in different ways,
and the icon is expected to be a fixed-square size whereas the logo may vary in aspect ratio.
Upon upload BookStack resizes the provided image into a range of sizes for good general compatibility
across different browsers, devices and platforms.
-TODO - Image of icon on mobile device?
+
While you could already hack-in a custom icon via various means, this should it much easier and accessible
to those that don't want to hack about with code or web-servers.
The main addition is that different controls are now available for light and dark mode, meaning you can
set different colors to best suit the mode and theme.
-TODO - Image of color scheme block
+
To support choosing good colors, the interface will jump between light or dark mode as you select the relevant tabs.
It was always tricky to select colors that worked well cross-theme, while ensuring good contrast and legibility,
which made choosing a color, which worked across all these areas, difficult to achieve.
Splitting these out now provides a little more control to get the right look with great usability.
-TODO - Link color usage?
+
BookStack has set new defaults for the dark-mode colors, but those upgrading will find their color settings
auto-copied across to ensure minimal change upon system update, although you can just then change these settings thereafter.
- Multi-select and drag, once previously available, has now been fixed.
- The "Other books" sidebar is now sticky on desktop, meaning you don't need to scroll back up to find this box when sorting long books.
- The book sort boxes are now collapsible, which can useful when sorting multiple large books.
+- Sort items show drag-handles to make it clear you're able to drag & drop.
- Some intro text has been added to help guide users.
-TODO - Image of sort with a collapsed and non-collapsed book, showing expanded menu controls for a page.
+
### Code Block Additions
Since v22.11 a few new code languages have been added for code-highlighting and code-editor support:
- Scheme
-- SQL variants:
- - MySQL
- - MSSQL
- - PostgreSQL
- - SQLite
-- Twig
-- Smarty
-
-TODO - Image of code editor with one of these used?
+- SQL variants: MySQL, MSSQL, PostgreSQL, SQLite
+- Twig (PHP Templating Engine)
+- Smarty (PHP Templating Engine)
+
+
### OIDC Auth ID Configuration Option