From 01b58d18940918ea59ca4556982af0253b06371c Mon Sep 17 00:00:00 2001 From: Ted Morin Date: Sat, 9 Oct 2021 17:52:59 -0400 Subject: [PATCH] v1.1.0 --- README.rst | 8 ++++++++ setup.cfg | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9f7f62a..badef54 100644 --- a/README.rst +++ b/README.rst @@ -34,3 +34,11 @@ Plugins Manager. .. _Stenograph USB Drivers: http://www.stenograph.com/utilities-links-downloads .. _direct link: http://www.stenograph.com/content/files/documents/USB_Writer_Drivers.zip .. _libusb: http://macappstore.org/libusb/ + +Changelog +--------- + +v1.1.0: + +- Reduce CPU usage +- Fix support for 64-bit Windows diff --git a/setup.cfg b/setup.cfg index fd313f9..e9bd8b7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = plover_stenograph_usb -version = 0.0.4 +version = 1.1.0 description = Stenograph USB protocol for Diamanté and Luminex machines for Plover long_description = file: README.rst author = Ted Morin