From 632af9a091205a0453f0d96a165e1535fd24b2a7 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 20 Dec 2024 10:55:54 +0000 Subject: chore bump to v1.6.0 changelog: - overhaul and simplify login experience - add `account` api with `login`, `logout` and `export-keys` cmds - add sign up feature targeted at users new to nostr - support nip05 addresses in nostr git urls eg. `nostr://dan@gitworkshop.dev/ngit` - rework `ngit init` to make on-boarding more intuitive with simplier questions and more guidance and prompting to setup nostr remote - don't create `maintainers.yaml` for new repos but continue to support it for projects that already use it - remove ngit `pull`, `push` and `fetch` api to nudge users to use native git cmds with git plugin - expend merge types that automatically update PR status when pushed - various fixes: eg `ngit accountlogin` from outside of a git repository, add QR code border, and make `ngit list` prompts more intuitive - bump dependancies eg rust-nostr to v0.37 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f6ab7f..d79da4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1926,7 +1926,7 @@ checksum = "43a88da9dd148bbcdce323dd6ac47d369b4769d4a3b78c6c52389b9269f77932" [[package]] name = "ngit" -version = "1.5.3" +version = "1.6.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 4af74d0..14ef062 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ngit" -version = "1.5.3" +version = "1.6.0" edition = "2021" description = "nostr plugin for git" authors = ["DanConwayDev "] -- cgit v1.2.3