Skip to content

Commit

Permalink
Bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sttz committed Oct 10, 2021
1 parent 7a91b25 commit 318850c
Show file tree
Hide file tree
Showing 3 changed files with 16 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.3.0 (2021-10-10)
* Added `status` command
* Added `--toggle` option to `connect` command
* Fixed country name and code not matched case-insensitively in `connect`

### 1.2.1 (2021-06-15)
* Increase connection timeout for Windows (@lord-ne)

Expand Down
12 changes: 10 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.2.1
expresso v1.3.0
USAGE: expresso [--help] [--version] [--verbose...] [--quiet] [--timeout <arg>]
<action>
Expand All @@ -48,14 +48,22 @@ GLOBAL OPTIONS:
USAGE: expresso [options] locations
---- STATUS:
Show the current VPN connection status
USAGE: expresso [options] status
---- CONNECT:
Connect to a VPN location
USAGE: expresso [options] connect [--change] [--random] [<location>]
USAGE: expresso [options] connect [--change] [--random] [--toggle] [<location>]
OPTIONS:
-c, --change Change current location when already connected
--random Choose a random location in the given country
--toggle Disconnect instead when already connected (to the given
location with --change)
<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.2.1</Version>
<Version>1.3.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 318850c

Please sign in to comment.