Skip to content

Commit

Permalink
Finish release notes for 0.6.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasily-v-ryabov committed Oct 27, 2019
1 parent c0dd6e6 commit d770e4a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,27 @@ Change Log

0.6.8 Bug Fixes
--------------------------------------------------------------------
TODO: Cooming soon...
27-October-2019

Enhancements:
* Add ``allow_magic_lookup`` flag for Application and Desktop object. Thanks pakal_!
* Don't duplicate already pressed key in internal list in ``win32_hooks.py``. Thanks TomRobo237_!
* Allow finding an edit box by title (its editable text).
* Add option to send keyboard input for an application which doesn't handle VK_PACKET properly.
Use ``vk_packet=False`` in method ``type_keys``, default value is ``vk_packet=True``. Thanks philmbailey_!

Bug Fixes:
* Fix ctypes.windll usage conflicts with other libraries.
* Minor fixes in top-level ``__init__.py``. Thanks pakal_!
* Fix logging issues in ``remote_memory_block.py``. Thanks TomRobo237_!
* Minor docs improvements. Thanks olesteban_ and caoyaxing221_!
* Minor docs improvements. Thanks olesteban_, caoyaxing221_ and nuno-andre_!

.. _pakal: https://github.com/pakal
.. _TomRobo237: https://github.com/TomRobo237
.. _olesteban: https://github.com/olesteban
.. _caoyaxing221: https://github.com/caoyaxing221
.. _nuno-andre: https://github.com/nuno-andre
.. _philmbailey: https://github.com/philmbailey


0.6.7 Bug Fixes
Expand Down

0 comments on commit d770e4a

Please sign in to comment.