diff --git a/.gitbook/assets/language-modal.png b/.gitbook/assets/language-modal.png new file mode 100644 index 0000000..0f25ee3 Binary files /dev/null and b/.gitbook/assets/language-modal.png differ diff --git a/.gitbook/assets/language-option.png b/.gitbook/assets/language-option.png new file mode 100644 index 0000000..6968b29 Binary files /dev/null and b/.gitbook/assets/language-option.png differ diff --git a/.gitbook/assets/match-preferences-across-devices.png b/.gitbook/assets/match-preferences-across-devices.png new file mode 100644 index 0000000..bc37f9f Binary files /dev/null and b/.gitbook/assets/match-preferences-across-devices.png differ diff --git a/.gitbook/assets/theme-modal.png b/.gitbook/assets/theme-modal.png new file mode 100644 index 0000000..dd03ea0 Binary files /dev/null and b/.gitbook/assets/theme-modal.png differ diff --git a/.gitbook/assets/theme.png b/.gitbook/assets/theme.png new file mode 100644 index 0000000..c03eeac Binary files /dev/null and b/.gitbook/assets/theme.png differ diff --git a/.gitbook/assets/user-preferences.png b/.gitbook/assets/user-preferences.png new file mode 100644 index 0000000..ef87bc2 Binary files /dev/null and b/.gitbook/assets/user-preferences.png differ diff --git a/SUMMARY.md b/SUMMARY.md index a7c8060..43309ce 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -3,6 +3,8 @@ * [Introduction](README.md) * [Release Notes](release-notes/README.md) * [Live 3](release-notes/live-3/README.md) + * [3.33.0](release-notes/live-3/3.33.0.md) + * [3.32.0](release-notes/live-3/3.32.0.md) * [3.31.0](release-notes/live-3/3.31.0.md) * [3.30.0](release-notes/live-3/3.30.0.md) * [3.29.0](release-notes/live-3/3.29.0.md) diff --git a/release-notes/live-3/3.33.0.md b/release-notes/live-3/3.33.0.md new file mode 100644 index 0000000..a6dbf54 --- /dev/null +++ b/release-notes/live-3/3.33.0.md @@ -0,0 +1,51 @@ +--- +description: Released ToDo, 2023 +--- + +{% hint style="info" %} +After Live 3.33.0 comes out of beta this documentation will be finalized and published on platform.intelie.com +{% endhint %} + +# 3.33.0 + +### New Features +* Allow users to use system theme ([more](#allow-users-to-use-system-theme)) +* Allow users to select their language ([more](#allow-users-to-select-their-language)) +* Allow users to sync personal preference options across devices ([more](#allow-users-to-sync-personal-preference-options-across-devices)) + +## Details + +### Allow users to use system theme +Live users can now choose to follow its device theme mode. In order to do so, the user needs to click on the top-right button and, them, choose "Theme". + +![Accessing theme](<../../.gitbook/assets/theme.png>) + +![Personal preferences modal - theme](<../../.gitbook/assets/theme-modal.png>) + +If you don't find the option "theme", verify in Live admin if the option `System & Display > User preferences > Theme customization` is activated. Please note that, if the "Language customization" toggle is also on, the option will be called "Personal preferences" instead of "Theme". + +![Live admin > user preferences](<../../.gitbook/assets/user-preferences.png>) + +### Allow users to select their language +Live users can now choose their preferred language. To do so, the user needs to click on the top-right button and, them, choose "Language". The preferred language will be used in Live interface and received e-mails. Entities names (like dashboard names) will not be affected. + +![Personal preference options](<../../.gitbook/assets/language-option.png>) + +After that, the user can choose their preferred language: + +![Personal preferences modal - language](<../../.gitbook/assets/language-modal.png>) + +If you don't find the option "Language", verify in Live admin if the option System & Display > User preferences > Language customization is activated. Please note that, if the "Theme customization" toggle is also on, the option will be called "Personal preferences" instead of "Language". + +![Live admin > user preferences](<../../.gitbook/assets/user-preferences.png>) + +### Allow users to sync personal preference options across devices +At "Personal preferences menu", the user can choose either to: +- **Use its language and theme preferences only in the current browser:** when choosing this option, the personal preferences will be saved at the browser local storage +- **Match preferences across devices/browser:** any other device/browser using the same Live account will receive the same preference configurations + +{% hint style="info" %} +Local preferences will always have priority over preferences saved across devices. +{% endhint %} + +![Personal preference options](<../../.gitbook/assets/match-preferences-across-devices.png>) \ No newline at end of file diff --git a/release-notes/live-3/README.md b/release-notes/live-3/README.md index aae15c8..25450db 100644 --- a/release-notes/live-3/README.md +++ b/release-notes/live-3/README.md @@ -8,6 +8,10 @@ We advise that, from July of 2021 on, `systemd` will be a mandatory dependency f Beginning in this version Live will start to use the [Semantic Versioning 2.0.0](https://semver.org/). {% endhint %} +## [3.33.0](3.33.0.md) (ToDo, 2023) + +* ToDo + ## 3.31.3 (June 09, 2023) ### Fixes and improvements