Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Jul 1, 2024
1 parent 7c676b2 commit 4f5ebdc
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

### Breaking Changes

- Defaults to crossterm backend (instead of ncurses)
- Updates termion to 4.0
- Updates crossterm to 0.27.0
- Updates ncurses to 6.0.0
- Updates cursive-core to 0.4.0

### Improvements
Expand Down Expand Up @@ -41,10 +41,18 @@
- Improved `CursiveLogger`
- Added `Event::char(&self) -> Option<char>`
- Some functions are now callable in const context.
- Most of `cursive::theme` has moved to a new `cursive::style` module, with a re-export from `cursive::theme` for backward compatibility.
- Added `cursive::style::{Rgb, gradient}` for better gradient support.
- Added `GradientView`.
- Added `cursive::utils::markup::cursup` for a simple cursive-focused markup parser.
- Added `cursive::utils::markup::gradient` to decorate text with gradients.
- Made `cursive::theme::Theme::load_toml` public.
- `SelectView` can now use different decorators instead of `< >`.

## Bugfixes

- Fix shift+tab handling on termion
- Fix shift+tab handling on termion.
- Fix possible panics with empty `MenuPopup`.

## Improvements

Expand Down

0 comments on commit 4f5ebdc

Please sign in to comment.