Skip to content

Commit

Permalink
chore bump to v1.5.0
Browse files Browse the repository at this point in the history
changelog:

- add new nostr url format that works better for MacOS users
  `nostr://<*protocol>/<npub123>/<*relay-hint>/<identiifer>`
  \*optional
- status updates during clone, push and fetch
- intelligent protocol selection and fallback
  - unless unusual protocol specified in clone url it will try
    in this order:
    - fetch: https unatuth, ssh, https
    - push: ssh, https auth
  - save successful protocol in git config so it is tried first
    next time
  - enable override from nostr url (will only use this protocol)
- enable building binaries via nix
- refactor into lib and bin structure
- bump dependnancies
  • Loading branch information
DanConwayDev committed Sep 18, 2024
1 parent 546aacf commit b9ea26b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ngit"
version = "1.4.5"
version = "1.5.0"
edition = "2021"
description = "cli for code collaboration over nostr with nip34 support"
authors = ["DanConwayDev <DanConwayDev@protonmail.com>"]
Expand Down

0 comments on commit b9ea26b

Please sign in to comment.