-
Version 2.1
- October 22, 2004 [
Source Code
(.tar.bz2 format) ]
-
Added support for .CHT file validity checking. This
should prevent the majority of invalid files from
being opened in case you accidentally chose the
wrong file.
-
Fixed DragNDrop support on Linux which works
differently than in Windows.
-
Added code numbering in the GUI display.
-
Added archive target to the ant build file to
quickly archive the source.
-
Removed the source code from the runtime version.
-
Version 2.0
- September 27, 2004 [
1.2 ->
2.0 Source Patch ]
-
Switched from AWT to Swing. Now requires Java 2.
-
Added DragNDrop support. You can now drag your .CHT
files onto the window instead of using the
FileChooser dialog.
-
Added filter support. It can now filter the file
choose by .CHT files or .TXT files.
-
It will only open files with .CHT extentions now
to prevent accidentally opening an incorrect file.
-
Version 1.2
- September 21, 2004 [
1.1 ->
1.2 Source Patch ]
-
Fixed bug where if you hit the cancel button on the
file dialog it displays an error message.
-
Version 1.1
- September 19, 2004 [
1.0 ->
1.1 Source Patch ]
-
Added zero padded Strings. For example, instead of
showing B15F2:B, it will now show 0B15F2:0B.
-
Version 1.0
- September 14, 2004
|