Skip to content

Commit

Permalink
Merge pull request #149 from Automattic/add/readme-changelog
Browse files Browse the repository at this point in the history
Add changelog to README
  • Loading branch information
mjangda committed Jul 13, 2018
2 parents 18ec0da + 8fbb3b5 commit 1b521e8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,25 @@ Then, launch the command and follow the prompts:
```
vip
```

## Changelog

### 1.1.0

- We now correctly report errors when `vip sync` fails. Previously, this would incorrectly report that a sync was run previously.
- We fixed permissions issues for some users with `admin` access for repos. They were unable to properly view and access applications.
- We now display more applications in `vip app list` (up to 100!) and have made it easier to browse through a large list thanks to (`$PAGER`|`less`) support. Previously you would only see the first 10 applications in your account.

https://github.com/Automattic/vip/releases/tag/v1.1.0

### 1.0

The first release!

- `vip app list`: view a list of all your applications.
- `vip app`: view details about one of your applications.
- `vip sync`: trigger [a data sync](https://vip.wordpress.com/2018/03/28/data-sync-on-vip-go/) to synchronize data from your production environment to non-production environments.

More details at:
- https://vip.wordpress.com/2018/06/21/a-command-line-interface-cli-for-your-vip-sites/
- https://github.com/Automattic/vip/releases/tag/v1.0

0 comments on commit 1b521e8

Please sign in to comment.