Point all pages at the new versioned docs site User docs moved into the main repo (userdocs/, sidick/amiauth#88) and are published at https://sidick.github.io/amiauth/ with a per-release version picker. Each page here becomes a pointer to its successor; content history stays in this wiki's page history and in the site's v1.0 version. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Correct cryptoasm docs: only SHA-1 has an asm path, not ChaCha20
Document ENVARC:AmiAuth/cryptoasm (68k asm crypto opt-out, #47)
Home: link the now-live Aminet package alongside the GitHub release
Home: announce the v1.0 release Links the GitHub release (live) rather than the Aminet package page, which is still sitting in Aminet's moderation queue (confirmed 404 as of this commit).
Installation: fix stale example $VER date to match the actual v1.0 release The real released binaries show 20.07.2026 (the actual tag date), not 19.07.2026 from an earlier draft.
Managing Accounts: clarify bare Base32 secret handling, note future auto-wrap The raw secret from a service (e.g. GitHub's setup key) is already Base32 - no conversion needed, just drop it into a minimal otpauth:// URI. Also notes issue #83 (accept a bare secret directly, no manual URI wrapping) as a tracked future improvement.
Troubleshooting: note the automatic quiet-zone retry for QR import amiauth#75 - AmiAuth now retries with an added white margin when a QR image has none, since some export tools crop tight to the code and that otherwise fails to decode.
Troubleshooting: point the roadmap FAQ link at the v2 milestone docs/ROADMAP.md is being removed from the repo (amiauth#74) - GitHub issues/milestones are the single tracker now.
Commodity-and-Tooltypes: document single-instance for the no-commodities case Fixed in amiauth#64/#73 - a second launch without commodities.library now exits quietly instead of racing the vault file, but (unlike the commodity path) doesn't bring the running window to the front.
Troubleshooting: correct the crash-recovery entry to the confirmed cause Testing (amiauth#71) disproved the original AppWindow-leak theory and found the real mechanism: a stuck commodity broker after an abnormal kill causes silent instant-exit on the next launch, deferring to a resident instance that's actually gone. Reboot is the confirmed fix; Exchange's own Remove can't clear it.
Troubleshooting: document window-won't-open/drag-misbehavior after a crash Classic AmigaOS has minimal resource tracking and no memory protection, so an abnormal AmiAuth exit (not a normal quit) can leave Workbench-side state dangling until reboot. See amiauth#71.
GUI-Guide: account list rows now refresh per code change, not live-every-second Throttled to fix a system-wide Workbench drag stall (amiauth#62) - the list only relists when a code actually rolls over. The selected account's big code display and countdown gauge still update live every second.
GUI-Guide: remove Add-from-clipboard's RA-V shortcut AmiAuth no longer binds Right-Amiga-V to Account -> Add from clipboard; it collided with the system-wide Edit->Paste convention for an action that adds a vault entry, not just pastes text.
Document the PUBSCREEN tooltype (open on a named public screen) Matches sidick/amiauth#63.
Correct passphrase-field cursor glyph: | not _ The trailing underscore wasn't visible in practice; the actual fix (sidick/amiauth#61) uses a vertical bar instead.
Document idle-lock hide/re-prompt behavior, passphrase cursor, window memory Matches the AmiAuth GUI fixes in sidick/amiauth#61: idle auto-lock now hides the window and re-prompts on next Show/hotkey rather than blocking in place; the passphrase field shows a static cursor; window position and size are remembered across a hide/show cycle.
Document GUI keyboard shortcuts (Copy, nudge letters, list navigation) Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JWXn3CHuDgTjf5sjfJDF6a
Document NUDGE: relative clock adjustment (CLI command + GUI buttons) Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JWXn3CHuDgTjf5sjfJDF6a
make dist builds its own lha now Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JWXn3CHuDgTjf5sjfJDF6a
Document deferred unlock/first-run on hidden commodity start (#50) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JWXn3CHuDgTjf5sjfJDF6a
WBStartup: copying the binary works now (path recorded); note boot-time unlock prompt (#50) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JWXn3CHuDgTjf5sjfJDF6a
Document GUI first-launch vault creation + path-recording nuance Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JWXn3CHuDgTjf5sjfJDF6a
Add WB 3.2 screenshot; note bundled AmigaGuide + icons in Installation Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JWXn3CHuDgTjf5sjfJDF6a
Document releases: $VER version check, make dist, tag-driven flow Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JWXn3CHuDgTjf5sjfJDF6a
Update for GUI startup SNTP sync + TIMESERVER tooltype (#29) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JWXn3CHuDgTjf5sjfJDF6a
Merge wiki-initialisation placeholder
Initial Home page
Initial user documentation Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JWXn3CHuDgTjf5sjfJDF6a