Skip to content

Releases: DanConwayDev/ngit-cli

v1.4.1

20 Aug 11:05
v1.4.1
09ead86
Compare
Choose a tag to compare
changelog:

- fix pushing tags in git-remote-nostr

v1.4.0

20 Aug 10:57
v1.4.0
a307310
Compare
Choose a tag to compare
changelog:

- add git-remote-nostr binary

v1.3.1

25 Jul 08:07
v1.3.1
52f9efa
Compare
Choose a tag to compare
changelog:

- fix(init): update maintainers.yaml if identifier or relays have changed

v1.3.0

24 Jul 16:04
v1.3.0
d1dab56
Compare
Choose a tag to compare
changelog:

- NIP-46 remote signing (from Amber, etc)
- `list` breaks down proposals by status
- local cache in `.git` to enable viewing proposals offline and reuse by other git clients
- introduced `fetch` to download recent proposals
- improved repo selection and handling of multiple maintainers
- unqiue branch names for proposals to prevent name conflicts
- login to different npubs for different repositories
- store login details in git config so they can be reused by other git clients ran locally
- add NIP-31 alt tags to events
- add euc marker per NIP-34 tweak
- fix: ensure repo events of all maintainers are tagged in proposals
- fix: stop filtering out very large patches

v1.3.0-beta1

09 Jul 07:15
v1.3-beta1
ba82a89
Compare
Choose a tag to compare
v1.3.0-beta1 Pre-release
Pre-release
v1.3-beta1

v1.2.1

14 May 06:39
v1.2.1
1083153
Compare
Choose a tag to compare

changelog:

  • fix ngit init support for multiple maintainers

v1.2.0

14 May 05:33
v1.2.0
f5c82ee
Compare
Choose a tag to compare

changelog:

  • remove unreliable relay.f7z.io from default relay set
  • ngit send --in-reply-to tag any nostr notes and npubs in proposals
  • ngit send link to proposal on gitworkshop

v1.1.2

16 Apr 15:45
v1.1.2
87ee59e
Compare
Choose a tag to compare

changelog:

  • improve relay timeout behaviour
  • fix ngit init handling of multiple values eg clone
  • improve reliability via with dependency upgrade
  • build via nix in ci

v1.1.1

08 Mar 21:30
v1.1.1
bba5a09
Compare
Choose a tag to compare
changelog: * fix stack overflow bug when origin remote doesnt exist

v1.1.0

08 Mar 17:29
v1.1.0
aa36f4e
Compare
Choose a tag to compare

Changelog:

  • ngit send - add interactive commit selection
  • resiliency improvements