Skip to content

Commit

Permalink
v0.7.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJuliusMartinez committed Feb 20, 2022
1 parent 4a2928b commit 19e0e87
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
latest
v0.7.2 (2022-02-20)
==================

New features / changes:
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,6 +1,6 @@
[package]
name = "jless"
version = "0.7.1"
version = "0.7.2"
authors = ["Paul Julius Martinez <[email protected]>"]
license = "MIT"
description = "A command-line JSON viewer"
Expand Down
23 changes: 23 additions & 0 deletions docs/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,29 @@ <h2>jless — a command-line JSON viewer</h3>
<a href="https://github.com/PaulJuliusMartinez/jless">GitHub</a>
</nav>
<h2 id="releases">Releases</h2>
<h3>v0.7.2</h3>
<h4>New features / changes:</h4>
<ul>
<li>
Space now toggles the collapsed state of the currently focused
node, rather than moving down a line. (Functionality was
previous available via <code>i</code>, but was undocumented;
<code>i</code> has become unmapped.)
</li>
</ul>
<h4>Bug Fixes:</h4>
<ul>
<li>
Searching now works even when input is provided via STDIN.
</li>
</ul>
<h4>Binaries</h4>
<div class="code-block"># macOS
https://github.com/PaulJuliusMartinez/jless/releases/download/v0.7.2/jless-v0.7.2-x86_64-apple-darwin.zip

# Linux
https://github.com/PaulJuliusMartinez/jless/releases/download/v0.7.2/jless-v0.7.2-x86_64-unknown-linux-gnu.zip</div>
<p></p>
<h3>v0.7.1</h3>
<h4>New features:</h4>
<ul>
Expand Down

0 comments on commit 19e0e87

Please sign in to comment.