Skip to content

Commit c211b2e

Browse files
committed
bump
1 parent 02fe228 commit c211b2e

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ This is a very experimental version. Random bugs may occur.
77
- Material Inputs
88
- Material Passwords
99
- Material Tabs
10+
- Add option to disable Material Theme only (leaving components, tabs and other options on)
11+
- Tab Height customizable
12+
- More UI Icons
13+
- Bug fixes (and possibly improvements)
1014

1115
## 0.4.4
1216
- Added remaining options to TopHitProvider

src/main/resources/META-INF/plugin.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>com.chrisrm.idea.MaterialThemeUIFork</id>
33
<name>Material Theme UI EAP</name>
4-
<version>0.5.0.prealpha</version>
4+
<version>0.5.0</version>
55
<vendor email="heliosaian@gmail.com" url="https://github.com/mallowigi">Mallowigi</vendor>
66

77
<description><![CDATA[
@@ -116,14 +116,18 @@
116116

117117
<change-notes><![CDATA[
118118
<html>
119-
<b>Version 0.5.0.prealpha</b>
119+
<b>Version 0.5.0</b>
120120
<p>Warning: this is a very experimental version. Random bugs may occur</p>
121121
<ul>
122122
<li>Themed Scrollbars</li>
123123
<li>Material Table Headers (experimental)</li>
124124
<li>Material Inputs</li>
125125
<li>Material Passwords</li>
126-
<li>Material Tabs (experimental)</li>
126+
<li>Material Tabs</li>
127+
<li>Add option to disable Material Theme but leaving icons, tabs, schemes...</li>
128+
<li>Customizable Tab Height (experimental)</li>
129+
<li>More UI Icons</li>
130+
<li>Bug fixes (and possible improvements)</li>
127131
</ul>
128132
<b>Version 0.4.4</b>
129133
<ul>

0 commit comments

Comments
 (0)