mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 19:00:46 +00:00
Update changelog
This commit is contained in:
parent
712dd4b7d4
commit
eb39e70e41
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,6 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Next version: 0.8.0
|
## Next version: 0.8.1
|
||||||
|
|
||||||
|
No change yet
|
||||||
|
|
||||||
|
## 0.8.0
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
|
||||||
@ -19,14 +23,20 @@
|
|||||||
- Allow multiple global callbacks per event
|
- Allow multiple global callbacks per event
|
||||||
- Allow buttons and delimiters in top-level menubar
|
- Allow buttons and delimiters in top-level menubar
|
||||||
- StackView:
|
- StackView:
|
||||||
- Added `StackView::move_layer`
|
- Added `StackView::move_layer` to re-order layers
|
||||||
- `StackView::pop_layer` now returns the pop'ed view
|
- `StackView::pop_layer` now returns the pop'ed view
|
||||||
|
- Added `StackView::reposition_layer` to move a layer around
|
||||||
|
- Dialog: added `Dialog::focus(&self)`
|
||||||
|
- SelectView: added `SelectView::selected`
|
||||||
|
- `Cursive::cb_sink` now accepts `FnOnce` (previously `Fn` only)
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
|
||||||
- Fix a bug in `TextArea::set_content`
|
- Fix a bug in `TextArea::set_content`
|
||||||
- Fix `Color::from_256colors` for grayscale colors
|
- Fix `Color::from_256colors` for grayscale colors
|
||||||
- Fix resize detection on windows
|
- Fix resize detection on windows
|
||||||
|
- Fix possible panic with weird input on pancurses
|
||||||
|
- Fix possible panic in ListView layout
|
||||||
|
|
||||||
### Doc
|
### Doc
|
||||||
|
|
||||||
@ -34,3 +44,4 @@
|
|||||||
- Improved comments in examples
|
- Improved comments in examples
|
||||||
- Improve doc for `Cursive::find_id`
|
- Improve doc for `Cursive::find_id`
|
||||||
- Improve doc for `Identifiable::with_id`
|
- Improve doc for `Identifiable::with_id`
|
||||||
|
- Include Changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user