Skip to content

Commit 23b02d5

Browse files
committed
Version raised
1 parent 4b75f20 commit 23b02d5

4 files changed

Lines changed: 12 additions & 13 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "org.exbin.deltahex.intellij"
8-
version = "0.2.11"
8+
version = "0.2.12.snapshot"
99
val ideLocalPath = providers.gradleProperty("ideLocalPath").getOrElse("")
1010

1111
repositories {

changes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.2.12
2+
-
3+
14
0.2.11 (2025-02-08)
25
- Added Base 64 conversion
36
- Added option for inspector input fields font

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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.11.snapshot</version>
9+
<version>0.2.12.snapshot</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

@@ -22,7 +22,7 @@
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.11.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.12.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,11 +42,7 @@ Sources: <a href="https://github.com/exbin/bined-intellij-plugin">https://github
4242
]]></description>
4343

4444
<change-notes><![CDATA[
45-
<ul><li>Added Base 64 conversion</li>
46-
<li>Added option for inspector input fields font</li>
47-
<li>Added icon set support</li>
48-
<li>Added more languages (de, cs, fr, it, pt, pl, ru)</li>
49-
<li>Fixed write-unsafe context (issue #60)</li></ul>
45+
-
5046
]]>
5147
</change-notes>
5248

@@ -68,7 +64,7 @@ Sources: <a href="https://github.com/exbin/bined-intellij-plugin">https://github
6864
<depends optional="true" config-file="appcode-ext.xml">com.intellij.appcode</depends>
6965
<depends optional="true" config-file="debugger-ext.xml">com.intellij.modules.xdebugger</depends>
7066
<depends optional="true" config-file="database-ext.xml">com.intellij.modules.database</depends>
71-
<depends optional="true" config-file="database2-ext.xml">com.intellij.database</depends>
67+
<!-- Possibly renamed, check with more recent versions <depends optional="true" config-file="database2-ext.xml">com.intellij.database</depends> -->
7268

7369
<project-components>
7470
</project-components>

src/main/resources/org/exbin/bined/intellij/resources/BinEdIntelliJPlugin.properties

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

0 commit comments

Comments
 (0)