Skip to content

Releases: xxyzz/WordDumb

v3.21.1

02 Jun 12:24
v3.21.1
b5f0968
Compare
Choose a tag to compare
  • Disable pip version check
  • Fix PY_PATH undefined error on macOS

Full Changelog: v3.21.0...v3.21.1

v3.21.0

31 May 09:51
v3.21.0
0655637
Compare
Choose a tag to compare

New features

  • Add option to adjust preferred book format order
  • Add option to create files for all available book format

Improve X-Ray quality

  • Thanks to jhowell, KFX footnote reference numbers are ignored(requires KFX input 1.49.0)
  • Don't merge different person with the same given name or surname
  • Increase KFX image caption length limit to 450
  • Ignore URL links and page number references
  • Delete " of" from the end of x-ray label

Other changes

  • Convert NER label constant variables to frozenset
  • Only save MediaWiki cache if new data is added
  • Update dependencies

Full Changelog: v3.20.1...v3.21.0

v3.20.1

29 Apr 09:56
v3.20.1
3faa786
Compare
Choose a tag to compare
  • Add support of Finnish, Korean and Swedish language
  • Update spaCy to 3.3.0
  • Disable jobs_pointer

Full Changelog: v3.20.0...v3.20.1

v3.20.0

28 Apr 02:22
v3.20.0
db816b3
Compare
Choose a tag to compare

New features:

  • Send files to Android device via adb
  • Customize Word Wise lemmas difficulty level, enable or disable each lemma
  • Insert X-Ray image caption data
  • Add an option to enable or disable EPUB locator map

Bug fixes:

  • Fix the code that should check ASIN of books on Kindle but check books in library
  • Disable pip cache to fix memory error on some devices
  • Fix a typo in dump_lemmas.py

Other changes:

  • Merge person X-Ray entities when partial name appears first
  • Merge X-Ray entities that get redirected or normalized by MedaiWiki API
  • Unescape MOBI and EPUB HTML text
  • Only use texts inside the MOBI and EPUB body tag
  • Select orthographic locator map in SPARQL query
  • Add lemmas that contain parentheses
  • Change X-Ray fuzz algorithm to token_set_ratio()
  • Remove WORK_OF_ART NER label
  • Remove cardinal directions and ordinal directions X-Ray entities
  • Add 639 and update 173 lemmas

Full Changelog: v3.19.0...v3.20.0

v3.19.0

27 Mar 03:56
v3.19.0
64d6d97
Compare
Choose a tag to compare

New features:

  • Create X-Ray footnotes for EPUB books
  • Add Democracy Index and locator map image of country/city/state from Wikidata to X-Ray, only EPUB footnotes have locator map

Bug fixes:

  • Check network errors in macOS subprocess: 173c03f
  • Fix copy file state error on macOS: 757b0a5
  • Fix error when MTP device is connected: 908b9fc

Other changes:

  • Remove Spanish article from X-Ray entities: 5aa517d
  • Remove LANGUAGE, NORP and NAT_REL_POL NER labels: 5cab16c
  • Add spaCy Norwegian model NER labels: 5cab16c
  • Artifact in GitHub Action test job is not longer double zipped: 60b81ed

Full Changelog: v3.18.4...v3.19.0

v3.18.4

01 Mar 00:50
v3.18.4
4a1f1a8
Compare
Choose a tag to compare

Bug fixes

Full Changelog: v3.18.3...v3.18.4

v3.18.3

27 Feb 01:53
v3.18.3
9eedfd3
Compare
Choose a tag to compare
  • Allow hyphens in Fandom URL validator
  • Update dependencies

v3.18.2

19 Feb 23:57
v3.18.2
48f4aff
Compare
Choose a tag to compare
  • Include GitHub issue link in error dialog
  • Update RapidFuzz to 2.0.3

v3.18.1

17 Feb 04:00
v3.18.1
49dfd41
Compare
Choose a tag to compare
  • Extend X-Ray entity's length to make it selectable
  • Update dependencies

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