Skip to content

fix(landing): bump version references to v2.0.0#49

Closed
pexatar wants to merge 2 commits into
mainfrom
fix/landing-v2.0.0
Closed

fix(landing): bump version references to v2.0.0#49
pexatar wants to merge 2 commits into
mainfrom
fix/landing-v2.0.0

Conversation

@pexatar

@pexatar pexatar commented Jun 3, 2026

Copy link
Copy Markdown
Owner

The landing page (landing/index.html) still referenced v1.0.17 in 10 places after the v2.0.0 release:

  • download CTA button text ("Download PassKey v1.0.17")
  • nav / hero / extension-section download buttons
  • JSON-LD downloadUrl and softwareVersion
  • direct Portable ZIP download link

All updated to v2.0.0 (matching the published release assets). Also brings index.html under version control (it was previously untracked).

Deploy note: the live site at pass-key.it is hosted on Register.it (manual FTP upload), so this change must be uploaded separately to take effect online.

🤖 Generated with Claude Code

pexatar and others added 2 commits June 4, 2026 01:24
… Setup

The release workflow failed on every tag at "Build installer and portable ZIP":
Installer/PassKey.iss bundles WindowsAppRuntimeInstall-x64.exe as a [Files]
Source, but that binary is git-ignored (too large to commit) and CI never
fetched it, so Inno Setup aborted with "Source file ... does not exist" on a
fresh runner. Local builds worked only because the file existed on the dev box.

build-installer.ps1 now ensures the redistributable is present before invoking
Inno Setup, downloading it via Installer/Download-Runtime.ps1 (authoritative
aka.ms URL pinned to WindowsAppSDK 1.8.260416003) when missing.

Also make make-chrome-zip.ps1 / make-xpi.ps1 read the version from manifest.json
instead of hardcoding "1.0.0", so the package filename matches the extension.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
index.html still pointed to v1.0.17 in 10 places (download CTA, nav/hero/
extension links, JSON-LD downloadUrl + softwareVersion, direct Portable ZIP
link). Update all to v2.0.0 to match the published release.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@pexatar pexatar closed this Jun 3, 2026
@pexatar pexatar deleted the fix/landing-v2.0.0 branch June 3, 2026 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant