Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Commit

Permalink
Merge pull request #104 from blinkreaction/develop
Browse files Browse the repository at this point in the history
Release v1.3.1
  • Loading branch information
Leonid Makarov committed Apr 21, 2016
2 parents b708b08 + 91f1e59 commit f3fb2be
Show file tree
Hide file tree
Showing 5 changed files with 151 additions and 147 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.3.1 (2016-04-21)

- A lot of refactoring to bring interactive shell experience to Windows (via winpty, which is a requirement now on Windows)
- `dsh update boot2docker` will now ask for a confirmation
- `dsh exec` (`dsh run`) can now run interactive commands (try `dsh exec top`)
- `dsh bash` now longer relies on `vagrant ssh -c` and thus launches much faster
- `dsh mysql-import` now disaplays a progress via `pv` (same as on Mac/Linux)
- Fixed `dsh bash`regression from v1.3.0 on Mac/Linux
- Documentation fixes and updates

A full update is recommended. Please follow the updates instructions:
https://github.com/blinkreaction/drude#updates


## 1.3.0 (2016-04-15)

- Implement dsh drupal shortcut for Drupal Console commands
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.3.1
Loading

0 comments on commit f3fb2be

Please sign in to comment.