mirror of
https://github.com/Satsuoni/DeDRM_tools.git
synced 2026-04-12 04:15:16 -06:00
[PR #44] [CLOSED] Some QoL improvements #2
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mirrors/DeDRM_tools#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Satsuoni/DeDRM_tools/pull/44
Author: @xyzzy-foo
Created: 1/10/2026
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
1424c37Add a button to delete the extra key file0e49885Removes the hardcoding for Kindle eBooks (MOBI/KF8) watermark removal and makes it operate based on the value of the [Remove watermarks] option5371d88Change the default value for the [Remove watermarks] option from False to Trueaefeb2bUpdate credits018430fUpdate description📊 Changes
5 files changed (+21 additions, -9 deletions)
View changed files
📝
DeDRM_plugin/__init__.py(+5 -4)📝
DeDRM_plugin/config.py(+11 -0)📝
DeDRM_plugin/k4mobidedrm.py(+2 -2)📝
DeDRM_plugin/mobidedrm.py(+2 -2)📝
DeDRM_plugin/prefs.py(+1 -1)📄 Description
Added a delete button for an extra key candidate file, and for some reason NoDRM had the [Remove watermarks] option hardcoded and not actually working, so I changed it to make the option actually work and set the default value to
True. Also, updated the credits and description (you deserve credit!).🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.