WordDumb

A calibre plugin that generates Kindle Word Wise and X-Ray files for KFX, AZW3, MOBI and EPUB eBook.

GPL-3.0 License

Stars
378
Committers
5

Bot releases are visible (Hide)

WordDumb - v3.33.0 Latest Release

Published by github-actions[bot] 2 months ago

  • Fix "zh_cn" KeyError
  • Update spaCy English models
  • Match all enabled word forms
  • Remove "use POS" option
  • Remove "use GPU" option
  • Update proficiency 0.5.20, use 20240801 dump files

If you find this project helpful, please consider on Liberapay.

WordDumb - v3.32.1

Published by github-actions[bot] 3 months ago

What's Changed

If you find this project helpful, please consider on Liberapay.

WordDumb - v3.32.0

Published by github-actions[bot] 5 months ago

WordDumb - v3.31.4

Published by github-actions[bot] 6 months ago

Bug fixes

  • Fix missing texts in EPUB books bug

If you find this project helpful, please consider on Liberapay.

WordDumb - v3.31.3

Published by github-actions[bot] 6 months ago

Fixed bugs

  • Fix "zh_cn" KeyError exception in check_metadata()
  • Fix Word Wise and X-ray files uploaded to wrong folder bug
  • Fix unpack exception when open customize X-ray window

If you find this project helpful, please consider on Liberapay.

WordDumb - v3.31.2

Published by github-actions[bot] 7 months ago

What's Changed

  • Create gloss ordered list in EPUB footnotes
  • Remove IPA buttons
  • Support Czech and Hebrew language books
  • Add English to Hebrew Word Wise files
  • Fix sdr folder name case for Kindle Scribe

Full Changelog: https://github.com/xxyzz/WordDumb/compare/v3.31.1...v3.31.2

If you find this project helpful, please consider on Liberapay.

WordDumb - v3.31.1

Published by github-actions[bot] 8 months ago

WordDumb - v3.31.0

Published by github-actions[bot] 9 months ago

New features

  • Add buttons to enable or disable all displayed lemma rows
  • Add option to remove default link styles in EPUB books

Fixed bugs

  • Fix compare Python version number bug
  • Fix download file from MTP device error

If you find this project helpful, please consider on Liberapay.

WordDumb - v3.30.0

Published by github-actions[bot] 10 months ago

  • Send files to Kindle Scrible through calibre's MTP driver
  • Add option to set Python interpreter path
  • Set minimum calibre version to 7.1.0
  • Update dependencies

If you find this project helpful, please consider on Liberapay.

WordDumb - v3.29.7

Published by github-actions[bot] about 1 year ago

  • Update French translation by millPop
  • Update spaCy 3.7
  • Update torch 2.1
  • Update Proficiency 0.5.11, use French files created with wiktextract
  • Fix error when open customize Kindle Word Wise window
  • Fix ASIN of KFX file on Kindle device not updated bug

If you find this project helpful, please consider on Liberapay.

WordDumb - v3.29.6

Published by github-actions[bot] about 1 year ago

  • Fix "spacy_model" key error when saving customize lemmas
  • Add tooltip to use wiktionary definition checkbox label
  • Fix send wrong Kindle Word Wise database for non-English KFX books
  • Fix save customize lemmas error in calibre 6.26

Full Changelog: https://github.com/xxyzz/WordDumb/compare/v3.29.5...v3.29.6

If you find this project helpful, please consider on Liberapay.

WordDumb - v3.29.5

Published by github-actions[bot] about 1 year ago

Fix install spacy transformer model error.

If you find this project helpful, please consider on Liberapay.

WordDumb - v3.29.4

Published by github-actions[bot] about 1 year ago

  • Find macOS binary path with shutil.which as fallback for Homebrew
  • Update dependencies, fix cupy install error
  • Add Slovene language data

If you find this project helpful, please consider on Liberapay.

WordDumb - v3.29.3

Published by github-actions[bot] over 1 year ago

  • Update rapidfuzz 3.1.1
  • Show install Python dialog on Windows if Python is not installed

If you find this project helpful, please consider on Liberapay.

WordDumb - v3.29.2

Published by github-actions[bot] over 1 year ago

  • Fix zh_cn keyerror
  • Ignore decoding subprocess stderr bytes error
  • Fix dest_name undefined error
  • Fix sqlite query error when creating Word Wise for EPUB books
  • Fix lemmas_conn not definied error
  • Update rapidfuzz to 3.0.0
  • Update cupy 12.1.0

If you find this project helpful, please consider on Liberapay.

WordDumb - v3.29.1

Published by github-actions[bot] over 1 year ago

  • Update cupy 12.0.0, pytorch 2.0.0, rapidfuzz 2.15.0
  • Change gloss language options when lemma option changed
  • Fix a few getting X-Ray data from Fandom bugs
  • Ignore MediaWiki API error responses

If you find this project helpful, please consider on Liberapay.

WordDumb - v3.29.0

Published by github-actions[bot] over 1 year ago

New features:

  • Support Word Wise for non-English Kindle books
  • Support more Word Wise gloss languages
  • Use POS type to find more accurate Word Wise defintion
  • Significantly improve customized Word Wise table load speed
  • Remember last opened customize lemmas language
  • Improve Word Wise quality for non-English language books
  • Use intro from the most similar title in Fandom disambiguation page
  • Save Wikipedia and Fandom cache data in SQLite file
  • Remove the word joiner characters from book text

Bug fixes:

  • Compare the original word's length with the length of gloss
  • Fix EPUB Word Wise footnotes tag mismatch error for Apple Books
  • Raise exception if Python version is too old

Other changes:

If you find this project helpful, please consider on Liberapay.

WordDumb - v3.28.2

Published by github-actions[bot] almost 2 years ago

  • Fix install thinc-apple-ops package breaks dependencies bug on ARM macOS
  • Update rapidfuzz 2.13.7

If you find this project helpful, please consider on Liberapay.

WordDumb - v3.28.1

Published by github-actions[bot] almost 2 years ago

  • Add "requires CUDA" text to "run spaCy with GPU" checkbox
  • Update French translation texts by @miiPoP in https://github.com/xxyzz/WordDumb/pull/94
  • Update dependencies, fix pip install error on macOS
  • Add PyTorch version

If you find this project helpful, please consider on Liberapay.

WordDumb - v3.28.0

Published by github-actions[bot] almost 2 years ago

New features:

  • Use MediaWiki's parse API to get text for some Wikipedia titles redirected to sections
  • Remove references and error messages from parsed Fandom text
  • Separate X-Ray paragraphs in <p> tags for EPUB footnotes
  • Allow "-" in Fandom URL's language code part
  • Install cupy-wheel package instead of setting cupy version manually

Bug fixes:

  • Replace %xx escapes in EPUB opf href strings
  • Fix error when creating X-Ray file and customize X-Ray data is provided
  • Fix pip install error caused by space in user name
  • Install compiled with CUDA enbabled PyTorch package for Windows and Linux
  • Fix None reference error in transformers library
  • Fix lxml not found error
  • Fix UnicodeDecodeError when open JSON files on Windows
  • Check notifications variable is not None before using it

Other changes:

  • Add back downloading Wiktionary file notification
  • Update Proficiency v0.4.0
  • Update rapidfuzz 2.13.3

If you find this project helpful, please consider on Liberapay.