Skip to content

Commit 0163aae

Browse files
committed
Release 0.2.1
1 parent b7a48de commit 0163aae

19 files changed

Lines changed: 1741 additions & 1295 deletions

changes.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
0.2.1
1+
0.2.1 (2019-08-22)
2+
- Minor GUI improvements
23
- Context aware popup menu
34
- Go-to dialog position to support position from end (issue #14)
45
- Go-to dialog position to support different numerical bases (issue #11)
56
- Support for ENTER key in preview section
67
- Minor fix to view of native Java debug values
8+
- Minor fix to integration (issues #7, #18)
79

810
0.2.0 (2019-04-13)
911
- Renamed to BinEd

resources/META-INF/plugin.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<idea-plugin version="2" url="https://bined.exbin.org/intellij-plugin">
22
<id>org.exbin.deltahex.intellij</id>
33
<name>BinEd - Binary/Hexadecimal Editor</name>
4-
<version>0.2.1.snapshot</version>
4+
<version>0.2.1</version>
55
<vendor email="hajdam@users.sf.net" url="https://exbin.org">ExBin Project</vendor>
66

77
<description><![CDATA[
88
<p>Binary/hexadecimal editor plugin based on BinEd binary editor. Use "Open as Binary" action in main "File" menu or in project files context menu.</p>
99
1010
<h1>Preview</h1>
11-
<p><img src="https://bined.exbin.org/images/bined-intellij-plugin-preview-0.2.0.png" alt="bined-intellij-plugin-preview"/></p>
11+
<p><img src="https://bined.exbin.org/images/bined-intellij-plugin-preview-0.2.1.png" alt="bined-intellij-plugin-preview"/></p>
1212
1313
<h1>Features</h1>
1414
<ul><li>Visualize data as numerical (hexadecimal) codes and text representation</li>
@@ -28,13 +28,13 @@ Sources: <a href="https://github.com/exbin/bined-intellij-plugin">https://github
2828
]]></description>
2929

3030
<change-notes><![CDATA[
31-
<ul><li>Renamed to BinEd</li>
32-
<li>Updated to newer version of library</li>
33-
<li>Support for half-size space</li>
34-
<li>Support for layout, theme and colors profiles</li>
35-
<li>Added support for different numerical bases in status bar</li>
36-
<li>Configurable address margin</li>
37-
<li>Fixed issue with copy as code for debug view</li>
31+
<ul><li>Minor GUI improvements</li>
32+
<li>Context aware popup menu</li>
33+
<li>Go-to dialog position to support position from end</li>
34+
<li>Go-to dialog position to support different numerical bases</li>
35+
<li>Support for ENTER key in preview section</li>
36+
<li>Minor fix to view of native Java debug values</li>
37+
<li>Minor fix to integration</li>
3838
</ul>
3939
]]>
4040
</change-notes>

resources/org/exbin/bined/intellij/resources/Bundle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Application.name = BinEd
22
Application.title = BinEd Binary/Hexadecimal Editor
33
Application.release = 0.2.1
4-
Application.mode = DEV
5-
Application.version = 0.2.1 DEV
6-
Application.product= BinEd Binary/Hexadecimal Editor 0.2.1 DEV
4+
Application.mode =
5+
Application.version = 0.2.1
6+
Application.product= BinEd Binary/Hexadecimal Editor 0.2.1
77
Application.vendor = ExBin Project
88
Application.homepage = https://bined.exbin.org/intellij-plugin/
99
Application.vendorId = ExBin Project
495 Bytes
Loading

0 commit comments

Comments
 (0)