Skip to content

Commit

Permalink
Bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sttz committed Dec 19, 2020
1 parent a1bb617 commit f2407eb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 1.1.0 (2020-12-19)
* Enable changing connected location with `--change` or `-c`
* Add `--random` option to connect to random location in country
* Other minor fixes

### 1.0.2 (2020-04-17)
* Fix timeout when connecting to the already selected location
* Make project work with mono and provide Hombrew formula (in addition to cask)
Expand Down
6 changes: 4 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ expresso also comes with an [Alfred](http://alfredapp.com) workflow, which enabl
# Usage

```
expresso v1.0.2
expresso v1.1.0
USAGE: expresso [--help] [--version] [--verbose...] [--quiet] [--timeout <arg>]
<action>
Expand All @@ -51,9 +51,11 @@ USAGE: expresso [options] locations
---- CONNECT:
Connect to a VPN location
USAGE: expresso [options] connect [<location>]
USAGE: expresso [options] connect [--change] [--random] [<location>]
OPTIONS:
-c, --change Change current location when already connected
--random Choose a random location in the given country
<location> Location to connect to, either location id, country or
keyword
Expand Down
2 changes: 1 addition & 1 deletion expresso.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<PropertyGroup Label="Package">
<Version>1.0.2</Version>
<Version>1.1.0</Version>
<Authors>Adrian Stutz (sttz.ch)</Authors>
<Product>expresso</Product>
<Description>CLI to control the ExpressVPN app</Description>
Expand Down

0 comments on commit f2407eb

Please sign in to comment.