Skip to content

v2.0.1

Choose a tag to compare

@VIPPotato VIPPotato released this 10 Feb 21:26
· 1 commit to master since this release

Better GPD WinControls 2.0.1 (Bugfix)

This release includes bugfix and maintenance updates since v2.0.

Performance and responsiveness

  • Moved heavy GUI device operations to background threads to reduce UI freezes.
  • Added busy-state guarding to avoid overlapping long-running GUI actions.
  • Batched list/profile UI refresh updates to reduce redraw/layout churn.
  • Reused HID request/response/write buffers and reduced allocation churn in device I/O paths.
  • Added faster config/key lookups with cached dictionaries for frequently used mappings.

Release and packaging reliability

  • Added and stabilized GitHub release asset workflows.
  • Releases now build on GitHub and attach a ZIP package with:
    • GpdControl.exe
    • GpdGui.exe
    • default_mappings.txt
    • empty profiles/ folder
  • Release assets are marked as latest for published releases.

Additional fixes and maintenance

  • Updated GUI app version metadata to 2.0.1.
  • Tracked profiles/ directory while ignoring local profile file contents.
  • README support section update.