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

Commit f3fb2be

Browse files
author
Leonid Makarov
committed
Merge pull request #104 from blinkreaction/develop
Release v1.3.1
2 parents b708b08 + 91f1e59 commit f3fb2be

File tree

5 files changed

+151
-147
lines changed

5 files changed

+151
-147
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 1.3.1 (2016-04-21)
4+
5+
- A lot of refactoring to bring interactive shell experience to Windows (via winpty, which is a requirement now on Windows)
6+
- `dsh update boot2docker` will now ask for a confirmation
7+
- `dsh exec` (`dsh run`) can now run interactive commands (try `dsh exec top`)
8+
- `dsh bash` now longer relies on `vagrant ssh -c` and thus launches much faster
9+
- `dsh mysql-import` now disaplays a progress via `pv` (same as on Mac/Linux)
10+
- Fixed `dsh bash`regression from v1.3.0 on Mac/Linux
11+
- Documentation fixes and updates
12+
13+
A full update is recommended. Please follow the updates instructions:
14+
https://github.com/blinkreaction/drude#updates
15+
16+
317
## 1.3.0 (2016-04-15)
418

519
- Implement dsh drupal shortcut for Drupal Console commands

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.3.1

0 commit comments

Comments
 (0)