Skip to content

Releases: LTHPKBTE/mumble-Speaking-Users-Overlay

Release list

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 22 Jul 05:15
500bf08

What's New in v0.1.1

  • Framerate limiter: Simplified to pure high-resolution waitable timer — removed spin-waiting paths that added complexity with little benefit for overlay use
  • Hotkey simplification: Removed the WH_KEYBOARD_LL fallback; the system-level RegisterHotKey path has been the only one since v0.1.0 and the hook could contribute to input lag on some configurations
  • Legacy config upgrade: VSync is now forced off when upgrading from old-format config files, with an in-app warning popup explaining why
  • Removed mouse-idle FPS reduction: This mechanism provided marginal benefit and added unnecessary logic to the framerate system
  • Documentation updates and wording improvements across technical notes

Installation

  1. Download plugin.dll from the release assets
  2. Open Mumble Settings → Plugins → Install Plugin
  3. Select plugin.dll and enable the plugin

Currently only Windows is officially supported.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 18:36
2231ecb

What's New in v0.1.0

  • Performance fix: Fixed excessive CPU usage observed on some systems due to GPU driver/VSync busy-wait behavior.
  • Hotkey fix: Replaced keyboard hook with system-level hotkey registration, preventing the input lag that the hook could cause in other applications at low overlay frame rates.
  • Configurable hotkeys with interactive key capture in settings panel
  • Auto-detect monitor refresh rate for optimal FPS settings

Installation

  1. Download plugin.dll
  2. Open Mumble Settings → Plugins → Install Plugin
  3. Select the downloaded file and enable the plugin

Currently only Windows is officially supported.