Releases: gentpan/GitShow
Releases · gentpan/GitShow
GitShow v1.2.0
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
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 generatego test ./...go build -o gitshow .