Skip to content

Commit 83b6e92

Browse files
committed
0.2.1 -- update VERSION and changelog
1 parent 2cc2480 commit 83b6e92

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

RELEASES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Next version
1+
# Version 0.2.1 (2015-12-19)
22

33
* The main project source was moved into a `src` directory for better code
44
organization and to fix
@@ -11,7 +11,8 @@
1111
* Fixed handling of Shift-Alt-O and Alt-[.
1212
* Added support for mouse input. The UNIX adapter has a `--mouse` argument
1313
that puts the terminal into mouse mode, but the agent recognizes mouse
14-
input even without the argument.
14+
input even without the argument. The agent recognizes double-clicks using
15+
Windows' double-click interval setting (i.e. GetDoubleClickTime).
1516
[#57](https://github.com/rprichard/winpty/issues/57)
1617

1718
Changes to debugging interfaces:

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.2.1

0 commit comments

Comments
 (0)