Update the release notes

This commit is contained in:
Ryan Prichard 2015-12-03 23:41:11 -06:00
parent 439759af40
commit fa84d20933

View File

@ -3,11 +3,24 @@
* The main project source was moved into a `src` directory for better code
organization and to fix
[#51](https://github.com/rprichard/winpty/issues/51).
* For debugging, added a --showkey option to the unix adapter and a
WINPTY_DEBUG=input option for logging both input bytes and synthesized
console keyboard events.
* winpty recognizes many more escape sequences, including:
* putty/rxvt's F1-F4 keys
[#40](https://github.com/rprichard/winpty/issues/40)
* the Linux virtual console's F1-F5 keys
* the "application numpad" keys (e.g. enabled with DECPAM)
* Fixed handling of Shift-Alt-O and Alt-[.
Changes to debugging interfaces:
* The `WINPTY_DEBUG` variable is now a comma-separated list. The old
behavior (i.e. tracing) is enabled with `WINPTY_DEBUG=trace`.
* The unix adapter and `winpty-agent.exe` programs now have a `--showkey`
argument that dumps input bytes and `KEY_EVENT` records, respectively. The
agent now responds to `WINPTY_DEBUG=input`, which logs input bytes and
synthesized console keyboard events, and it responds to
`WINPTY_DEBUG=dump_input_map`, which dumps the internal table of escape
sequences.
# Version 0.2.0 (2015-11-13)
No changes to the API, but many small changes to the implementation. The big