We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc2480 commit 83b6e92Copy full SHA for 83b6e92
RELEASES.md
@@ -1,4 +1,4 @@
1
-# Next version
+# Version 0.2.1 (2015-12-19)
2
3
* The main project source was moved into a `src` directory for better code
4
organization and to fix
@@ -11,7 +11,8 @@
11
* Fixed handling of Shift-Alt-O and Alt-[.
12
* Added support for mouse input. The UNIX adapter has a `--mouse` argument
13
that puts the terminal into mouse mode, but the agent recognizes mouse
14
- input even without the argument.
+ input even without the argument. The agent recognizes double-clicks using
15
+ Windows' double-click interval setting (i.e. GetDoubleClickTime).
16
[#57](https://github.com/rprichard/winpty/issues/57)
17
18
Changes to debugging interfaces:
VERSION.txt
@@ -1 +1 @@
-0.2.0
+0.2.1
0 commit comments