Skip to content

Releases: xxyzz/WordDumb

v3.7.5

17 Jun 06:36
v3.7.5
4aba61f
Compare
Choose a tag to compare
ignore soft hyphen

v3.7.4

13 Jun 01:09
v3.7.4
0850b10
Compare
Choose a tag to compare
add more lemmas and improve error message

- add 335 and update 149 lemmas
- display subprocess.CalledProcessError.stderr in error dialog
- remaind user some domains may be blocked in error dialog

v3.7.3

22 May 01:29
v3.7.3
1d0ca77
Compare
Choose a tag to compare
damn pip

- install nltk and dependencies explicitly to avoid building regex for outdated pip on macOS
- use Python Launcher on Windows

v3.7.2

21 May 03:23
v3.7.2
2711420
Compare
Choose a tag to compare
return None in get_asin() if the book doesn't have any ASIN record

v3.7.1

21 May 03:06
v3.7.1
732fb6a
Compare
Choose a tag to compare
- run pip in `python -m pip`

- fix Homebrew python path on ARM macOS
- use calibre's MOBI MetadataUpdater to get and set ASIN

v3.7.0

18 May 00:15
v3.7.0
6968eb0
Compare
Choose a tag to compare
new features and bug fix:

- add 943 lemmas and update difficulty level of some lemmas
- don't update pip before installing nltk
- check installed numpy python version
- use book text for x-ray that get Wikipedia disambiguation result
- check redirects and normalized page titles from Wikipedia API
- delete nltk model zip files

v3.6.8

06 May 03:28
v3.6.8
61ad2c5
Compare
Choose a tag to compare
pop install pip dialog on Windows

v3.6.7

05 May 11:12
v3.6.7
ea15360
Compare
Choose a tag to compare
fix x-ray terms count number

v3.6.6

29 Apr 08:34
v3.6.6
7403aa3
Compare
Choose a tag to compare
- upgrade nltk to 3.6.2

- prefer book formats in the order of KFX, AZW3 then MOBI
- fetch ASIN from book header instead of calibre db

v3.6.5

26 Apr 14:49
v3.6.5
4e4f5d2
Compare
Choose a tag to compare
- pop a dialog to tell users to install pip3

- use update_thumbnail and books_uploaded methods of DeviceMixin