Skip to content

Commit cd01aea

Browse files
committed
Update changelog and documentation for v10.6.0 release
Added details for fixes in v10.6.0, including making Islands layout available for the free plan, fixing `{{fileIcon}}` rendering, and introducing an experimental gradient painting solution for the Project Title Frame. Updated version in configuration.
1 parent dbfc34d commit cd01aea

10 files changed

Lines changed: 57 additions & 2 deletions

_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.6.0
35+
version: 10.7.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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@ next:
1616
# Changelog
1717
----
1818

19+
## 10.7.0
20+
21+
### Features
22+
23+
- Improve **Islands** layout to follow the official guidelines:
24+
- Main Window background is now merged with the stripes and status bar colors
25+
- The Tabbed Pane is now using the same colors as the tool windows
26+
- Inherit the **Main Window Gradient** when the Title Bar, Tool Windows and Status Bar are not colorized.
27+
- Add more settings to the **Islands Layout**:
28+
- **Contrast Mode**: Make the background color lighter, to differentiate it from the tool windows and the editor.
29+
- **Custom Background Color**: Specify your own background color
30+
- **Border**: Add a slight border on the islands
31+
- **Custom Border Color**: Specify your own border color
32+
- Better integration with the **Project Title Frame**
33+
1934
## 10.6.0
2035

2136
### Fixes

docs/what-s-new.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,46 @@ toc: true
77

88
----
99

10+
## What's new in Material Theme UI v10.7.0
11+
12+
This version focuses on improving the **Islands** layout to look more like the original design, and its integration with the _Project Title Frame_.
13+
14+
### Islands Layout improvements
15+
16+
This version brings a refurbished version of the _Islands Layout_, following the official guidelines:
17+
- The background color is now inherited from the main frame.
18+
- The tool window stripes are also inherited from the main frame.
19+
- The tabs are using the same color as the islands' background color.
20+
- A slight border has been added to help distinguish the islands.
21+
22+
For that purpose, a few settings have been added to the _Islands Settings_:
23+
- **Contrast Mode**: Set a lighter background color for the main window, contrasting with the islands and the editor
24+
- **Custom Background**: Same as before, set your own background color
25+
- **Border Color**: Set a border color for the islands
26+
- **Custom Border Color**: Specify your own border color
27+
28+
### Project Title Frame Integration
29+
30+
In addition, the _Project Title Frame_ is now integrated with the _Islands Layout_ by inheriting the background color from the main frame as well. The previous experimental solution was not working properly, therefore it has been removed in favor of this new solution.
31+
32+
### Screenshots:
33+
34+
{% include figure.html content="/screens/islandsV2.png" caption="New Islands Layout" %}
35+
36+
{% include figure.html content="/screens/withProjectFrame.png" caption="With Project Title Frame" %}
37+
38+
{% include figure.html content="/screens/islandsContrast.png" caption="Contrast Mode" %}
39+
40+
{% include figure.html content="/screens/customBackground.png" caption="Custom Background" %}
41+
42+
{% include figure.html content="/screens/withColorizedTitle.png" caption="With Colorized Title Bar" %}
43+
44+
{% include figure.html content="/screens/withBorder.png" caption="With Border" %}
45+
46+
{% include figure.html content="/screens/withCustomBorder.png" caption="With Custom Border" %}
47+
48+
----
49+
1050
## What's new in Material Theme UI v10.6.0
1151

1252
### Fixes
@@ -86,7 +126,7 @@ In addition, tabs using custom *File Colors* are now more opaque, providing a be
86126

87127
A new pattern has been added to the **Project Title Frame**, `{subProject}` to reference a different sub-project when running in a **multi-project** setup.
88128

89-
{% include figure.html content="/screens/subProject.png" caption="Sub-Project support in Project Title Frame" %}
129+
{% include figure.html content="/screens/subproject.png" caption="Sub-Project support in Project Title Frame" %}
90130

91131
> Note: Multi-project setups are available for all IDEs except IntelliJ IDEA, Rider and Android Studio. They are allowing you to open multiple projects in the same window, using the "Attach Project" feature at `File > Attach Project`.
92132

img/screens/customBackground.png

428 KB
Loading

img/screens/islandsContrast.png

410 KB
Loading

img/screens/islandsV2.png

414 KB
Loading

img/screens/withBorder.png

417 KB
Loading

img/screens/withColorizedTitle.png

382 KB
Loading

img/screens/withCustomBorder.png

366 KB
Loading

img/screens/withProjectFrame.png

425 KB
Loading

0 commit comments

Comments
 (0)