-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
64 lines (54 loc) · 2.81 KB
/
CHANGELOG.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
0.25
- [bug] prevent adding hyperlinks to "Voice" type INFO
0.24
- [feature] ability to enable/disable hyperlinks and annotations
- [feature] add original text to CHANGED dictionary annotations
- [feature] separate glossary from base dictionary
0.23
- [feature] create esm/esp files from dictionaries
- [feature] add annotations to ALL dictionary
- [feature] add annotations to all types of records
0.22
- [feature] hiperlinks annotations from base dictionary and currently processed esp
- [feature] gender annotations from base dictionary and currently processed esp
- [feature] create hyperlinks annotations only from the start of the word
- [feature] FNAM glossary
- [feature] save data converter
- [feature] don't create FNAM records with empty value
- [bug] ommit variables containing keywords (e.g. addtopicOnce)
- [bug] convert | in message line into new line in SCDT
- [bug] don't parse script after "end"
- [bug] fix comment treated as a message line
0.21
- [feature] add gender annotation to info records when creating NOTFOUND and CHANGED dictionaries
- [feature] add glossary dictionary
- [bug] fix regex don't recognize windows-1250 'ą' as a valid char
0.20
- [feature] remove -l switch and always display extended log
- [feature] change -a switch to --add-hyperlinks
- [feature] try to detect encoding based on characters used in plugin and disable adding hyperlinks if esp encoding match choosen encoding
- [feature] restore log file
- [bug] fix scripts sometimes not expanding wildcards
- [bug] fix crash when trying to convert compiled script data in BNAM
- [bug] fix broken convertion of getpccell without quotes
- [bug] fix broken compiled script data if searched text was found before its desired position
- [bug] prevent info string length exceed 1024 characters while adding hyperlinks
- [bug] fix broken compiled script data if message is one whitespace character
0.19
- [feature] add --safe switch in converter to convert only DIAL, CELL, BNAM and SCTX records
0.18
- [feature] -l switch now display "Identical" and "Replaced" records when merging dictionaries
0.17
- [feature] add -l switch to merger, if you want to find unused INFO records and duplicate CELL and DIAL values
0.16
- [feature] remove log file, all errors are now displayed in console
- [feature] add -a switch to creator, if you want to add hyperlinks to NOTFOUND and CHANGED dictionaries
- [bug] various bug fixes and code cleaning
0.15
- [feature] change dictionary format to xml
- [feature] faster and more accurate creating base dictionaries when records in esm are in different order
- [feature] converter doesn't change file modify time
- [feature] ability to add suffix to all converted files, and their dependency list
- [feature] creator now adds hyperlinks to created dictionaries
- [feature] remove unnecessary functionality
- [bug] various fixes in script parser