Skip to content

Commit dae913c

Browse files
committed
0.7.1
1 parent 5bf617f commit dae913c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 0.7.1
2+
3+
* Added build revision to splash screen
4+
* Updated justify command to switch to normal mode after completion
5+
* Fixed an issue where justify command would strip trailing newline
6+
* Added support for multiple line length guides
7+
* Added the ability to run formatting tools, optionally on save
8+
* Fixed an issue where long paths in open mode would wrap/break UI
9+
* Stopped printing background colors, allowing transparent terminal backgrounds
10+
111
### 0.7.0
212

313
* Lots of under-the-hood improvements to syntax highlighting, as well as:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "amp"
4-
version = "0.7.0"
4+
version = "0.7.1"
55
authors = ["Jordan MacDonald <jordan@wastedintelligence.com>"]
66
description = "A complete text editor for your terminal."
77
homepage = "https://amp.rs"

0 commit comments

Comments
 (0)