35 Commits

Author SHA1 Message Date
5550d41293 Release v0.0.8 - Adopt standard semver versioning
- Update release command to use standard semver with v prefix (v0.0.0 format)
- Add seamless migration from legacy non-prefixed versions (0.0.x -> v0.0.x)
- Document version format in release command instructions
- Bump version from 0.0.7 to v0.0.8 in package.json

Files modified:
- .claude/commands/release.md
- package.json

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
v0.0.8
2025-12-19 09:39:21 +01:00
1491ac13af Release v0.0.7 - Identity list UI redesign with avatars
- Redesign identities list to show avatar and display name from Nostr profile
- Replace star icon selection with clickable row for identity switching
- Add gear icon for direct access to identity settings
- Highlight selected identity with primary color border
- Remove credits box from information tab
- Add rebuild instruction to CLAUDE.md
- Clean up unused imports in info components
- Replace HTML autofocus with programmatic focus for accessibility

Files modified:
- CLAUDE.md
- package.json
- projects/chrome/src/app/components/home/identities/*
- projects/chrome/src/app/components/home/info/*
- projects/chrome/src/app/components/vault-login/*
- projects/firefox/src/app/components/home/identities/*
- projects/firefox/src/app/components/home/info/*
- projects/firefox/src/app/components/vault-login/*

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
v0.0.7
2025-12-19 09:07:36 +01:00
578f3e08ff Add NIP-65 relay list display and improve identity UI
- Add NIP-65 relay list service to fetch kind 10002 events from relays
- Replace configurable relay page with read-only NIP-65 relay display
- Update identity page to show display name and username in same badge
- Use reglisse heading font for titles throughout the UI
- Navigate to You page after vault unlock instead of identities list
- Add autofocus to vault password input field
- Add profile metadata service for fetching kind 0 events
- Add readonly mode to relay-rw component

Files modified:
- package.json (version bump to 0.0.6)
- projects/common/src/lib/services/relay-list/relay-list.service.ts (new)
- projects/common/src/lib/services/profile-metadata/profile-metadata.service.ts (new)
- projects/common/src/lib/constants/fallback-relays.ts (new)
- projects/*/src/app/components/home/identity/* (UI improvements)
- projects/*/src/app/components/edit-identity/relays/* (NIP-65 display)
- projects/*/src/app/components/vault-login/* (autofocus, navigation)
- projects/common/src/lib/styles/* (heading fonts)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
v0.0.6
2025-12-17 15:21:57 +01:00
fe886d2101 Rebrand to Plebeian Signer with updated colors and UI improvements
- Fix project name from "Plebian" to "Plebeian" throughout codebase
- Replace gooti logo with Plebeian Market logo across all screens
- Update color scheme to match Plebeian Market (pink accent #ff3eb5)
- Add IBM Plex Mono fonts and Reglisse heading font
- Center vault create/import screen content vertically
- Reduce spacing on sync preference screen to prevent scrolling
- Add Enter key support on vault login password field
- Update options page with new logo and color scheme
- Bump version to 0.0.5

Files modified:
- package.json (version bump, name fix)
- projects/*/public/{logo.svg,options.html,manifest.json}
- projects/*/src/app/components/vault-*/*.{html,scss}
- projects/*/src/app/components/welcome/*.html
- projects/common/src/lib/styles/*.scss
- Various component files for branding updates

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
v0.0.5
2025-12-17 11:47:38 +01:00
3c63e6555c Rename project from Gooti to Plebian Signer and add Claude Code config
- Rename all gooti-* files to plebian-signer-* across Chrome and Firefox
- Rename GootiMetaHandler to SignerMetaHandler in common library
- Update all references to use new naming convention
- Add CLAUDE.md with project build/architecture documentation
- Add Claude Code release command tailored for this npm/Angular project
- Add NWC-IMPLEMENTATION.md design document
- Add Claude skills for nostr, typescript, react, svelte, and applesauce libs
- Update README and various component templates with new branding

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
v0.0.1
2025-12-17 09:29:00 +01:00
DEV Sam Hayes
e11ca7a0d2 chrome-0.0.4 / firefox-0.0.4 chrome-0.0.4 firefox-0.0.4 2025-02-15 15:10:46 +01:00
DEV Sam Hayes
c51e4d951f add support for NIP44 (chrome & firefox) 2025-02-15 15:10:18 +01:00
DEV Sam Hayes
a8f3fad87b update README.md 2025-02-12 20:32:06 +01:00
DEV Sam Hayes
eb667ae805 chrome-0.0.3 chrome-0.0.3 2025-02-12 20:14:38 +01:00
DEV Sam Hayes
b2133e519f update README.md 2025-02-10 10:29:01 +01:00
DEV Sam Hayes
4dd1cbb590 update README.md 2025-02-10 10:27:26 +01:00
DEV Sam Hayes
cbd52375aa Merge branch 'develop' 2025-02-08 00:55:17 +01:00
DEV Sam Hayes
4afc8bd067 update Firefox id 2025-02-08 00:18:20 +01:00
DEV Sam Hayes
fedf7d7e81 update README.md 2025-02-07 23:55:51 +01:00
DEV Sam Hayes
4b7b819c59 merge release changes back into develop 2025-02-07 23:16:19 +01:00
DEV Sam Hayes
53ec023218 firefox-0.0.3 firefox-0.0.3 2025-02-07 23:15:48 +01:00
DEV Sam Hayes
bd8bd101d7 prepare firefox-0.0.3 2025-02-07 23:15:16 +01:00
DEV Sam Hayes
e85ac5ca66 harmonize chrome ui 2025-02-07 22:28:29 +01:00
DEV Sam Hayes
0a77eceaf4 Merge branch 'feature/firefox' into develop 2025-02-07 22:26:56 +01:00
DEV Sam Hayes
6c43a60810 migrate background related things from chrome 2025-02-07 22:26:34 +01:00
DEV Sam Hayes
b20faf2359 "copy" UI related things from chrome 2025-02-07 20:20:15 +01:00
DEV Sam Hayes
601ac8cd49 Merge branch 'feature/chrome-options' into develop 2025-02-07 17:14:39 +01:00
DEV Sam Hayes
27e8d52d23 add new route "/vault-import" in the popup 2025-02-07 17:14:29 +01:00
DEV Sam Hayes
7f0829af09 add options page (to upload vault snapshots) 2025-02-07 17:13:50 +01:00
DEV Sam Hayes
3ec8827c27 hotfix wrong chrome version in package.json 2025-02-04 20:30:39 +01:00
DEV Sam Hayes
f2960743e1 hotfix wrong chrome version in package.json chrome-0.0.2 2025-02-04 20:29:12 +01:00
DEV Sam Hayes
d3d76efc83 merge release changes back into develop 2025-02-04 20:25:02 +01:00
DEV Sam Hayes
4b7d8d4a8d chrome-0.0.2 2025-02-04 20:24:05 +01:00
DEV Sam Hayes
a973b1edad prepare chrome-0.0.2 2025-02-04 20:23:40 +01:00
DEV Sam Hayes
312a3666d7 Merge branch 'fix/chrome' into develop 2025-02-04 20:18:16 +01:00
DEV Sam Hayes
142b313867 remove unnecessary permission "activeTab" 2025-02-04 20:17:54 +01:00
DEV Sam Hayes
b21701f677 move startupService to common 2025-02-04 20:13:45 +01:00
DEV Sam Hayes
5824abcefd chrome-0.0.1 chrome-0.0.1 2025-02-01 23:25:22 +01:00
DEV Sam Hayes
a652718bc7 first chrome implementation 2025-02-01 23:23:37 +01:00
DEV Sam Hayes
dc7a980dc5 Initial commit 2025-01-10 19:36:19 +01:00