Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacdonald committed Oct 4, 2018
1 parent 2beda0c commit a155651
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
### 0.5.1

* Added ability to open Amp in another directory via `amp path/to/directory`
* Improved newline indentation heuristics
* See https://github.com/jmacdonald/amp/issues/103 for details
* Added `>` prefix and bold style to selection in search/select mode
* See https://github.com/jmacdonald/amp/issues/106 for details
* Amp will now refresh its syntax definition after a buffer's path is changed
* See https://github.com/jmacdonald/amp/issues/97 for details
* Added a quick start guide, referenced from the splash page
* Added suspend command key binding to search/select normal mode
* Added the ability to configure number of results in search/select mode
* See https://amp.rs/docs/configuration/#searchselect-results for details
* Updated `termbox-sys` dependency, which fixes `.termbox already exists` build errors
* See https://github.com/gchp/termbox-sys/issues/11 for details

### 0.5.0

* Added caching to syntax highlighting, to improve performance for large buffers
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.5.0"
version = "0.5.1"
authors = ["Jordan MacDonald <jordan@wastedintelligence.com>"]
description = "A complete text editor for your terminal."
homepage = "https://amp.rs"
Expand Down

0 comments on commit a155651

Please sign in to comment.