Skip to content

Commit 345de25

Browse files
committed
update
1 parent 927da72 commit 345de25

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
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: 9.1.0
35+
version: 9.2.0
3636
year: 2015-2024
3737
social_image_path: /img/brand/logo.png
3838
social_logo_path: /img/brand/logo.png

docs/changelog.md

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

19+
## 9.2.0
20+
21+
### Features
22+
23+
- New *UI Component* setting: **Use Original Tool Window Hover Buttons**. Enable it to restore the original look of the
24+
Tool Window Buttons.
25+
- **Java Additions**: Add `null` and `final` additions
26+
27+
### Fixes
28+
29+
- Refactor the **Theme Selector** to improve performance and limit freezes
30+
- Fix the issue where buttons become spaced out when changing the **Custom Header Height** setting.
31+
- Adds back the _Selected Tool Window indicator_.
32+
- Fix the issue where the **Arrows Style** setting was disabled if the Atom Material Icons plugin was installed but
33+
disabled.
34+
- Fix issue with large buttons
35+
- Fix issue with Toolbar icons unavailable on the free plan
36+
- Fix issue with File Color Gray
37+
- Fix _Custom Line Height_ setting not having any effect
38+
1939
### Other
2040

41+
- Migrate to Kotlin K2
42+
- Change default value of `Centered Editor` to false
43+
2144
## 9.1.0
2245

2346
### Features

docs/what-s-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Upon clicking migrate, your previous settings will be migrated to the new format
3737
3838
### Centered Editor
3939

40-
Perhaps the most controversial of the changes, is a new feature called **Centered Editor**. When enabled, it centers the code in the middle of the editor, as opposed as tucked to the left. This is a feature that has been requested for a long time, and it's finally here.
40+
Perhaps the most controversial of the changes, is a new feature called **Centered Editor**. When enabled, it centers the code in the middle of the editor, as opposed as tucked to the left.
4141

4242
{% include figure.html content="/screens/centeredEditor.png" caption="Centered Editor" %}
4343

0 commit comments

Comments
 (0)