Skip to content

Commit 75d39ec

Browse files
committed
Release 0.1.2
1 parent dc60c22 commit 75d39ec

6 files changed

Lines changed: 38 additions & 58 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Delta Hexadecimal Library
22
=========================
33

4-
Hexadecimal viewer/editor component library for Java / Swing.
4+
Hexadecimal viewer/editor component library for Java.
55

66
Homepage: http://deltahex.exbin.org
77

@@ -23,10 +23,6 @@ Features
2323
- Codes can be also binary, octal or decimal
2424
- Support for code and matching highlighting
2525
- Support for huge files
26-
27-
Todo
28-
----
29-
3026
- Delta mode - Only changes are stored in memory
3127

3228
Compiling

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = '0.1.2-SNAPSHOT'
1+
version = '0.1.2'
22

33
buildscript {
44
repositories {

images/example_screenshot.png

2.36 KB
Loading

modules/deltahex-java-modules.gradle

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
// Shared modules build
22

3-
version = '0.1.2-SNAPSHOT'
3+
version = '0.1.2'
44
def repositoryName = "deltahex-java"
55
def libraryUrl = 'http://deltahex.exbin.org'
66

77
ext.depsExbinUtilsJava = [
88
githubProfile: 'exbin',
99
githubRepo: 'exbin-utils-java',
10-
version: '0.1.2-SNAPSHOT'
11-
]
12-
13-
ext.depsXbupJava = [
14-
githubProfile: 'exbin',
15-
githubRepo: 'xbup-java',
16-
version: '0.2.0-SNAPSHOT'
10+
version: '0.1.2'
1711
]
1812

1913
ext.depsThis = 'DeltahexJava'

src/dist/readme.txt

Lines changed: 32 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,32 @@
1-
Delta Hexadecimal Library
2-
=========================
3-
4-
Hexadecimal viewer/editor component library for Java / Swing.
5-
6-
Homepage: http://deltahex.exbin.org
7-
8-
Features
9-
--------
10-
11-
- Data as hexadecimal codes and text preview
12-
- Insert and overwrite edit modes
13-
- Support for selection and clipboard actions
14-
- Scrollbars fixed or optional, character/line or pixel precision
15-
- Support for showing unprintable/whitespace characters
16-
- Support for undo/redo
17-
- Support for charset/encoding selection
18-
- Codes can be also binary, octal or decimal
19-
- Support for code and matching highlighting
20-
- Support for huge files
21-
22-
Todo
23-
----
24-
25-
- Delta mode - Only changes are stored in memory
26-
27-
License
28-
-------
29-
30-
Apache License, Version 2.0 - see LICENSE-2.0.txt
31-
32-
Usage
33-
-----
34-
35-
Please see deltahex-example application and sources.
36-
1+
Delta Hexadecimal Library
2+
=========================
3+
4+
Hexadecimal viewer/editor component library for Java.
5+
6+
Homepage: http://deltahex.exbin.org
7+
8+
Features
9+
--------
10+
11+
- Data as hexadecimal codes and text preview
12+
- Insert and overwrite edit modes
13+
- Support for selection and clipboard actions
14+
- Scrollbars fixed or optional, character/line or pixel precision
15+
- Support for showing unprintable/whitespace characters
16+
- Support for undo/redo
17+
- Support for charset/encoding selection
18+
- Codes can be also binary, octal or decimal
19+
- Support for code and matching highlighting
20+
- Support for huge files
21+
- Delta mode - Only changes are stored in memory
22+
23+
License
24+
-------
25+
26+
Apache License, Version 2.0 - see LICENSE-2.0.txt
27+
28+
Usage
29+
-----
30+
31+
Please see deltahex-example application and sources.
32+

tools/tools.gradle

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
// Shared tools build
22

3-
version = '0.1.2-SNAPSHOT'
3+
version = '0.1.2'
44
def repositoryName = "deltahex-java"
55
def libraryUrl = 'http://deltahex.exbin.org'
66

77
ext.depsExbinUtilsJava = [
88
githubProfile: 'exbin',
99
githubRepo: 'exbin-utils-java',
10-
version: '0.1.2-SNAPSHOT'
11-
]
12-
13-
ext.depsXbupJava = [
14-
githubProfile: 'exbin',
15-
githubRepo: 'xbup-java',
16-
version: '0.2.0-SNAPSHOT'
10+
version: '0.1.2'
1711
]
1812

1913
ext.depsThis = 'DeltahexJava'

0 commit comments

Comments
 (0)