Awiteb
8d8ad5f1e5
feat: add --personal-fork flag to repo announce command
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-09-16 20:11:59 +00:00
Awiteb
4bcf104c80
docs: update commands titles and descriptions
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-09-12 10:12:58 +00:00
Awiteb
4360aa192c
feat: support pull requests
...
Support for pull requests, it's not standard in NIPs yet[1] but there must be
two clients that support it to be included in NIPs, n34 is one of them.
This support:
- Create a new PR `n34 pr new`
- Update PR tip `n34 pr update`
- View a PR `n34 pr view`
- List PRs `n34 pr list`
- Add `PR` and `PR-update` kinds as roots in `NostrClient::find_root`
- Support issuing statuses for PRs
- Support GRASP PR and PR-update
- Update the docs
[1] https://github.com/nostr-protocol/nips/pull/1966
2025-09-12 06:43:23 +00:00
Awiteb
c308dc1b42
docs: Update commands help messages
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-24 10:06:55 +00:00
Awiteb
ed1bfaf161
fix(issue)!: make subject mandatory and optional content
...
BREAKING CHANGE: When the editor contains only one line, it is now
treated as the subject instead of being used as the issue content.
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-18 13:35:18 +00:00
Awiteb
9aa3b62de0
chore: Bump the version to v0.4.0
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-08 15:21:35 +00:00
Awiteb
904d14064f
feat: Sign using NIP-07
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-07 23:22:40 +00:00
Awiteb
1d83e445a4
deps: Upgrade to nostr@0.43.0
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-03 15:24:05 +00:00
Awiteb
67e25da8c0
feat: New flag to patch apply and merge to mention patches
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-08-03 15:24:04 +00:00
Awiteb
03d5c8020e
feat: Keyring the secret key n34 config keyring --enable
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-07-27 00:55:53 +00:00
Awiteb
4e0ecdceaf
feat: Support signing using NIP-46 bunker
...
Suggested-by: DanConwayDev <DanConwayDev@protonmail.com >
Signed-off-by: Awiteb <a@4rs.nl >
2025-07-18 21:43:50 +00:00
Awiteb
c029ddf86c
chore: Bump the version to v0.3.0
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-07-05 12:20:19 +00:00
Awiteb
3510b59fbb
feat: Improve exit codes and make them more specific
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-07-04 10:50:24 +00:00
Awiteb
05b4ae30f7
feat: New issue list commands to list the repo issues
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-07-02 22:07:03 +00:00
Awiteb
387dd32a37
feat: New patch list commands to list the repo patches
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-07-02 22:07:03 +00:00
Awiteb
2874ba8457
remove: Remove --euc flag from patch send command and use the repo euc
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-06-30 11:17:05 +00:00
Awiteb
55e5d86c03
deps: Remove bitcoin_hashes and use nostr::hashes re-export
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-06-30 11:16:52 +00:00
Awiteb
6467bc3bb5
remove: Remove the --to flag from reply command and make it an argument
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-06-29 20:24:57 +00:00
Awiteb
da284a084c
feat: View the repo maintainers as npub
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-06-29 20:20:58 +00:00
Awiteb
45ea7d25f2
remove: Remove the --repo option and make the repo an argument
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-06-29 20:17:14 +00:00
Awiteb
8b09cff5e3
feat: New patch subcommands apply,close,draft,merge and reopen to manage the patch status
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-06-28 13:47:31 +00:00
Awiteb
1651fd5a47
fix: Not to return an error if nostr-address file does not exist
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-06-14 10:45:00 +00:00
Awiteb
a9a2cb2b16
feat: New issue {reopen,close,resolve} commands to manage issue status
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-06-14 09:38:00 +00:00
Awiteb
364356a573
feat: New patch fetch command to fetch patches
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-06-10 16:23:08 +00:00
Awiteb
da96985a40
feat: New issue view command to view an issue
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-06-09 22:09:55 +00:00
Awiteb
b1027b3b04
refactor: Improve commands running and make the signer optional for some commands
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-06-08 20:35:49 +00:00
Awiteb
5dc8e31eb3
feat: New config relays command to set the default fallbacks relays
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-06-07 21:12:34 +00:00
Awiteb
a6a61aedf1
refactor: Store the config in CliOptions instead of its path
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-06-07 19:00:29 +00:00
Awiteb
812a06a276
feat: Add description tag to the patch
...
The tag value is the patch subject
Signed-off-by: Awiteb <a@4rs.nl >
2025-06-04 22:10:10 +00:00
Awiteb
ef8d6c1c4f
feat: New patch send command to send patches
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-06-04 12:45:36 +00:00
Awiteb
ce0068be53
chore: Bump the version to v0.2.0
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-06-01 12:32:24 +00:00
Awiteb
4c6578ccb1
feat: Support relays and naddrs sets
...
This commit introduces support for 'sets', a feature that simplifies
referencing multiple relays or naddrs with a single word.
Sets are stored in the config directory under `n34` as `config.toml` in
`TOML` format. The config path follows the `$XDG_CONFIG_HOME` standard,
defaulting to `$HOME/.config` if unset.
The `n34 sets` command allows managing sets, adding, removing, updating,
or displaying them. When using the main `--relays` flag, a set name can
be provided to automatically expand its relays (an error occurs if the
set contains no relays). Similarly, any command accepting naddrs can
reference a set to extract its naddrs.
Sets can also be merged by updating a set while specifying another
set in `--repo` merges their naddrs, while `--set-relays` merges their
relays. Removal follows the same pattern.
Signed-off-by: Awiteb <a@4rs.nl >
2025-06-01 12:12:09 +00:00
Awiteb
02070c2868
feat: A --quote-to flag to quote the replied to content in the editor
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-24 06:06:32 +00:00
Awiteb
6fdf0dbcf5
feat: Read the nostr-address file in reply command
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-23 13:38:21 +00:00
Awiteb
226909ef16
feat: Read the nostr-address file in issue new command
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-23 12:38:26 +00:00
Awiteb
8ca88804dd
feat: Read the nostr-address file in repo view command
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-23 12:36:48 +00:00
Awiteb
b29937a04e
chore(changelog): Update the body
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-22 15:15:49 +00:00
Awiteb
06374fe1fc
feat: add --force-id flag to bypass case validation in repo announce
...
The new flag allows users to skip the kebkab case ID check when announcing
repositories.
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-22 08:27:13 +00:00
Awiteb
c1afa9a93d
chore: Bump the version to v0.1.0
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-21 22:41:37 +00:00
Awiteb
97c6e4487b
chore: Add changelog and readme
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-01 14:34:47 +00:00