Releases: Crissium/SilverDict
Releases · Crissium/SilverDict
v0.11.0
v0.10.2
v0.10.1
This version replaced the Python DSL converter from pyglossary with my version written in C++, and the speedup could be as high as 75%. Update is strongly advised.
Install the new converter with:
pip install dsl2html
v0.10.0
v0.9.7
Fixes
- speed up definition extraction somewhat
- prevent concurrent scanning
Note
This release should significantly improve retrieval (reading definitions from the dictionaries files on disk) speed by about 33% on storage devices using flash memory, like SSD, or your phone storage. On HDD the improvement is not very noticeable.
v0.9.6
v0.9.5
v0.9.4
v0.9.3
This release gets rid of the custom HTTP server. Now you could just visit http://localhost:2628 and everything will be there.