Skip to content

PaperTodo v1.5

Choose a tag to compare

@github-actions github-actions released this 03 Jun 21:01

PaperTodo v1.5

What's new:

  • Markdown editing and browsing now share the AvalonEdit Markdown editor, keeping the lightweight Markdown view while reducing preview-state jumps and sync issues.
  • Added capsule auto edge-align: collapsed capsules can arrange at the top-right edge, stay half-hidden, and slide out on hover.
  • Tray paper deletion now keeps the tray menu open after confirmation.

Windows x64 executables:

  • PaperTodo-v1.5-win-x64-self-contained-compressed.exe: self-contained single file, includes .NET Desktop Runtime, ReadyToRun enabled, single-file compression enabled.
  • PaperTodo-v1.5-win-x64-no-runtime-uncompressed.exe: no-runtime framework-dependent single file, ReadyToRun disabled, single-file compression disabled.

SHA256 hashes are included in SHA256SUMS.txt.

Sigstore keyless signatures are included as .sig and .crt files. Verify them with:

powershell cosign verify-blob --certificate .\PaperTodo-v1.5-win-x64-self-contained-compressed.exe.crt --signature .\PaperTodo-v1.5-win-x64-self-contained-compressed.exe.sig --certificate-identity-regexp "^https://github[.]com/testsnow0722/PaperTodo/[.]github/workflows/release[.]yml@refs/(heads/main|tags/v.*)$" --certificate-oidc-issuer "https://token.actions.githubusercontent.com" .\PaperTodo-v1.5-win-x64-self-contained-compressed.exe cosign verify-blob --certificate .\PaperTodo-v1.5-win-x64-no-runtime-uncompressed.exe.crt --signature .\PaperTodo-v1.5-win-x64-no-runtime-uncompressed.exe.sig --certificate-identity-regexp "^https://github[.]com/testsnow0722/PaperTodo/[.]github/workflows/release[.]yml@refs/(heads/main|tags/v.*)$" --certificate-oidc-issuer "https://token.actions.githubusercontent.com" .\PaperTodo-v1.5-win-x64-no-runtime-uncompressed.exe