File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to Podkey will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.0.7] - 2024-12-XX
9+
10+ ### Changed
11+
12+ - Improved installation guide on test page with comprehensive step-by-step instructions
13+ - Prioritized direct extension installation over git clone workflow
14+ - Added developer section for building from source
15+
816## [ 0.0.6] - 2024-12-XX
917
1018### Changed
@@ -93,6 +101,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
93101- Trust management system
94102- Storage abstraction layer
95103
104+ [ 0.0.7 ] : https://github.com/JavaScriptSolidServer/podkey/compare/v0.0.6...v0.0.7
96105[ 0.0.6 ] : https://github.com/JavaScriptSolidServer/podkey/compare/v0.0.5...v0.0.6
97106[ 0.0.5 ] : https://github.com/JavaScriptSolidServer/podkey/compare/v0.0.4...v0.0.5
98107[ 0.0.4 ] : https://github.com/JavaScriptSolidServer/podkey/compare/v0.0.3...v0.0.4
Original file line number Diff line number Diff line change 22
33> Browser extension for ** did: nostr ** and ** Solid** authentication
44
5- [ ![ Version] ( https://img.shields.io/badge/version-0.0.6 -blue.svg )] ( https://github.com/JavaScriptSolidServer/podkey/releases )
5+ [ ![ Version] ( https://img.shields.io/badge/version-0.0.7 -blue.svg )] ( https://github.com/JavaScriptSolidServer/podkey/releases )
66[ ![ License] ( https://img.shields.io/badge/license-AGPL--3.0-green.svg )] ( LICENSE )
77[ ![ NIP-07] ( https://img.shields.io/badge/NIP--07-compatible-purple.svg )] ( https://github.com/nostr-protocol/nips/blob/master/07.md )
88[ ![ Test Page] ( https://img.shields.io/badge/test--page-live-brightgreen )] ( https://javascriptsolidserver.github.io/podkey/test-page/ )
@@ -344,4 +344,4 @@ AGPL-3.0 License - see [LICENSE](LICENSE) for details
344344
345345** Made with 🔑 by the JavaScriptSolidServer team**
346346
347- _ Podkey v0.0.6 - Your keys, your identity, your data_
347+ _ Podkey v0.0.7 - Your keys, your identity, your data_
Original file line number Diff line number Diff line change 11{
22 "manifest_version" : 3 ,
33 "name" : " Podkey" ,
4- "version" : " 0.0.6 " ,
4+ "version" : " 0.0.7 " ,
55 "description" : " did:nostr and Solid authentication extension - NIP-07 wallet for decentralized identity" ,
66 "permissions" : [
77 " storage" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " podkey" ,
3- "version" : " 0.0.6 " ,
3+ "version" : " 0.0.7 " ,
44 "description" : " did:nostr and Solid authentication extension - NIP-07 provider for decentralized identity" ,
55 "main" : " src/index.js" ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments