Skip to content

Releases: MPCodeWriter21/PDF-Helper

v0.4.0

v0.4.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Jul 16:19
feat: Add generate-recipe CLI command for recipe templates

Add a new 'pdf-helper generate-recipe' subcommand that lets users
quickly scaffold recipe YAML files from built-in templates. When called
without arguments it lists available templates; with a template name it
outputs the YAML to stdout or writes it to a file.

Templates included: remove-pages, bundle, split-and-extract,
extract-text, convert-to-images.

Bump version to 0.4.0.

v0.3.2

v0.3.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Jul 15:58
fix: Replace sys.exit() with proper exceptions in library code

Library functions (extract_text, split_pdf, run_recipe) now raise
ValueError, PermissionError, and RecipeError instead of calling
sys.exit(1), making the package safe to import and use as a library.
The CLI layer catches these exceptions and handles process termination.

Auto Build

Auto Build Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Jun 11:29

Documentation

  • Add CHANGELOG.md, bug_report.md, feature_request.md (CodeWriter21)

Auto Build

Auto Build Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Jun 12:57
0.2.2

ci: Merge automatic-release and pypi workflows into one build-and-pub…

Auto Build

Auto Build Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Apr 09:44
0.2.1

fix: Upgraded log21

Auto Build

Auto Build Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Apr 08:40

Bug Fixes