66 <!-- Public plugin name should be written in Title Case.
77 Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-name -->
88 <name >BinEd - Binary/Hex Editor</name >
9- <version >0.2.12.snapshot </version >
9+ <version >0.2.11.1 </version >
1010 <!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. -->
1111 <vendor email =" exbinproject@gmail.com" url =" https://exbin.org" >ExBin Project</vendor >
1212
2222<li>Use "Edit as Binary" in column context menu in DB view</li></ul>
2323
2424<h1>Preview</h1>
25- <p><img src="https://bined.exbin.org/images/bined-intellij-plugin-preview-0.2.12 .png" alt="[bined-intellij-plugin-preview]" width="382" height="65"/></p>
25+ <p><img src="https://bined.exbin.org/images/bined-intellij-plugin-preview-0.2.11 .png" alt="[bined-intellij-plugin-preview]" width="382" height="65"/></p>
2626
2727<h1>Features</h1>
2828<ul><li>Visualize data as numerical (hexadecimal) codes and text representation</li>
@@ -42,7 +42,13 @@ Sources: <a href="https://github.com/exbin/bined-intellij-plugin">https://github
4242 ]]> </description >
4343
4444 <change-notes ><![CDATA[
45- -
45+ <ul><li>Plugin breaks access to the settings screen (issue #63)</li>
46+ <li>Database module dependency issue (issue #62)</li>
47+ <li>Added Base 64 conversion</li>
48+ <li>Added option for inspector input fields font</li>
49+ <li>Added icon set support</li>
50+ <li>Added more languages (de, cs, fr, it, pt, pl, ru)</li>
51+ <li>Fixed write-unsafe context (issue #60)</li></ul>
4652 ]]>
4753 </change-notes >
4854
@@ -64,7 +70,6 @@ Sources: <a href="https://github.com/exbin/bined-intellij-plugin">https://github
6470 <depends optional =" true" config-file =" appcode-ext.xml" >com.intellij.appcode</depends >
6571 <depends optional =" true" config-file =" debugger-ext.xml" >com.intellij.modules.xdebugger</depends >
6672 <depends optional =" true" config-file =" database-ext.xml" >com.intellij.modules.database</depends >
67- <!-- Possibly renamed, check with more recent versions <depends optional="true" config-file="database2-ext.xml">com.intellij.database</depends> -->
6873
6974 <project-components >
7075 </project-components >
0 commit comments