Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Improve change log
Erik Kundt committed 1 year ago
commit 7ce183e938c90de6d8ff04655ba01a079075b9d2
parent 35830ecbc058dc1a6c31d022a7633daa54cf4ff0
1 file changed +23 -1
modified CHANGELOG.md
@@ -2,9 +2,31 @@

## Unreleased

+
### Added
+

+
**Library features:**
+

+
- Widgets can be mutated in their render function
+
- Scrollable widgets calculate their state by using a stored render height
+
- Per-column visibility for tables depending on their render width
+
- Vertically split container
+
- Predefined layouts for section groups
+

### Changed

-
- Move all Radicle-dependent code to `bin/`
+
**Library features:**
+

+
- Use container focus for table highlighting
+
- Default keybindings for switching sections
+

+
### Removed
+

+
**Library features:**
+

+
- Widgets are not immutable anymore in their render function
+
- All Radicle-dependent code (moved to `bin/`)
+
- Page size attribute from scrollable widgets
+
- Cutoff attributes from table properties

## [0.3.1] - 2024-06-11