Skip to content

Commit 240bda7

Browse files
committed
bump to v0.4.6
1 parent f08997c commit 240bda7

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

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,6 +1,6 @@
11
[package]
22
name = "tap"
3-
version = "0.4.5"
3+
version = "0.4.6"
44
authors = ["Tim Dubbins <[email protected]>"]
55
description = "An audio player for the terminal with fuzzy-finder"
66
documentation = "https://github.com/timdubbins/tap"

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ depth search | `F1...F4` | <i>folders at depth 1...4</i>
3636
filtered search | `A...Z` | <i>artists beginning with A...Z</i>
3737
artist search | `Ctrl` + `a` | <i>all artists, sorted alphabetically</i>
3838
album search | `Ctrl` + `s` | <i>all albums, sorted alphabetically</i>
39+
parent search | `Ctrl` + `p` | <i>folders up one level</i>
3940
previous album | `-` |
4041
random album | `=` |
4142

@@ -99,7 +100,7 @@ You can install with <a href="https://brew.sh/">Homebrew</a>:
99100
```bash
100101
> brew install timdubbins/tap/tap
101102
> tap --version
102-
0.4.5
103+
0.4.6
103104
```
104105

105106
</details>
@@ -115,7 +116,7 @@ such as <a href="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/Jguer/yay">yay</a>:
115116
```bash
116117
> yay -S tap
117118
> tap --version
118-
0.4.5
119+
0.4.6
119120
```
120121
The AUR package is available <a href="https://aur.archlinux.org/packages/tap">here</a>.
121122
<br>
@@ -126,13 +127,13 @@ The AUR package is available <a href="https://aur.archlinux.org/packages/tap">he
126127
<summary><b>Debian</b> (or a Debian derivative, such as <b>Ubuntu</b>)</summary>
127128
<br>
128129

129-
You can install with a binary <code>.deb</code> file provided in each <a href="https://github.com/timdubbins/tap/releases/tag/v0.4.5">tap release</a>:
130+
You can install with a binary <code>.deb</code> file provided in each <a href="https://github.com/timdubbins/tap/releases/tag/v0.4.6">tap release</a>:
130131

131132
```bash
132-
> curl -LO https://github.com/timdubbins/tap/releases/download/v0.4.5/tap_0.4.5_amd64.deb
133-
> sudo dpkg -i tap_0.4.5_amd64.deb
133+
> curl -LO https://github.com/timdubbins/tap/releases/download/v0.4.6/tap_0.4.6_amd64.deb
134+
> sudo dpkg -i tap_0.4.6_amd64.deb
134135
> tap --version
135-
0.4.5
136+
0.4.6
136137
```
137138

138139
</details>
@@ -148,12 +149,12 @@ To compile from source, first you need a <a href="https://www.rust-lang.org/lear
148149
> cd tap
149150
> cargo install --path .
150151
> tap --version
151-
0.4.5
152+
0.4.6
152153
```
153154

154155
</details>
155156

156-
The binaries for each release are also available [here](https://github.com/timdubbins/tap/releases/tag/v0.4.5).
157+
The binaries for each release are also available [here](https://github.com/timdubbins/tap/releases/tag/v0.4.6).
157158

158159
## Notes
159160

0 commit comments

Comments
 (0)