Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mallowigi committed Apr 8, 2024
1 parent 927da72 commit 345de25
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ img_folder: /img
author_default_avatar: /profile-pic.jpeg
github: https://github.com/mallowigi/material-theme-issues
download: https://plugins.jetbrains.com/plugin/8006-material-theme-ui
version: 9.1.0
version: 9.2.0
year: 2015-2024
social_image_path: /img/brand/logo.png
social_logo_path: /img/brand/logo.png
Expand Down
23 changes: 23 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,31 @@ next:
# Changelog
----

## 9.2.0

### Features

- New *UI Component* setting: **Use Original Tool Window Hover Buttons**. Enable it to restore the original look of the
Tool Window Buttons.
- **Java Additions**: Add `null` and `final` additions

### Fixes

- Refactor the **Theme Selector** to improve performance and limit freezes
- Fix the issue where buttons become spaced out when changing the **Custom Header Height** setting.
- Adds back the _Selected Tool Window indicator_.
- Fix the issue where the **Arrows Style** setting was disabled if the Atom Material Icons plugin was installed but
disabled.
- Fix issue with large buttons
- Fix issue with Toolbar icons unavailable on the free plan
- Fix issue with File Color Gray
- Fix _Custom Line Height_ setting not having any effect

### Other

- Migrate to Kotlin K2
- Change default value of `Centered Editor` to false

## 9.1.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion docs/what-s-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Upon clicking migrate, your previous settings will be migrated to the new format
### Centered Editor

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.
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.

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

Expand Down

0 comments on commit 345de25

Please sign in to comment.