You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update changelog and documentation for v10.7.1 release
Added details for new features and fixes in v10.7.1, including border size control for Rounded Tabs, free access to Rounded Tabs, and theme change issue resolutions. Updated version in configuration.
Copy file name to clipboardExpand all lines: docs/what-s-new.md
+35-14Lines changed: 35 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,27 +7,48 @@ toc: true
7
7
8
8
----
9
9
10
-
## What's new in Material Theme UI v10.7.1
10
+
## What's new in Material Theme UI v10.8.0
11
11
12
-
## 10.7.1
12
+
This version opens the **Rounded Tabs** feature to all users, an option to control the size of the rounded tabs border, and brings the **Material Wallpaper** feature to external themes.
13
13
14
-
### Features
14
+
### Material Wallpaper for all themes
15
15
16
-
- Add option to control the size of the _Rounded Tabs_ border
17
-
- Open **Rounded Tabs** option to Free Users
16
+
The **Material Wallpaper** feature is now available for all themes, not only the bundled Material Themes. This was done by generating the wallpaper from the theme's colors on the fly, rather than using a pre-defined image.
18
17
19
-
### Fixes
18
+
Examples from a few themes from the Marketplace:
19
+
20
+
{% include figure.html content="/screens/wallpapers/darkviolet.png" caption="Relax Dark Violet Wallpaper" %}
21
+
22
+
{% include figure.html content="/screens/wallpapers/onedark.png" caption="One Dark Islands Wallpaper" %}
23
+
24
+
{% include figure.html content="/screens/wallpapers/sakura2.png" caption="Sakura Wallpaper" %}
25
+
26
+
{% include figure.html content="/screens/wallpapers/shades.png" caption="Shades Of Purple Wallpaper" %}
27
+
28
+
**Note**: Enabling Wallpapers will prevent the **gradients** from being displayed on the Application Frame in the new Islands Layout!
29
+
{:class='card-panel warn'}
30
+
31
+
----
32
+
33
+
### Rounded Tabs Settings
34
+
35
+
Another option is the ability to control the size of the border for the Rounded Tabs.
36
+
37
+
{% include figure.html content="/screens/minSize.png" caption="Min Size (1)" %}
38
+
39
+
{% include figure.html content="/screens/maxSize.png" caption="Max Size (4)" %}
40
+
41
+
----
42
+
43
+
### Other Fixes
44
+
45
+
Aside from these new features, we tried to fix a few issues related to the new Islands Layout to make it blend it better with external themes.
20
46
21
-
- Fix issue where changing themes would place the Title Frame on the left
22
-
- Fix issue where changing themes would change the Stripe Tool Windows Color
23
-
- Fix conflict between _Centered Editor_ and _Distraction Free Mode_
24
-
- Experiment: Change the way _External Themes_ are loaded in order to blend better in the _Islands_ layout
25
-
- Experiment: Remove scaling, trying to fix issues with Zoom Level != 100
47
+
We also fixed the issue with the __Project Title Frame__ that was stuck to the left upon switching themes.
0 commit comments