Skip to content

Commit

Permalink
0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacdonald committed Oct 30, 2024
1 parent f90a031 commit f86f7b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 0.8.5

* Add new `Workspace::buffer_paths` method to list all buffer paths in the
workspace.
* Add new `Workspace::current_buffer_index` method, which when combined with the
`buffer_paths` method above, can be used to highlight the current buffer
filename and/or path.

### 0.8.4

* Rename `Buffer::replace_content` method to just `replace`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
edition = "2021"

name = "scribe"
version = "0.8.4"
version = "0.8.5"
authors = ["Jordan MacDonald <[email protected]>"]
description = "Text editor toolkit."
homepage = "https://github.com/jmacdonald/scribe"
Expand Down

0 comments on commit f86f7b3

Please sign in to comment.