summaryrefslogtreecommitdiff
path: root/NEWS
blob: 4a389cf420a01c9dd3530aec9a86c0c49f2d3376 (plain)
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
50
51
52
53
54
0.0.10
 * implemented new logic romaja method
 * updated to support the new Unicode standard 5.2
 * updated API document
 * fixed small bugs

0.0.9
 * updated hanja searching routine
  - remove binary data file format code
  - look up hanja.txt file everytime to reduce memory usage
  - http://lists.kldp.net/pipermail/hangul-hackers/2008-November/000385.html
 * added new API for syllable iteration
 * fixed configure script bug on MacOSX (#304873)
 * updated for imhangul

0.0.8
 * update hanja searching routine
  - reduce memory usage on hanja searching
  - use new binary data file format for hanja table
 * update hanja.txt
 * add new API to convert jamo string to syllable string(#304765)
 * fix some yet hangul input routine(#304728)
 * fix a bug on keyboard selection(#304765)
 * remove python, ruby module

0.0.7
 * update hanja.txt
   - added more word data
   - hanja items are ordered by frequency from Kim Song-yil<masoris@gmail.com>
   - all CJK compatibility hanja was changed to CJK unified hanja
 * add new function to convert compatibility hanja to unified hanja and unified
   to compatibility.
 * update python module

0.0.6
 * update library version

0.0.5
 * changed filter api
 * add more hanja word database

0.0.4
 * added HnagulKeyboard, HangulCombination feature
 * update test code
 * process english character also in hangul mode

0.0.3
 * added Hanja related features

0.0.2
 * added filter feature

0.0.1
 * first relese