Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacdonald committed Jan 23, 2024
1 parent baebbde commit c4ed2d8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
### 0.7.0

* Lots of under-the-hood improvements to syntax highlighting, as well as:
* Replaced Oniguruma regex dependency with Rust-based fancy-regex
* Better error handling
* Improved terminal renderer error handling
* Cursor types now change based on mode
* Added ability to build amp using Nix
* Added Wayland clipboard support
* Updated to build using Rust 2021 edition
* Added ability to reflow text based on line length guide
* Improved unicode support when adding trailing newline
* Added ability to configure syntax overrides based on file extension
* Added ability to comment out a selection of text
* Improved handling of very small terminal sizes
* Updated to correctly restore terminal contents after quitting

### 0.6.2

* Rewrote the build script's command parsing to work with Rust 1.41
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.6.2"
version = "0.7.0"
authors = ["Jordan MacDonald <[email protected]>"]
description = "A complete text editor for your terminal."
homepage = "https://amp.rs"
Expand Down

0 comments on commit c4ed2d8

Please sign in to comment.