Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TimonPost committed Aug 5, 2023
1 parent f3c0754 commit e4ffda6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,26 @@
# Version 0.27

## Added ⭐

- Add `NO_COLOR` support (https://no-color.org/)
- Add option to force overwrite `NO_COLOR` (#802)
- Add support for scroll left/right events on windows and unix systems (#788).
- Add `window_size` function to fetch pixel width/height of screen for more sophisticated rendering in terminals.
- Add support for deserializing hex color strings to `Color`` e.g #fffff.

## Changes

- Make the events module an optional feature `events` (to make crossterm more lightweight) (#776)

## Breaking ⚠️

- Set minimum rust version to 1.58 (#798)
- Change all error types to `std::io::Result` (#765)

# Version 0.26.1

## Added ⭐

- Add synchronized output/update control (#756)
- Add kitty report alternate keys functionality (#754)
- Updates dev dependencies.
Expand Down

0 comments on commit e4ffda6

Please sign in to comment.