Skip to content

History

Revisions

  • 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>

    @sidick sidick committed Jul 21, 2026
    50e033b
  • Correct cryptoasm docs: only SHA-1 has an asm path, not ChaCha20

    @sidick sidick committed Jul 21, 2026
    c32caa3
  • Document ENVARC:AmiAuth/cryptoasm (68k asm crypto opt-out, #47)

    @sidick sidick committed Jul 21, 2026
    817b1f6
  • Home: link the now-live Aminet package alongside the GitHub release

    @sidick sidick committed Jul 21, 2026
    91491e1
  • 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).

    @sidick sidick committed Jul 20, 2026
    fe7b28c
  • 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.

    @sidick sidick committed Jul 20, 2026
    8bbbd66
  • 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.

    @sidick sidick committed Jul 20, 2026
    850bd80
  • 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.

    @sidick sidick committed Jul 20, 2026
    436aee6
  • 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.

    @sidick sidick committed Jul 20, 2026
    a6c3fac
  • 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.

    @sidick sidick committed Jul 20, 2026
    9fa8377
  • 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.

    @sidick sidick committed Jul 20, 2026
    f0e79b8
  • 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.

    @sidick sidick committed Jul 20, 2026
    2dd55b9
  • 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.

    @sidick sidick committed Jul 20, 2026
    3c272e3
  • 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.

    @sidick sidick committed Jul 20, 2026
    d0bd65b
  • Document the PUBSCREEN tooltype (open on a named public screen) Matches sidick/amiauth#63.

    @sidick sidick committed Jul 20, 2026
    1707725
  • 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.

    @sidick sidick committed Jul 19, 2026
    2a3be43
  • 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.

    @sidick sidick committed Jul 19, 2026
    362a489
  • 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

    @sidick sidick committed Jul 19, 2026
    7d2ee88
  • 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

    @sidick sidick committed Jul 19, 2026
    d00bd44
  • make dist builds its own lha now Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JWXn3CHuDgTjf5sjfJDF6a

    @sidick sidick committed Jul 19, 2026
    bd7ec93
  • 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

    @sidick sidick committed Jul 19, 2026
    f13806a
  • 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

    @sidick sidick committed Jul 19, 2026
    af58166
  • 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

    @sidick sidick committed Jul 19, 2026
    58e6c5c
  • 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

    @sidick sidick committed Jul 19, 2026
    db340da
  • 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

    @sidick sidick committed Jul 19, 2026
    09dcce0
  • 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

    @sidick sidick committed Jul 19, 2026
    f186400
  • Merge wiki-initialisation placeholder

    @sidick sidick committed Jul 19, 2026
    697701b
  • Initial Home page

    @sidick sidick committed Jul 19, 2026
    b030c76
  • Initial user documentation Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JWXn3CHuDgTjf5sjfJDF6a

    @sidick sidick committed Jul 19, 2026
    78cfe5c