Release v1.1 - #115
Open
sidick wants to merge 1 commit into
Open
Conversation
Bump AMIAUTH_VERSION to 1.1 (date 28.07.2026) and the AmiAuth.readme Version: field, update the version strings shown in userdocs examples, and add userdocs/Changelog.md (wired into the mkdocs nav and the AmigaGuide PAGES list) summarising 1.1: SHA-256/512 and Steam Guard TOTP variants, QR export, ARexx port, localization, bare Base32 secrets, GUI VAULT argument, m68k asm SHA-1, audit fixes and the quirc update. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Release PR for v1.1 (28.07.2026). Once merged, pushing the
v1.1tag runs the tag-driven release workflow (GitHub release + gated Aminet upload).AMIAUTH_VERSIONto1.1andAMIAUTH_VERSION_DATEto28.07.2026insrc/version.hVersion:to1.1inAmiAuth.readme(the release workflow verifies the tag against both)userdocs/examples (index banner,Versioncommand output, GUI window title)userdocs/Changelog.md— a user-facing per-release changelog, wired into themkdocs.ymlnav andtools/docs2guide.pyPAGESso it appears on the docs site and in the shipped AmigaGuideHighlights going into 1.1 (since the v1.0 tag): SHA-256/SHA-512 and Steam Guard TOTP variants, QR code export (GUI + CLI), ARexx port, locale.library catalog localization, bare Base32 secret entry, GUI
VAULTargument, hand-written m68k SHA-1 hot loop, all July 2026 audit findings fixed, and the vendored quirc memory-safety update.Verified locally:
mkdocs build --strictpasses (with CI's pinned requirements) andmake guidebuilds 16 nodes including the new page.🤖 Generated with Claude Code