Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [2.1.0] - 2026-07-29

Focused on advanced privacy export, full OCR support for scanned PDFs, and new Lite/Full release variants. Validated through the 2.1.0-beta.1/beta.2 prereleases before this stable release; only the final stable version gets its own heading here.
Focused on advanced privacy export, full OCR support for scanned PDFs, and new Lite/Full release variants. Validated through the 2.1.0-beta.1/beta.2/beta.3 prereleases before this stable release, promoted from `v2.1.0-beta.3` without rebuilding; only the final stable version gets its own heading here.

### ✨ Added

Expand Down
2 changes: 1 addition & 1 deletion NullifyPDF.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
)

__version__ = "2.1.0"
__version_prerelease__ = "beta.3"
__version_prerelease__ = ""
APP_VERSION = (
f"{__version__}-{__version_prerelease__}"
if __version_prerelease__
Expand Down