Skip to content

Write and cleanup pdfs to cache dir#389

Merged
andreasgriffin merged 1 commit intomainfrom
temp-pdf-dir
Jan 9, 2026
Merged

Write and cleanup pdfs to cache dir#389
andreasgriffin merged 1 commit intomainfrom
temp-pdf-dir

Conversation

@andreasgriffin
Copy link
Copy Markdown
Owner

@andreasgriffin andreasgriffin commented Jan 9, 2026

write pdfs to cache dir and cleanup on exit

Tested on

  • Kubuntu
  • Mint
  • Mac
  • Windows

Required

  • pre-commit install before any commit. If pre-commit wasn't run for all commits, you can squash all commits git reset --soft $(git merge-base main HEAD) && git commit -m "squash" and ensure the squashed commit is properly formatted
  • All commits must be signed. If some are not, you can squash all commits git reset --soft $(git merge-base main HEAD) && git commit -m "squash" and ensure the squashed commit is signed
  • UI/Design/Menu changes were tested on macOS, because macOS creates endless problems. Optionally attach a screenshot.

Optional

  • Update all translations
  • Appropriate pytests were added
  • Documentation is updated
  • If this PR affects builds or install artifacts, set the Build-Relevant label to trigger build workflows

@andreasgriffin andreasgriffin merged commit 14c7b07 into main Jan 9, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pytest-win run pytest on windows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FIX/FEAT allow not exporting seed to PDF file in Step 5 Backup Seed (create single seed)

1 participant