-
Notifications
You must be signed in to change notification settings - Fork 25
/
CHANGELOG
49 lines (31 loc) · 1008 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Changes in version 0.5.2
----------------------
* Set target compatibility to Java 11 (class file version 55.0)
Changes in version 0.5.1
----------------------
* Added support for JPMS - thanks to https://github.com/hohwille.
Changes in version 0.5
----------------------
* Synced to Text::Unidecode 1.30.
Changes in version 0.4.1
------------------------
* Set target compatibility to Java 1.7.
Changes in version 0.4
----------------------
* Renamed package root to net.gcardone. I'm bad at naming.
* Build system migrated to gradle.
Changes in version 0.3
----------------------
* Renamed package root to org.gcardone.
Changes in version 0.2
----------------------
Changed hosting.
* Renamed package root to gcardone
Changes in version 0.1.1
------------------------
Bugfix release.
* Fixed 0x005B "[" translation to "]" - corrected, prints "["
* Fixed 0x007F translation to non-printable character - corrected, prints ""
Changes in version 0.1
----------------------
* Initial release.