chore: Release phetch version 1.2.0

pull/34/head v1.2.0
chris west 1 year ago
parent fab97539d9
commit 0c970dcb3a

@ -1,4 +1,4 @@
## v1.1.1-dev ## v1.2.0
phetch is all about fun colors, but your options have always been phetch is all about fun colors, but your options have always been
limited. You could turn off colors via `NO_COLOR` env variable or limited. You could turn off colors via `NO_COLOR` env variable or

2
Cargo.lock generated

@ -205,7 +205,7 @@ dependencies = [
[[package]] [[package]]
name = "phetch" name = "phetch"
version = "1.1.1-dev" version = "1.2.0"
dependencies = [ dependencies = [
"atty", "atty",
"cp437", "cp437",

@ -1,6 +1,6 @@
[package] [package]
name = "phetch" name = "phetch"
version = "1.1.1-dev" version = "1.2.0"
authors = ["chris west <c@xvxx.io>"] authors = ["chris west <c@xvxx.io>"]
license = "MIT" license = "MIT"
edition = "2018" edition = "2018"

@ -101,9 +101,9 @@ On NetBSD, phetch is included in the main pkgsrc repo:
Binaries for Linux, Raspberry Pi, Mac and Android (termux) are available at Binaries for Linux, Raspberry Pi, Mac and Android (termux) are available at
https://github.com/xvxx/phetch/releases: https://github.com/xvxx/phetch/releases:
- [phetch-v1.1.0-linux-x86_64.tgz][0] - [phetch-v1.2.0-linux-x86_64.tgz][0]
- [phetch-v1.1.0-linux-armv7.tgz (Raspberry Pi)][1] - [phetch-v1.2.0-linux-armv7.tgz (Raspberry Pi)][1]
- [phetch-v1.1.0-macos.zip][2] - [phetch-v1.2.0-macos.zip][2]
Just unzip/untar the `phetch` program into your `$PATH` and get going! Just unzip/untar the `phetch` program into your `$PATH` and get going!
@ -173,9 +173,9 @@ types" help page by pressing `ctrl-h` then `3` in phetch.
- [ ] bookmarks: toggle instead of just prepending to the file - [ ] bookmarks: toggle instead of just prepending to the file
- [ ] bookmarks: save the title of the current page - [ ] bookmarks: save the title of the current page
[0]: https://github.com/xvxx/phetch/releases/download/v1.1.0/phetch-v1.1.0-linux-x86_64.tgz [0]: https://github.com/xvxx/phetch/releases/download/v1.2.0/phetch-v1.2.0-linux-x86_64.tgz
[1]: https://github.com/xvxx/phetch/releases/download/v1.1.0/phetch-v1.1.0-linux-armv7.tgz [1]: https://github.com/xvxx/phetch/releases/download/v1.2.0/phetch-v1.2.0-linux-armv7.tgz
[2]: https://github.com/xvxx/phetch/releases/download/v1.1.0/phetch-v1.1.0-macos.zip [2]: https://github.com/xvxx/phetch/releases/download/v1.2.0/phetch-v1.2.0-macos.zip
[phd]: https://github.com/xvxx/phd [phd]: https://github.com/xvxx/phd
[aur]: https://wiki.archlinux.org/index.php/AUR_helpers [aur]: https://wiki.archlinux.org/index.php/AUR_helpers
[mpv]: https://github.com/mpv-player/mpv [mpv]: https://github.com/mpv-player/mpv

Loading…
Cancel
Save