Skip to content

Commit

Permalink
v0.9.1: Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Reiter committed Oct 27, 2024
1 parent ddee964 commit 8e57391
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Released
--------

0.9.1 - 27 Okt 2024
===================
- Support <Tab>. Tabs are currently visually interpreted as spaces. The number of spaces can be set via (by default 2)
```rust
EditorView::new(&mut state).tab_width(2);
```

- Add 'e' keymap: Move word forward to end of a word

0.9.0 - 22 Okt 2024
===================
- Bump ratatui to v0.29.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "edtui"
version = "0.9.0"
version = "0.9.1"
edition = "2021"
repository = "https://github.com/preiter93/edtui"
keywords = ["ratatui", "tui", "editor", "text", "vim"]
Expand Down

0 comments on commit 8e57391

Please sign in to comment.