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.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.
Copy file name to clipboardExpand all lines: docs/what-s-new.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,29 @@ toc: true
7
7
8
8
----
9
9
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
+
10
33
## What's new in Material Theme UI v10.1.0
11
34
12
35
This version focuses on issues related to the **Theme Randomizer** feature.
0 commit comments