Skip to content

13.40.11ex

Compare
Choose a tag to compare
@muchimi muchimi released this 19 Apr 01:10
· 184 commits to develop since this release

Release update May 26 2024

Bug fixes

  • Changed Gremlin behavior so the last profile mode can no longer be deleted. A mode must always be defined. This was causing numerous issues as a mode is always expected.

  • Status bar update code handles errors gracefully and will log the error and not crash the app.

Changes/Additions

  • Adds a new experimental range container and an enhanced experimental map to keyboard action.

  • Adds a new Button Release action to the VjoyRemap action to trigger a button release. This can help with unique behaviors created by the Tempo or Range containers to facilitate the profile setup.

  • Adds generic icons if an icon cannot be found for an action or a container with log entry.

  • Adds improved icon search logic when running in packaged (compiled) or regular script mode.

  • Hardened icon search logic in compiled version of GremlinEx using new packager

  • Bug fix: icon size in titlebar - compiled version

Range container (experimental)

The range container is designed to generate actions based on raw axis input using the Gremlin container model instead of using tedious conditions. The idea is to split up an axis into a number of ranges, and each range triggers one or more actions. The range container also has a deflection detect trigger mode if a range is not used (the input has to be moved by a percentage defined before triggering).

When the value is in range, the action will be triggered once. The range container is aware of other range containers and uses latching, so when the axis value enters a particular range in one container, it resets the action of the other range containers so they can trigger again when the axis value enters that range.

MaptoKeyboardEx action (experimental)

The enhanced map to keyboard EX action allows separate press (make), release (break) and pulsed keyboard presses. The hold feature should function like the original old map to keyboard.