From b21768bab136e337942cd4773be87f7dc8f0285c Mon Sep 17 00:00:00 2001 From: Ted Morin Date: Tue, 26 Oct 2021 15:52:59 -0400 Subject: [PATCH 1/2] Update README.rst --- README.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index badef54..0c0adac 100644 --- a/README.rst +++ b/README.rst @@ -22,8 +22,7 @@ Get the Drivers --------------- - On Windows, install the `Stenograph USB Drivers`_ (`direct link`_) -- On Mac, install `libusb`_ -- On Linux, ensure you have libusb installed +- On Mac and Linux, the plugin should work without additional software as we package libusb Installation ------------ @@ -33,11 +32,14 @@ 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.2.0: + +- Package libusb to remove the need to install it on Mac and Linux + v1.1.0: - Reduce CPU usage From 800af31b8be76fe1a0627db58803e82ff9fb65c1 Mon Sep 17 00:00:00 2001 From: Ted Morin Date: Tue, 26 Oct 2021 15:54:17 -0400 Subject: [PATCH 2/2] Bump version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ac397da..f23026f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = plover_stenograph_usb -version = 1.1.0 +version = 1.2.0 description = Stenograph USB protocol for Diamanté and Luminex machines for Plover long_description = file: README.rst author = Ted Morin