|
33 | 33 | # fix ACSM files from Google Play books (no metadata node), |
34 | 34 | # allow converting an anonymous auth to an AdobeID auth, |
35 | 35 | # update python-cryptography from 3.4.8 to 36.0.1, update python-rsa from 4.7.2 to 4.8. |
36 | | -# Currently in development: |
37 | | -# Ignore fatal HTTP errors and/or a missing or broken server during optional |
| 36 | +# v0.0.16: Ignore fatal HTTP errors and/or a missing or broken server during optional |
38 | 37 | # fulfillment notifications, allow authorizing an eReader through USB (experimental), |
39 | 38 | # drop dependencies python-cryptography, python-rsa and python-pyasn1. |
40 | 39 | # add a ton of testing code, try to prevent AV false-positives, |
41 | 40 | # experimental support for Python2 / Calibre < 5, |
42 | 41 | # fix broken URLs with missing protocol, fix loan data for loans without device ID, |
43 | | -# fix nonce calculation yet again, |
| 42 | +# fix nonce calculation yet again, merge #26 to make importing a WINE auth more reliable, |
44 | 43 | # update python-oscrypto to unofficial fork to fix OpenSSL 3 support. |
45 | 44 |
|
| 45 | + |
46 | 46 | PLUGIN_NAME = "DeACSM" |
47 | | -PLUGIN_VERSION_TUPLE = (0, 0, 15) |
| 47 | +PLUGIN_VERSION_TUPLE = (0, 0, 16) |
48 | 48 |
|
49 | 49 | from calibre.customize import FileTypePlugin # type: ignore |
50 | 50 | __version__ = PLUGIN_VERSION = ".".join([str(x)for x in PLUGIN_VERSION_TUPLE]) |
|
0 commit comments