-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHISTORY.txt
37 lines (36 loc) · 2.49 KB
/
HISTORY.txt
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
v1.17.1 2023 Dec 14 - Tightened some code, 'kanji_sieve.py' and 'add_to_dict.py'
----------------------------------------------------------------------------------------------------
v1.17 2023 Dec 12 - Added buttons for 'add to dictionary', 'edit substitutions', 'edit omits'
Auto entry of orphans when editing
Renamed files to have '.ksv' suffix
----------------------------------------------------------------------------------------------------
v1.16 2023 Dec 11 - Removed 'ks_MarkdownView' in favour of simpler inbuilt solution
Reworked code for easier reading
Reworked md output
----------------------------------------------------------------------------------------------------
v1.15.1 2023 Dec 10 - Corrected 'jyouyou' to 'kyouiku' in interface and prefs
----------------------------------------------------------------------------------------------------
v1.15 2023 Dec 10 - Fullscreen gui interface
Merged 'kanji_sieve' and 'kanji_sieve_gui' to 'kanji_sieve'
'ks_MarkdownView' used to display output with live links
Spinner added to look at during search
----------------------------------------------------------------------------------------------------
v1.14 2023 Dec 9 - New gui interface 'kanji_sieve_gui.pyui' & 'kanji_sieve_gui.py'
Added 'kanji_sieve.pref' file (autogenerated on 1st run, or if deleted)
Settings for output added
Settings persistant via prefs file.
Can sieve multiple files in sequence. (not batch)
----------------------------------------------------------------------------------------------------
v1.13 2023 Dec 6 - Combined 3 sqlite db intonsingle file 'dict.db'
Removed edit search terms
(in favour of using 'omit' and 'substitute' files)
Updated 'add_to_sieve.py' and 'glossary.py' to use 'dict.db'
Renamed 'add_to_sieve.py' to 'add_to_dict.py'
----------------------------------------------------------------------------------------------------
v1.12.1 2023 Dec 2 - Substitution corrected
refactored remove duplicates
----------------------------------------------------------------------------------------------------
v1.12 2023 Dec 2 - Substitution file 'sub.csv' added
'Remaining words' corrected
----------------------------------------------------------------------------------------------------
v1.11 2023 Dec 1 - Initial public release