Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacdonald committed Sep 27, 2024
1 parent 5bf617f commit dae913c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 0.7.1

* Added build revision to splash screen
* Updated justify command to switch to normal mode after completion
* Fixed an issue where justify command would strip trailing newline
* Added support for multiple line length guides
* Added the ability to run formatting tools, optionally on save
* Fixed an issue where long paths in open mode would wrap/break UI
* Stopped printing background colors, allowing transparent terminal backgrounds

### 0.7.0

* Lots of under-the-hood improvements to syntax highlighting, as well as:
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.7.0"
version = "0.7.1"
authors = ["Jordan MacDonald <[email protected]>"]
description = "A complete text editor for your terminal."
homepage = "https://amp.rs"
Expand Down

0 comments on commit dae913c

Please sign in to comment.