mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
Update changelog
This commit is contained in:
parent
ebf7e2b2ca
commit
52fe208ed4
22
CHANGELOG.md
22
CHANGELOG.md
@ -2,7 +2,27 @@
|
|||||||
|
|
||||||
## Next version: 0.9.1
|
## Next version: 0.9.1
|
||||||
|
|
||||||
No change yet
|
### New features
|
||||||
|
|
||||||
|
- Add `Cursive::on_event` to send simulated events.
|
||||||
|
- Add `EventResult::and` to combine callbacks.
|
||||||
|
- Allow custom color in `ProgressBar`.
|
||||||
|
|
||||||
|
### Bugfixes
|
||||||
|
|
||||||
|
- LinearLayout:
|
||||||
|
- Better geometry computation with constrained size
|
||||||
|
- Fixed cache invalidation
|
||||||
|
- Fix possible panic when removing children
|
||||||
|
- ScrollView:
|
||||||
|
- Fix possible panic with full-height scrollbar
|
||||||
|
- Fix possible panic with empty content
|
||||||
|
- Fix cache
|
||||||
|
- Fix menubar focus after action
|
||||||
|
|
||||||
|
## Doc
|
||||||
|
|
||||||
|
- Fix Readme and examples with `Cursive::default()`
|
||||||
|
|
||||||
## 0.9.0
|
## 0.9.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user