Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
Prepare 0.5.0 release
Merged did:key:z6MkswQE...2C1V opened 1 year ago
3 files changed +24 -2 f69322ca fbdb9a0f
modified CHANGELOG.md
@@ -1,5 +1,27 @@
# Changelog

+
## [0.5.0] - 2024-09-17
+

+
### Added
+

+
**Binary features**
+

+
- immediate mode UI implementation of `patch select`
+

+
**Library features**
+

+
- Support for immediate mode UIs
+

+
### Changed
+

+
**Binary features**
+

+
- `patch select` to run the immediate mode UI by default
+

+
**Library features**
+

+
- structure of UI modules to support both retained and immediate mode
+

## [0.4.0] - 2024-08-15

### Added
modified Cargo.lock
@@ -1898,7 +1898,7 @@ dependencies = [

[[package]]
name = "radicle-tui"
-
version = "0.4.0"
+
version = "0.5.0"
dependencies = [
 "anyhow",
 "fuzzy-matcher",
modified Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "radicle-tui"
description = "Radicle terminal user interface"
-
version = "0.4.0"
+
version = "0.5.0"
repository = "https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z39mP9rQAaGmERfUMPULfPUi473tY"
homepage = "https://radicle.xyz"
license = "MIT OR Apache-2.0"