Skip to content

Releases: xxyzz/WordDumb

v3.18.0

15 Feb 09:31
v3.18.0
9775516
Compare
Choose a tag to compare
  • X-Ray descriptions can be downloaded from Fandom
  • Check ASIN of book on device if it's not sent by the plugin
  • Add install KFX Input plugin error message
  • Update dependencies
  • Use relative imports

v3.17.0

15 Jan 07:09
v3.17.0
4d2bc5e
Compare
Choose a tag to compare
  • Add platform option to prevent command line tool's pip from compiling package
  • Change X-Ray search people checkbox text and add tooltip
  • Make plugin job unkillable
  • Display X-Ray job progress on Linux and Windows
  • Return iterator from parse_book()
  • Add support of AZW format
  • Install thinc-apple-ops on M1 native calibre

v3.16.1

08 Jan 05:11
v3.16.1
b4acab1
Compare
Choose a tag to compare
  • send MOBI rawml or KFX json str to the new process's stdin
  • fix NoneType error when creating KFX X-Ray file on macOS
  • don't use outdated pip from Apple Command Line Tools

v3.16.0

07 Jan 12:05
v3.16.0
ae90aa1
Compare
Choose a tag to compare
  • X-Ray can be created on macOS
  • add 5038 and update 608 lemmas
  • update dependencies

v3.15.0

21 Dec 03:26
v3.15.0
dd10664
Compare
Choose a tag to compare
  • update dependencies
  • close MOBI file
  • support X-Ray images, thanks for jhowell's help

v3.14.4

07 Dec 03:13
v3.14.4
eb4d687
Compare
Choose a tag to compare
  • update dependencies
  • use book's codec in find_named_entity()
  • open subprocess's stderr in text mode
  • raise exception on 32bit calibre

v3.14.3

13 Nov 12:57
v3.14.3
12c3145
Compare
Choose a tag to compare
  • check proxy error in job exception
  • avoid reinstalling SudachiPy and SudachiDict-core
  • update SudachiPy to 0.6.0

v3.14.2

06 Nov 09:23
v3.14.2
332bff5
Compare
Choose a tag to compare
  • save Wikipedia title in page summary cache
  • update spaCy to 3.2.0

v3.14.1

30 Oct 00:03
v3.14.1
9cd88a2
Compare
Choose a tag to compare
  • Add 458 and update 189 lemmas
  • Find lemma with senses.display_lemma_id
  • Handle lemma has '/' and use itertools to add all forms of phrase
  • MOBI might use cp1252 encoding format
  • Update spaCy to 3.1.4 & update RapidFuzz to 1.8.2

v3.14.0

15 Oct 09:27
v3.14.0
6946245
Compare
Choose a tag to compare
  • use RapidFuzz to merge similar X-Ray tokens
  • check proxy error before pip error
  • remove "'d" from X-Ray token
  • simplify X-Ray code