Skip to content

Releases: Crissium/SilverDict

v0.11.0

05 Nov 03:57
Compare
Choose a tag to compare

New Features

  • semi-auto in-app updater

Fixes

  • new dictionaries are not in junction table
  • add missing requirement dsl2html

v0.10.2

04 Nov 15:13
Compare
Choose a tag to compare

Fix

  • avoid re-extracting files

Note

Please refer to the previous release note for more information. This update is strongly advised, especially if DSL dictionaries form the majority of you collection.

v0.10.1

04 Nov 14:11
Compare
Choose a tag to compare

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

03 Nov 06:27
Compare
Choose a tag to compare

New Feature

  • allow loading dictionary files into memory to speed up retrieval

Fixes

  • only preserve newlines in DSL where necessary

v0.9.7

29 Oct 13:28
Compare
Choose a tag to compare

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

26 Oct 03:07
Compare
Choose a tag to compare

Fix: preserve newlines in DSL

v0.9.5

25 Oct 15:23
Compare
Choose a tag to compare

Fix: apply styling to articles when used standalone

v0.9.4

25 Oct 03:26
Compare
Choose a tag to compare

Fixes

  • don't decode queries containing %
  • Termux: listen on 0.0.0.0 when started with widget

v0.9.3

23 Oct 01:45
Compare
Choose a tag to compare

This release gets rid of the custom HTTP server. Now you could just visit http://localhost:2628 and everything will be there.

v0.9.2

22 Oct 06:04
Compare
Choose a tag to compare

Fix: save groupings to disk on group name change