diff --git a/ChangeLog.md b/ChangeLog.md index a0bc7f78..752ad33e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,10 @@ +# 1.1.7rc1 + +* Switch scroll ratcheting in response to scroll ratchet button notification +* Add setting to turn scroll ratchet on and off +* Eliminate visual glitch when updating range setting +* Make hid-parser an optional dependency + # 1.1.6 * Only update remaining pairings after successful pairing diff --git a/Release_Notes.md b/Release_Notes.md index 993d864e..f15d9038 100644 --- a/Release_Notes.md +++ b/Release_Notes.md @@ -1,5 +1,11 @@ # Notes on Major Changes in Releases +## Version 1.1.7rc1 + +* Solaar responds to scroll wheel ratchet notifications by changing its scroll wheel ratcheting. + +* Solaar processing of report descriptors is optional, depending on whether the package hid-parser is available. + ## Version 1.1.6 * Solaar requires Python version 3.7. diff --git a/docs/_config.yml b/docs/_config.yml index 4b532803..7f4aaad2 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -4,7 +4,7 @@ tagline: Linux Device Manager for Logitech Unifying Receivers and Devices. owner: pwr-Solaar owner_url: https://github.com/pwr-Solaar repository: pwr-Solaar/Solaar -version: 1.1.6 +version: 1.1.7rc1 show_downloads: false encoding: utf-8 theme: jekyll-theme-slate diff --git a/docs/index.md b/docs/index.md index 9e99e75b..1c9d90a0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -130,6 +130,9 @@ for the step-by-step procedure for manual installation. ## Known Issues +- If the Python hid-parser package is not available Solaar will not recognize some devices. + Use pip to install hid-parser. + - If some icons appear broken in the application, make sure you've properly configured the Gtk theme and icon theme in your control panel. @@ -168,9 +171,6 @@ for the step-by-step procedure for manual installation. but this needs write permission on /dev/uinput. For more information see [the rules page](https://pwr-solaar.github.io/Solaar/rules). -- Sometimes bluetooth connections are not torn down correctly by Linux. - This can result in two entries in Solaar for the same device, with only one being active. - - Diverted keys remain diverted and so do not have their normal behaviour when Solaar terminates or a device disconnects from a host that is running Solaar. If necessary, their normal behaviour can be reestablished by turning the device off and on again. This is most important to restore diff --git a/lib/solaar/__init__.py b/lib/solaar/__init__.py index 192c559e..ed41504d 100644 --- a/lib/solaar/__init__.py +++ b/lib/solaar/__init__.py @@ -16,5 +16,5 @@ ## with this program; if not, write to the Free Software Foundation, Inc., ## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -__version__ = '1.1.6' +__version__ = '1.1.7rc1' NAME = 'Solaar' diff --git a/setup.py b/setup.py index 96f2e32d..d257e2f2 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ except ImportError: from distutils.core import setup # from solaar import NAME, __version__ -__version__ = '1.1.6' +__version__ = '1.1.7rc1' NAME = 'Solaar' diff --git a/share/solaar/io.github.pwr_solaar.solaar.metainfo.xml b/share/solaar/io.github.pwr_solaar.solaar.metainfo.xml index d46d977b..91bf2f84 100644 --- a/share/solaar/io.github.pwr_solaar.solaar.metainfo.xml +++ b/share/solaar/io.github.pwr_solaar.solaar.metainfo.xml @@ -44,6 +44,7 @@ +