Logiops Versions Save

An unofficial userspace driver for HID++ Logitech devices

v0.3.3

10 months ago

What's Changed

Full Changelog: https://github.com/PixlOne/logiops/compare/v0.3.2...v0.3.3

v0.3.2

11 months ago

General stability improvements:

  • Added SmartShift support on MX Anywhere 3 and other SmartShift 2 (0x2111) devices (@leios76)
  • No longer terminates on enumerating a bad device
  • Remove check if DBus is found
  • Fix memory leak on receiver waiting

v0.3.1

1 year ago
  • Fix build errors on multiple platforms (older libconfig versions, gcc versions, and on Ubuntu)
  • Fix none-direction gestures

v0.3.0

1 year ago

A major release of LogiOps that adds several stability fixes and enhancements.

  • Improved stability of device I/O
  • Improved stability when detecting devices
  • Added Logi Bolt support
  • Adds IPC support for GUI support
  • Receiver pairing support (this should be implemented in a GUI)
  • General code clean-up

This release now introduces a dependency on glib2 and the submodule ipcgull.

v0.2.4

1 year ago

Final version before adding D-Bus interface.

  • Small bug fixes

v0.2.3

3 years ago

Change notes:

  • Add configurable actions for some vertical and horizontal scroll wheels
  • Evdev events are now enabled on-demand
  • Fixed some dependency and compile issues on certain platforms
  • Updated tested devices
  • Updated README.md

v0.2.2

3 years ago

Change notes:

  • Add support for WirelessDeviceStatus (fixes bug #66)
  • Fix device I/O hanging on startup
  • Added 100ms delay before detecting added device to allow it to initialise properly
  • Add M590 to tested devices
  • Updated Arch dependencies

v0.2.1

3 years ago

Change notes:

  • Add support for ChangeHostAction

v0.2

3 years ago

Change notes

  • No longer requires PixlOne/libhidpp
  • Greatly improved stability
  • Greatly improved device detection
  • Several bug fixes
  • Now using more modern C++ practices
  • Improved code readability
  • Added versioning to logid

NOTE: If you were running 0.1, the device names in your config file should be changed (e.g. from MX Master to Wireless Mouse MX Master)

v0.1

3 years ago

Initial release:

  • Requires PixlOne/libhidpp
  • Supports remapping buttons
  • Supports changing DPI
  • Supports changing SmartShift settings
  • Supports changing High resolution scrolling

Fully supported and tested devices can be seen in TESTED.md