Skip to content

Commit c5d52a0

Browse files
committed
Update changelog and documentation for v10.3.0 release
Added details for new features and fixes in v10.3.0, including Rounded Tabs Opacity, Sub-Project support in Project Title Frame, and Theme Randomizer improvements. Updated version and year in configuration. Added associated images for the new features.
1 parent 62d1c63 commit c5d52a0

6 files changed

Lines changed: 42 additions & 1 deletion

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.2.0
35+
version: 10.3.0
3636
year: 2015-2025
3737
social_image_path: /img/brand/logo.png
3838
social_logo_path: /img/brand/logo.png

docs/changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,23 @@ next:
1616
# Changelog
1717
----
1818

19+
## 10.3.0
20+
21+
### Features
22+
23+
- **Rounded Tabs Opacity**: Customize the opacity of the rounded tabs background
24+
- **Project Frame**: Add a new custom pattern: `{subProject}` to refer to the current sub-project in a multi-projects setup.
25+
26+
### Fixes
27+
28+
- Fix the *Theme Randomizer* not persisting disabled themes and weights
29+
- Change the default opacity of tabs with custom file colors
30+
31+
### Other
32+
33+
- Stop showing the *Sharing Stats*, *Install Atom Plugin* and *Auto-Reset Color Scheme* notifications at the first install.
34+
35+
1936
## 10.2.0
2037

2138
### Features

docs/what-s-new.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,30 @@ toc: true
77

88
----
99

10+
## What's new in Material Theme UI v10.3.0
11+
12+
### Rounded Tabs Opacity
13+
14+
You can now customize the opacity of the rounded tabs.
15+
16+
{% include figure.html content="/screens/roundedTabsSettings.png" caption="Rounded Tabs Opacity Settings" %}
17+
18+
In addition, tabs using custom *File Colors* are now more opaque, providing a better visualization.
19+
20+
### Sub-Project support in Project Title Frame
21+
22+
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.
23+
24+
{% include figure.html content="/screens/subProject.png" caption="Sub-Project support in Project Title Frame" %}
25+
26+
> 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`.
27+
28+
### Fixes
29+
30+
This version also fixes the issue of the *Theme Randomizer* not persisting the disabled themes across restarts.
31+
32+
----
33+
1034
## What's new in Material Theme UI v10.2.0
1135

1236
This version fixes issues related to the **Theme Randomizer** feature, as well as many other issues that were reported by the community.
19.1 KB
Loading

img/screens/subproject.png

15.9 KB
Loading

img/screens/themeSelect.png

326 KB
Loading

0 commit comments

Comments
 (0)