Skip to content

QMamehook v2.1 - Baxter

Choose a tag to compare

@SeongGino SeongGino released this 17 May 21:52
· 4 commits to main since this release

The Sorting Types Release

  • Added new option -s <sort type> which allows specifying the desired port assignment order. Sort types can be either:
    • pid-ascending: The current default as of v1.9.3, sorting from lowest product ID to highest.
    • pid-descending: Sorting from highest product ID to lowest.
    • port-ascending: The previous default from < v1.9.3, sorting from the lowest system-assigned port name to the highest.
    • port-descending: Sorting from highest system-assigned port name to lowest.
  • Reorganized help output.
  • Stronger protections around potentially bad arguments; bad args will only show relevant ERROR rather than printing -h over and over.
  • Devices sorting (which could be potentially slightly intensive) is only done with different new device lists, marginally reducing idle usage.