Skip to content

Commit 62d1c63

Browse files
committed
Update changelog and documentation for v10.0.0 release
Added details for new features in v10.0.0, including Theme Randomizer, Islands Layout, and Rounded Buttons to the what's new section. Updated version and year in configuration. Added associated images for the new features.
1 parent bd80a86 commit 62d1c63

File tree

3 files changed

+42
-1
lines changed

3 files changed

+42
-1
lines changed

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

19+
## 10.2.0
20+
21+
### Features
22+
23+
- **Custom Active Tab**: Allows you to customize the Active Tab Colors from the _Color Scheme General Colors_
24+
25+
### Fixes
26+
27+
- Trying to fix the freezing issue when selecting the first theme in the randomizer
28+
- Fix the icon size in the _Theme Randomizer_ tables
29+
- _Rounded Tabs_: Make the selection color more transparent
30+
- _Accent Mode_: Now the selected tab has the accent color
31+
- _Rounded Tabs_: Add a border to the inactive tabs
32+
- _Islands_: Change default insets to be more suited to defaults
33+
- Fix focused buttons outline
34+
- Fix the HTML rendering for GitHub Copilot Chat and co.
35+
- Fix Gemini and Junie plugins not being able to load when *Compact Menus* is enabled
36+
1937
## 10.1.0
2038

2139
### Features

docs/what-s-new.md

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

88
----
99

10+
## What's new in Material Theme UI v10.2.0
11+
12+
This version fixes issues related to the **Theme Randomizer** feature, as well as many other issues that were reported by the community.
13+
14+
### Custom Active Tab
15+
16+
A new setting has been added to the **Tabs Settings** to allow customizing the active tab background color. This is done natively from the **Color Scheme General Colors** settings, but the plugin was overriding this behavior to provide its own colorization.
17+
18+
From now on, you can again customize the colors from the Color Scheme, as long as you have the setting enabled.
19+
20+
### Fixes
21+
22+
- Fix an issue where selecting the first theme in the _Theme Randomizer_ freezes the IDE (hopefully)
23+
- Constraint the icon size in the _Theme Randomizer_ tables to 16x16.
24+
- __Rounded Tabs__: Change the selected tab color to a transparent accent color, to mimic the new Islands Design's tabs.
25+
- __Rounded Tabs__: Add a subtle border to inactive tabs, to make them more distinguishable.
26+
- __Accent Mode__: Make the active tab use the *Accent Color* instead of the usual *Background Color*
27+
- __Islands Layout__: Change the default settings to make the islands more spaced with each other.
28+
- __Outline Buttons__: Fix the shape of the focused buttons outline when a custom _Button Radius_ is set.
29+
- __Plugins__: [#579] _GitHub Copilot Chat Window_ style is now correctly indented.
30+
- __Plugins__: [#568] [#580] Fix Gemini and Junie plugins not being able to load when *Compact Menus* is enabled
31+
32+
1033
## What's new in Material Theme UI v10.1.0
1134

1235
This version focuses on issues related to the **Theme Randomizer** feature.

0 commit comments

Comments
 (0)