Skip to content

Commit aaa8b62

Browse files
committed
Update changelog and documentation for v10.4.0 release
Added details for new features and fixes in v10.4.0, including the ability to disable Favorite Themes on the fly, improved support for Compact Mode, and various bug fixes. Updated version in configuration and included associated images.
1 parent c5d52a0 commit aaa8b62

4 files changed

Lines changed: 41 additions & 4 deletions

File tree

_config.yml

Lines changed: 2 additions & 2 deletions
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.3.0
35+
version: 10.4.0
3636
year: 2015-2025
3737
social_image_path: /img/brand/logo.png
3838
social_logo_path: /img/brand/logo.png
@@ -110,4 +110,4 @@ cdn:
110110
algolia:
111111
application_id: 77GG697EBY
112112
index_name: localhost
113-
extensions_to_index: [ 'md' ]
113+
extensions_to_index: [ 'md' ]

docs/changelog.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,25 @@ next:
1616
# Changelog
1717
----
1818

19+
## 10.4.0
20+
21+
### Features
22+
23+
- Add a button in the **Favorite Themes Shuffle** tool window to disable themes on the fly.
24+
25+
### Fixes
26+
27+
- Fix the wrong identifier for the _Islands_ Plugin
28+
- Prevent a crash when selecting the first theme in the randomizer
29+
- Change the color of the identifier under caret to be consistent with the other identifiers
30+
- Better support for the _Compact Mode_
31+
32+
## 10.3.1
33+
34+
### Fixes
35+
36+
- Fix again the issue with persisting Favorite Themes.
37+
1938
## 10.3.0
2039

2140
### Features
@@ -3175,4 +3194,4 @@ Thanks to @mallowigi for taking the project to the next level. This is all him:
31753194
- This changelog
31763195
- Identifier under caret - Error Stripe Mark
31773196
- Don't grab blade files with PHP regex
3178-
- Fix issues with the color schemes.
3197+
- Fix issues with the color schemes.

docs/what-s-new.md

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

88
----
99

10+
## What's new in Material Theme UI v10.4.0
11+
12+
## Disable Favorite Themes on the fly
13+
14+
A new button has been added to the **Favorite Themes Shuffle** tool window, to allow you to disable the selected theme on the fly, rather than having to open the settings to disable them.
15+
16+
{% include figure.html content="/screens/disableThemes.png" caption="Disable Themes on the fly" %}
17+
18+
## Other Fixes
19+
20+
- Fix again the issue with persisting Favorite Themes.
21+
- Fix the wrong identifier for the _Islands_ Plugin
22+
- Prevent a crash when selecting the first theme in the randomizer
23+
- Change the color of the identifier under caret to be consistent with the other identifiers
24+
- Better support for the _Compact Mode_
25+
26+
----
27+
1028
## What's new in Material Theme UI v10.3.0
1129

1230
### Rounded Tabs Opacity
@@ -553,4 +571,4 @@ Fiou, that was a lot. There are also a lot of bug fixes and improvements, as wel
553571

554572
Please note that this version is still in its early stages, and bugs and performance issues can still be experienced at this point. But we are working hard to make it better, and we hope you will enjoy the new features!
555573

556-
That's it, thanks all folks!
574+
That's it, thanks all folks!

img/screens/disableThemes.png

45.6 KB
Loading

0 commit comments

Comments
 (0)