From 83b6e9281d04e64bd2e588a422b824f6ad617811 Mon Sep 17 00:00:00 2001 From: Ryan Prichard Date: Sun, 20 Dec 2015 00:02:45 -0800 Subject: [PATCH] 0.2.1 -- update VERSION and changelog --- RELEASES.md | 5 +++-- VERSION.txt | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index d0ac990f..2fd917ce 100755 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,4 +1,4 @@ -# Next version +# Version 0.2.1 (2015-12-19) * The main project source was moved into a `src` directory for better code organization and to fix @@ -11,7 +11,8 @@ * Fixed handling of Shift-Alt-O and Alt-[. * Added support for mouse input. The UNIX adapter has a `--mouse` argument that puts the terminal into mouse mode, but the agent recognizes mouse - input even without the argument. + input even without the argument. The agent recognizes double-clicks using + Windows' double-click interval setting (i.e. GetDoubleClickTime). [#57](https://github.com/rprichard/winpty/issues/57) Changes to debugging interfaces: diff --git a/VERSION.txt b/VERSION.txt index 0ea3a944..0c62199f 100755 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.2.0 +0.2.1