V0.9RC1#1
Merged
Merged
Conversation
…elease
- __version__ in sign_pdfs_beid.py is the single source of truth (1.0.0);
exposed via --version and in the GUI window title, with a unit test.
- .github/workflows/release.yml (push to main): reads the version, skips
gracefully if tag v{version} exists, gates on the unit tests, builds
both executables on Windows + Linux, smoke-tests the frozen CLI,
packages cachet-{v}-linux-x86_64.tar.gz / cachet-{v}-windows-x86_64.zip,
then tags and publishes a Release with auto-generated notes.
- build.yml (CI) now runs on develop pushes and PRs (main belongs to the
release workflow) and gains the unit-test gate.
- Release process documented in BUILD.md, README and CLAUDE.md.
…-in docs Step 5 is split vertically. LEFT: the three mode radios stacked vertically, each with a short explanation (what it is, requirements, legal value — the eID hint carries the RRN warning); the PAdES level selector and every Azure input (vault URL, key override, internal CA chain, auth method, sign-in) get the same what/why/required hints; the vault URL is pre-filled with https://login.live.com. RIGHT: an in-app documentation panel (the three modes, every PAdES level and its role, AES vs QES with pros/cons and a decision guide) plus a 'Read more' button opening a full-glossary window covering all terms and technologies (eIDAS, PAdES, CMS, LTV, DSS, OCSP/CRL, TSA, LOTL, Key Vault, Entra ID, RRN, …). Default window widened to 1180px; thread-safety and section-toggling invariants unchanged, tests added.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.