Skip to content

Releases: gentpan/GitShow

GitShow v1.2.0

02 May 12:58

Choose a tag to compare

1.2.0 - 2026-05-02

Added

  • Support multiple admin Passkeys.
  • Add Passkey notes so each credential can be labeled by device or purpose.
  • Add Passkey management in the admin panel, including note editing, single deletion, and clear-all.

Fixed

  • Show recent activity in newest-first order instead of oldest-first.
  • Make page loading indicators render as circular spinners despite the global square-corner style.
  • Avoid browser password-save prompts by keeping sensitive admin fields empty unless edited.

Changed

  • Pin the Docker Compose image and container name to gitshow.
  • Keep legacy Passkeys compatible and expose them in the new Passkey management list.

GitShow 1.1.0

02 May 12:01

Choose a tag to compare

GitShow 1.1.0

This release turns GitShow into a cleaner single-service personal GitHub homepage with a more complete admin experience.

Highlights

  • Flattened the project into one root-level structure without separate backend/frontend folders.
  • Added single Go service deployment with embedded Nuxt static assets.
  • Added admin-controlled project visibility for the homepage and projects page.
  • Added Passkey/WebAuthn support for admin login.
  • Added configurable top-right contact button label and URL.
  • Added site favicon and web manifest support from public/.
  • Removed RSS output and footer RSS entry.
  • Refined the header, footer, hero area, projects, activity, and admin UI.

Validation

  • npm run generate
  • go test ./...
  • go build -o gitshow .