]> xmof Git - DeDRM.git/shortlog
DeDRM.git
2024-11-10 preconditionObok.py/action.py: invoke _() only once
2024-11-10 preconditionCatch FileNotFoundError due to undownloaded ebooks
2024-11-10 Ben CombeeFix crash using bare sha1 symbol
2024-11-10 Martin RysDeDRM ion: Correctly throw last exception if decrypt...
2024-11-10 Martin RysDeDRM ion: Clean out errorneous whitespace and UTF8...
2024-03-15 NoDRMAdd binascii import, fixes FileOpen #514
2023-12-21 NoDRMUpdate kfxdedrm as suggested in #440
2023-12-21 NoDRMMore FileOpen fixes
2023-12-03 NoDRMBunch of updates for the FileOpen script
2023-12-03 NoDRMFix file lock issue in androidkindlekey.py
2023-08-06 NoDRMFix more Py2/Py3 stuff
2023-08-03 NoDRMEnable autorelease into 2nd repo
2023-08-03 NoDRMMore Python2 fixes
2023-08-03 NoDRMMore Py2 fixes
2023-08-03 NoDRMMore Python2 bugfixes
2023-08-03 NoDRMFix python2 issues in kgenpids and kindlekey
2023-08-02 NoDRMFix PDF decryption for 256-bit AES with V=5
2023-08-02 NoDRMFix PDF decryption of ancient 40-bit RC4 with R=2
2023-08-02 NoDRMPrepare release candidate v10.0.9
2023-08-02 NoDRMAdd warning to the standalone code
2023-06-25 NoDRMDisable auto-prerelease again (#358)
2023-06-25 NoDRMUpdate CI to create an automatic beta release
2023-06-25 SatsuoniAdded several more scramble functions to Kindle decrypt
2023-06-25 NoDRMAdded fix for padding being correct on accident
2023-06-24 NoDRMFix python2 issues in Kindle and Nook code (#355)
2023-06-23 NoDRMFix font decryption with multiple IDs (#347)
2023-06-23 NoDRMTry to add support for new K4PC
2023-01-06 NoDRMSupport for Adobe's 'aes128-cbc-uncompressed' encryptio...
2023-01-06 NoDRMFix issue with remaining data in encryption.xml
2022-12-29 NoDRMTry fixing a Python2 bug in the Obok plugin (#235)
2022-12-29 NoDRMUpdate CHANGELOG
2022-12-29 NoDRMPDF: Ignore invalid objid in non-strict mode, fixes...
2022-12-23 NoDRMFix Python3 bug in stylexml2css.py, fixes #232
2022-12-23 NoDRMFix exception in error logging in ineptpdf
2022-10-19 NoDRMUntested code for the Obok plugin to allow adding dupli...
2022-10-19 NoDRMStrip whitespace from Kindle serials (#158)
2022-10-17 NoDRMAdd support for empty arrays (<>) in PDF objects. Fixes...
2022-09-10 NoDRMUpdate changelog
2022-09-10 NoDRMUpdate README, fixes #136
2022-09-10 NoDRMCleanup
2022-09-10 NoDRMFix key import sometimes generating corrupted keys.
2022-08-10 Roland W-Hfix 2 spelling errors in FAQs.md
2022-08-07 NoDRMFix tons of PDF-related issues
2022-08-07 NoDRMFix DeACSM import for PDF files
2022-08-07 NoDRMCleanup / SafeUnbuffered bugfix
2022-08-06 NoDRMMore stuff I missed
2022-08-06 NoDRMCleanup
2022-08-06 NoDRMMove unicode_argv to its own file
2022-08-06 NoDRMRemove AlfCrypto libraries and perform everything in...
2022-08-06 NoDRMCouple Python 2 fixes in (unsupported) standalone scripts
2022-08-06 NoDRMMove SafeUnbuffered to own Python file
2022-08-06 NoDRMAnother Python2 Bugfix for Obok
2022-08-06 NoDRMDelete unused files
2022-08-06 NoDRMFix PDF corruption in Calibre 4 (#104)
2022-08-06 NoDRMFix ZIP attribute "external_attr" getting reset
2022-08-03 NoDRMFix plugin crash with invalid ADE key
2022-08-03 NoDRMFix Calibre 6 issue in Obok plugin
2022-07-16 NoDRMFix RSA.import_key (fixes #101)
2022-07-13 NoDRMPrepare release v10.0.3
2022-07-13 NoDRMAdd some Python2 compat code I forgot to add earlier
2022-07-13 NoDRMFix Obok plugin on Calibre 6 (#98)
2022-04-21 Yuki Liufix the regular expression
2022-03-22 NoDRMFix Nook study key retrieval
2022-03-20 NoDRMFix Kindle for real
2022-03-20 NoDRMHopefully fix Kindle books
2022-03-19 NoDRMFix print-replica Amazon books
2022-03-19 NoDRMBugfix for Nook PDFs?
2022-03-19 NoDRMSome untested Python2 Kindle bugfixes
2022-03-19 NoDRM(Hopefully) fix WineGetKeys for Kindle
2022-03-19 NoDRMAdd back unpad to fix Python2 support
2022-03-19 NoDRMUpdate plugin readme
2022-03-19 NoDRMImprove error message
2022-03-18 NoDRMMake B&N plugin skip invalid hashes in Windows app
2022-03-18 NoDRMDebugging for __version issue
2022-03-18 NoDRMTry to fix V3 PDF files
2022-03-18 NoDRMUpdate FAQs
2022-03-18 Brose JohnstoneObok: Fix invalid UTF-8 causing UI to not open
2022-03-18 a980e066a01Add support for "hardened" Adobe DRM
2022-03-18 a980e066a01Remove OpenSSL support; only support PyCryptodome
2022-01-11 NoDRMUpdate FAQ
2022-01-11 NoDRMRemove LCP references from Readme
2022-01-11 NoDRMAdd empty placeholder file for LCP
2022-01-04 NoDRMFix IndexError in mobidedrm.py
2022-01-02 NoDRMMake plugin work in Calibre 6 (Qt 6)
2022-01-02 NoDRMAdd "MemoryError" to FAQ
2022-01-02 NoDRMFix FileNotFoundError during PassHash handling
2022-01-02 NoDRMFix libcrypto DLL path search (see #13 and #14)
2022-01-02 NoDRMTry to fix B&N issues
2022-01-01 NoDRMMore work on standalone version, fix plugin
2021-12-29 Aldo BleekerPython 3 fixes
2021-12-29 NoDRMAdd passhash interface to CLI
2021-12-29 NoDRMBugfixes in standalone code for Calibre < 5 / Python 2
2021-12-29 NoDRMBegin work on standalone version
2021-12-29 NoDRMCleanup
2021-12-27 NoDRMCorrect user pass padding, fix PDFStream export
2021-12-27 NoDRMUpdate Changelog
2021-12-27 NoDRMFix broken key management
2021-12-27 NoDRMTon of PDF DeDRM updates
2021-12-27 NoDRMUpdate watermark code
2021-12-27 NoDRMRemove ancient code to import keys from ancient plugins
next