summaryrefslogtreecommitdiff
path: root/NEWS
blob: e82bc6ef4cbf4f3fab5c0395644b89a528050f09 (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
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