Version 1.2.0

This commit is contained in:
Thomas Vogt 2019-04-20 11:46:55 +02:00
parent 9836e8d13b
commit ff0a0596f7
2 changed files with 3 additions and 2 deletions

View File

@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [1.2.0] - 2019-04-20
### Added ### Added
- Added CHANGELOG - Added CHANGELOG
- grepMetaUrls command
## [1.1.0] - 2019-02-07 ## [1.1.0] - 2019-02-07
### Added ### Added

View File

@ -25,7 +25,7 @@ This piece of software wraps around the **[zx2c4 pass](http://www.zx2c4.com/proj
Download the latest `install_host_app.sh` script from [our releases page](https://github.com/passff/passff-host/releases) and execute it. As an example, Firefox users can do this in one line like so: Download the latest `install_host_app.sh` script from [our releases page](https://github.com/passff/passff-host/releases) and execute it. As an example, Firefox users can do this in one line like so:
``` ```
$ VERSION=1.1.0 $ VERSION=1.2.0
$ curl -sSL https://github.com/passff/passff-host/releases/download/${VERSION}/install_host_app.sh | bash -s -- firefox $ curl -sSL https://github.com/passff/passff-host/releases/download/${VERSION}/install_host_app.sh | bash -s -- firefox
``` ```