Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mallowigi committed Jun 16, 2017
1 parent 02fe228 commit c211b2e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ This is a very experimental version. Random bugs may occur.
- Material Inputs
- Material Passwords
- Material Tabs
- Add option to disable Material Theme only (leaving components, tabs and other options on)
- Tab Height customizable
- More UI Icons
- Bug fixes (and possibly improvements)

## 0.4.4
- Added remaining options to TopHitProvider
Expand Down
10 changes: 7 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.chrisrm.idea.MaterialThemeUIFork</id>
<name>Material Theme UI EAP</name>
<version>0.5.0.prealpha</version>
<version>0.5.0</version>
<vendor email="heliosaian@gmail.com" url="https://github.com/mallowigi">Mallowigi</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -116,14 +116,18 @@

<change-notes><![CDATA[
<html>
<b>Version 0.5.0.prealpha</b>
<b>Version 0.5.0</b>
<p>Warning: this is a very experimental version. Random bugs may occur</p>
<ul>
<li>Themed Scrollbars</li>
<li>Material Table Headers (experimental)</li>
<li>Material Inputs</li>
<li>Material Passwords</li>
<li>Material Tabs (experimental)</li>
<li>Material Tabs</li>
<li>Add option to disable Material Theme but leaving icons, tabs, schemes...</li>
<li>Customizable Tab Height (experimental)</li>
<li>More UI Icons</li>
<li>Bug fixes (and possible improvements)</li>
</ul>
<b>Version 0.4.4</b>
<ul>
Expand Down

0 comments on commit c211b2e

Please sign in to comment.