diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-06-02 16:15:56 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-06-02 16:15:56 +0100 |
| commit | e818946e18c3236f8650f79db3f4d4a2f9bd6d5a (patch) | |
| tree | 56bd285dc1e35464130d534ee6036164aaa2f04f | |
| parent | e45b6284c54ed0e4ff7a9428c92087aa3f8e3cfc (diff) | |
chore: bump v1.7.0
changelog:
- add quality-of-life features for ngit-relay users
- detect ngit-relays and only attempt using unauthenticeted http
protocols
- better sync and less errors as nostr is the only way to push
- overhaul `ngit init`
- add simple / advanced mode
- add support for ngit-relays
- specifiy blossom servers
- sensible defaults
- misc
- add resiliency - push to all maintainer's relays and git servers
- require additional maintainers to publish announcements before
pushing
- allow users to specific fallback relays see `ngit --customize`
- add show npub
- fixes:
- use newest state event found, rather than oldest
- more resilient builds for platforms and distros
- ignore dereferenced tags in state
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -1413,7 +1413,7 @@ checksum = "f0efe882e02d206d8d279c20eb40e03baf7cb5136a1476dc084a324fbc3ec42d" | |||
| 1413 | 1413 | ||
| 1414 | [[package]] | 1414 | [[package]] |
| 1415 | name = "ngit" | 1415 | name = "ngit" |
| 1416 | version = "1.6.3" | 1416 | version = "1.7.0" |
| 1417 | dependencies = [ | 1417 | dependencies = [ |
| 1418 | "anyhow", | 1418 | "anyhow", |
| 1419 | "assert_cmd", | 1419 | "assert_cmd", |
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "ngit" | 2 | name = "ngit" |
| 3 | version = "1.6.3" | 3 | version = "1.7.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | description = "nostr plugin for git" | 5 | description = "nostr plugin for git" |
| 6 | authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] | 6 | authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] |