Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
CHANGELOG: add entries for CLI changes
✗ CI failure Fintan Halpenny committed 7 months ago
commit 4dadf03b4fc1cdb28ddb9e40c6f8c7e2d01e3449
parent 7ea9fa68c3823af9efa8f6928685b4e2f9624780
3 failed (3 total) View logs
1 file changed +7 -0
modified CHANGELOG.md
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Deprecations

+
- The option `rad self --nid` was deprecated in favor of `rad status --only nid`
+
- `rad diff` was deprecated in favor of using `git diff`
+
- `rad patch review --patch` and `rad patch review --delete` are made obsolete.
+
  This functionality never worked as intended, and may be removed before the
+
  next major release.
+

## New Features

- `rad clone` now supports the flag `--bare` which works analoguously to
@@ -22,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `rad init --setup-signing` now works on bare repositories.
- `git-remote-rad` now correctly reports the default branch to Git by listing
  the symbolic reference `HEAD`.
+
- `rad status` learned a new option `--only nid` for printing the Node ID.

## Fixed Bugs