From 345de25734c833aad434a34fa24385531aacca94 Mon Sep 17 00:00:00 2001 From: Elior Date: Mon, 8 Apr 2024 13:18:13 +0300 Subject: [PATCH] update --- _config.yml | 2 +- docs/changelog.md | 23 +++++++++++++++++++++++ docs/what-s-new.md | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 10c04e6..e0debc4 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/docs/changelog.md b/docs/changelog.md index 0eeaa2e..4549282 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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 diff --git a/docs/what-s-new.md b/docs/what-s-new.md index 133b044..76ab73f 100644 --- a/docs/what-s-new.md +++ b/docs/what-s-new.md @@ -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" %}