Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacdonald committed Jun 6, 2018
1 parent 46fd7ce commit e67215b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### 0.4.0

* Application event loop is now threaded
* Most notably, open mode indexing is now run in a separate thread
* Scrolling is now line wrap-aware
* View now redraws when terminal is resized
* Search/select modes now have empty state messages
* e.g. open mode will now display "Enter a query" rather than "No results" when no query is present
* Open mode now displays its path when indexing
* Escape in normal mode now scrolls cursor to center, via new default keybinding
* app_dirs dependency bumped to a version that compiles on newer versions of Rust
* Type-specific configuration now supports full filenames (e.g. "Makefile")
* Various refactoring

### 0.3.4

* Documentation updates
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,7 +1,7 @@
[package]

name = "amp"
version = "0.3.4"
version = "0.4.0"
authors = ["Jordan MacDonald <[email protected]>"]
description = "A complete text editor for your terminal."
homepage = "https://amp.rs"
Expand Down

0 comments on commit e67215b

Please sign in to comment.