Skip to content

Commit bd80a86

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 b20895e commit bd80a86

4 files changed

Lines changed: 33 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.0.0
35+
version: 10.1.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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,22 @@ next:
1616
# Changelog
1717
----
1818

19+
## 10.1.0
20+
21+
### Features
22+
23+
- Enhanced **Theme Randomizer**: Improved theme selection with a shuffle functionality that:
24+
- Prevents the same theme from appearing consecutively
25+
- Considers theme weights for frequency of appearance
26+
- Displays upcoming themes in the tool window
27+
- Adds next/previous/shuffle theme buttons for manual navigation
28+
29+
### Fixes
30+
31+
- **Theme Randomizer**: Fix unability to uncheck themes in the settings
32+
- **Theme Randomizer**: Fix unability to change the weight
33+
- **Theme Randomizer**: Non Material Themes are not switched over
34+
1935
## 10.0.0
2036

2137
### Features

docs/what-s-new.md

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

88
----
99

10+
## What's new in Material Theme UI v10.1.0
11+
12+
This version focuses on issues related to the **Theme Randomizer** feature.
13+
14+
### Favorite Themes Playlist
15+
16+
The previous implementation of the randomizer was a bit too naive and didn't produce the right results. It would give the same theme over and over, prevents you from selecting non material themes, you can't disable specific themes, etc.
17+
18+
As a result, the whole feature has been reworked to a different approach: **Favorite Themes Playlist**.
19+
20+
In this implementation, rather than selecting a theme at random, the plugin will instead generate a "playlist" of themes from the selected favorite themes, and will switch to the next theme in the playlist at the specified interval, like a music playlist.
21+
22+
{% include figure.html content="/screens/randomizerPlaylist.png" caption="Theme Randomizer Playlist" %}
23+
24+
This playlist will be displayed in the tool window that was used to display the next theme countdown. It will display the current selected theme, as well as buttons to switch to the next or previous theme in the playlist. There is also a button to shuffle the playlist manually.
25+
1026
## What's new in Material Theme UI v10.0.0
1127

1228
After long months without updates, the Material Theme UI is proud to announce the release of version 10.0.0, which brings a few new features to the plugin.

img/screens/randomizerPlaylist.png

169 KB
Loading

0 commit comments

Comments
 (0)