-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patches a duplication bug in single dimen
Additionally it also adds tabbing in the dimen template for for prettyfying.
- Loading branch information
1 parent
2ea22e0
commit 8d541fd
Showing
5 changed files
with
175 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<idea-plugin version="2"> | ||
<id>com.hr.dimenify</id> | ||
<name>Dimenify</name> | ||
<version>3.2</version> | ||
<version>3.3</version> | ||
<vendor email="[email protected]" url="https://www.anvith.in">Anvith Bhat</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -13,6 +13,9 @@ | |
]]></description> | ||
|
||
<change-notes><![CDATA[ | ||
<b>v3.3</b><br/> | ||
- Fixed a long standing bug in single dimen conversion. | ||
- Prettier xml | ||
<b>v3.2</b><br/> | ||
- Fixed a message formatter bug causing floated strings to be prettified with comma. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.