Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
Prepare 0.6.0 release
Merged did:key:z6MkswQE...2C1V opened 1 year ago
4 files changed +4 -7 ed80fcee d70f23c1
modified .github/workflows/binaries.yml
@@ -65,7 +65,7 @@ jobs:
    permissions:
      contents: "read"
      id-token: "write"
-
    runs-on: macos-12
+
    runs-on: macos-13
    strategy:
      matrix:
        target:
modified Cargo.lock
@@ -2014,7 +2014,7 @@ dependencies = [

[[package]]
name = "radicle-tui"
-
version = "0.5.1"
+
version = "0.6.0"
dependencies = [
 "ansi-to-tui",
 "anyhow",
modified Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "radicle-tui"
description = "Radicle terminal user interface"
-
version = "0.5.1"
+
version = "0.6.0"
repository = "https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z39mP9rQAaGmERfUMPULfPUi473tY"
homepage = "https://radicle.xyz"
license = "MIT OR Apache-2.0"
modified README.md
@@ -228,19 +228,16 @@ The project roadmap is largely defined by the requirements of the [Radicle](http

### Now

-
- [ ] Patch and issue preview in selection interfaces
-
- [ ] Basic `radicle-cli` integration
+
- [ ] Patch review

### Next

- [ ] Support for multiple selected list and tree items
- [ ] Read configuration from file
- [ ] Support user-defined keybindings
-
- [ ] Patch review

### Later

-
- [ ] Streamline CLI integration w/ config and flags for `rad` commands (e.g. `rad patch edit --tui`)`
- [ ] Read COBs from JSON input
- [ ] Add support for custom themes