<feed xmlns='http://www.w3.org/2005/Atom'>
<title>npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/src/sub_commands/init.rs, branch v1.3.1</title>
<subtitle>Personal mirror of DanConwayDev/ngit-cli on git.upleb.uk
</subtitle>
<id>https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/atom?h=v1.3.1</id>
<link rel='self' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/atom?h=v1.3.1'/>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/'/>
<updated>2024-07-25T08:04:01+00:00</updated>
<entry>
<title>fix(init): add missing identifier to yaml</title>
<updated>2024-07-25T08:04:01+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-07-25T07:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=f4a4220cd4691e562d0a849ad8900bf54411363b'/>
<id>urn:sha1:f4a4220cd4691e562d0a849ad8900bf54411363b</id>
<content type='text'>
add missing or updated identifier to maintainers.yaml

as we were not checking whether it has changed or added

also update if relays do not match
</content>
</entry>
<entry>
<title>refactor: use nip34 kinds from rust-nostr</title>
<updated>2024-07-24T15:37:10+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-07-24T15:37:10+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=8638b321fdff94d034ec912ecd0910b6f564ff04'/>
<id>urn:sha1:8638b321fdff94d034ec912ecd0910b6f564ff04</id>
<content type='text'>
instead of Kind::Custom(u16) as v33 of rust-nostr introduced them
</content>
</entry>
<entry>
<title>feat: intergrate `fetch` into `init`</title>
<updated>2024-07-19T21:28:15+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-07-19T21:28:15+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=118d3d86efe155ee6525aba60711e100636a6646'/>
<id>urn:sha1:118d3d86efe155ee6525aba60711e100636a6646</id>
<content type='text'>
as part of a project to use fetch and the stored cache everywhere
</content>
</entry>
<entry>
<title>feat: save created events to cache</title>
<updated>2024-07-19T21:10:23+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-07-19T21:10:23+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=29a093993ce7d0210ac39ceb1a25acc9350492e7'/>
<id>urn:sha1:29a093993ce7d0210ac39ceb1a25acc9350492e7</id>
<content type='text'>
as soon as they are successfully sent to at least one relay
</content>
</entry>
<entry>
<title>feat(init): set repo pointer in git config</title>
<updated>2024-07-17T15:44:00+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-07-17T15:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=7227db8d2a506912eb5ffd3d25dee1c95544cbf4'/>
<id>urn:sha1:7227db8d2a506912eb5ffd3d25dee1c95544cbf4</id>
<content type='text'>
set repo.nostr to naddr reflecting the announcement just issued
</content>
</entry>
<entry>
<title>feat(fetch): fetch events and save to cache</title>
<updated>2024-07-15T16:18:36+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-07-15T16:14:09+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=142fee58b0449b3fe3f436986339c318de66b33f'/>
<id>urn:sha1:142fee58b0449b3fe3f436986339c318de66b33f</id>
<content type='text'>
enabler to add simplicity, efficency and offline
capability to other functions

improve repo announcement selection
</content>
</entry>
<entry>
<title>feat(login): login with nip46 remote signer</title>
<updated>2024-06-28T14:16:43+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-06-28T14:16:43+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=a82546b70303000b4fc053a1ee21d3d8c7d6ad66'/>
<id>urn:sha1:a82546b70303000b4fc053a1ee21d3d8c7d6ad66</id>
<content type='text'>
and save details in git config
</content>
</entry>
<entry>
<title>refactor: replace keys with signer</title>
<updated>2024-06-25T08:06:47+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-06-25T08:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=b63bfc9a34657c5767c507deb7c059e24dd22779'/>
<id>urn:sha1:b63bfc9a34657c5767c507deb7c059e24dd22779</id>
<content type='text'>
so that nip46 bunker signing can be added
</content>
</entry>
<entry>
<title>feat(login): store in git config and use cache</title>
<updated>2024-06-24T08:39:18+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-06-24T08:39:18+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=173ab188b326fbe78cfba4ab455a74619f4556bb'/>
<id>urn:sha1:173ab188b326fbe78cfba4ab455a74619f4556bb</id>
<content type='text'>
replace ngit yaml file config with:
 * nsec / ncryptsec / npub in git config in nostr.* namespace
 * sql database cache for metadata and relay events

allow different logins to be used for different git repositories by
storing login in local git config
</content>
</entry>
<entry>
<title>fix: `ngit init` multiple maintainers</title>
<updated>2024-05-14T06:28:21+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-05-14T06:28:21+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=6751d9377f853030633c9801735f33f31425326c'/>
<id>urn:sha1:6751d9377f853030633c9801735f33f31425326c</id>
<content type='text'>
fixes:
nostr:nevent1qqsz2g7gexkmqgr0x4g5kf9py8vx06p8nyn78v7mhevprasnyfy5swcpp4mhxue69uhkummn9ekx7mqzyr7jprhgeregx7q2j4fgjmjgy0xfm34l63pqvwyf2acsd9q0mynuzdyll0c
</content>
</entry>
</feed>
