Skip to content

Commit c2901fb

Browse files
committed
Release 0.2.8
1 parent 08f032e commit c2901fb

30 files changed

Lines changed: 834 additions & 285 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Java Development Kit (JDK) version 11 or later is required to build this project
3131

3232
IntelliJ Idea platform is necessary to build this plugin. See. http://jetbrains.org
3333

34-
Assign SDK using 2022.2.1 IntelliJ platform / add and use "Plugin" run configuration to execute.
34+
Assign SDK using 2022.2.1 IntelliJ platform / add and use "Other/Plugin" run configuration to execute.
3535

3636
License
3737
-------

build.gradle.kts

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

66
group = "org.exbin.deltahex.intellij"
7-
version = "0.2.8-SNAPSHOT"
7+
version = "0.2.8"
88
val ideLocalPath = providers.gradleProperty("ideLocalPath").getOrElse("")
99

1010
repositories {

changes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.2.8
1+
0.2.8 (2023-05-19)
22
- Added edit as binary action for columns in database view
33
- Added byte-to-byte compare diff option
44
- Added integration options page

lib/bined-core-0.2.1-SNAPSHOT.jar

248 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
5 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.
157 Bytes
Binary file not shown.

lib/bined-swing-0.2.1-SNAPSHOT.jar

319 Bytes
Binary file not shown.
-10 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)