Skip to content

Releases: projectstorm/dynamouse

1.1.0

03 Mar 22:13
Compare
Choose a tag to compare

Includes PR #5

Fixes a bug where the wrong HID device container would be selected for activation.

Full notes:

  • [feature] configurable file logging
  • [improved] log level changed to debug
  • [improved] further filtering on devices to only match usage=2 and usagePage=1 (previously only checked usage which could result in * multiple HID devices being found of the same device instance)
  • [engineering] improved the code structure quite a bit

1.0.0

26 Feb 08:19
Compare
Choose a tag to compare

Dynamouse is now at 1.0.0! 🚀

This release includes PR: #3

Which:

  • Improves the permissions checks on boot
  • Requires only accessibility permissions now
  • Adds a configurable startup delay which I found to be useful in my complex music station setup (many complex midi USB devices connected)

If you are are upgrading to this version, just make sure to delete the existing permissions from the Security section in System Preferences. Dynamouse will now ask you to enable only 1 permission and then continues to boot once it is enabled.

Breaking change:
I had to rework how we store the settings so unfortunately you will need to reconfigure Dynamouse after upgrading to this version, thankfully thats quite an easy operation :)

0.2.0

30 Jan 07:00
Compare
Choose a tag to compare
  • [Add] launch on login option
  • [Fix] correctly dispose HID connections on exit, would otherwise hang

0.1.0

30 Jan 02:25
Compare
Choose a tag to compare

.dmg listed below