Skip to content

Commit 49494b3

Browse files
committed
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.
1 parent a06c882 commit 49494b3

8 files changed

Lines changed: 44 additions & 22 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ img_folder: /img
3232
author_default_avatar: /profile-pic.jpeg
3333
github: https://github.com/mallowigi/material-theme-issues
3434
download: https://plugins.jetbrains.com/plugin/8006-material-theme-ui
35-
version: 10.7.1
35+
version: 10.8.0
3636
year: 2015-2026
3737
social_image_path: /img/brand/logo.png
3838
social_logo_path: /img/brand/logo.png

docs/changelog.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,21 @@ next:
1616
# Changelog
1717
----
1818

19-
## 10.7.1
19+
## 10.8.0
2020

2121
### Features
2222

23-
- Add option to control the size of the _Rounded Tabs_ border
23+
- Add an option to control the size of the **Rounded Tabs** border.
2424
- Open **Rounded Tabs** option to Free Users
25+
- **Material Wallpaper** is now available for all themes, even external ones.
2526

2627
### Fixes
2728

28-
- Fix issue where changing themes would place the Title Frame on the left
29-
- Fix issue where changing themes would change the Stripe Tool Windows Color
30-
- Fix conflict between _Centered Editor_ and _Distraction Free Mode_
31-
- Experiment: Change the way _External Themes_ are loaded in order to blend better in the _Islands_ layout
32-
- Experiment: Remove scaling, trying to fix issues with Zoom Level != 100
29+
- Fix the issue where changing themes would place the Title Frame on the left.
30+
- Fix the issue where changing themes would change the Stripe Tool Windows Color.
31+
- Fix the conflict between _Centered Editor_ and _Distraction Free Mode_
32+
- Experiment: Change the way _External Themes_ are loaded to blend better in the _Islands_ layout.
33+
- Experiment: Remove scaling, trying to fix issues with Zoom Level != 100.
3334

3435
### Other
3536

docs/what-s-new.md

Lines changed: 35 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,48 @@ toc: true
77

88
----
99

10-
## What's new in Material Theme UI v10.7.1
10+
## What's new in Material Theme UI v10.8.0
1111

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.
1313

14-
### Features
14+
### Material Wallpaper for all themes
1515

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.
1817

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.
2046

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.
2648

27-
### Other
49+
We hope you enjoy the new version!
2850

29-
- Add _Islands Settings_ to the _Wizard_
30-
- Add _Borderless Mode_ to the _Wizard_
51+
Happy coding!
3152

3253
----
3354

img/screens/minSize.png

6.98 KB
Loading
248 KB
Loading

img/screens/wallpapers/onedark.png

232 KB
Loading

img/screens/wallpapers/sakura2.png

243 KB
Loading

img/screens/wallpapers/shades.png

232 KB
Loading

0 commit comments

Comments
 (0)