GAVPI Changelog

What's new in GAVPI 17.03.15 Development Release

Mar 16, 2017
  • Add: Paste String from Clipboard Action (#20)
  • Minor refactor in action implementation.

New in GAVPI 17.03.08 Development Release (Mar 8, 2017)

  • Not possible to stop sound play actions #36
  • Trigger action only if associated program is focused (#63)
  • Multiple instances when opening from system tray #58
  • Unhandled Exception on Application Close #53
  • MP3 sometimes don't reproduce when called #59

New in GAVPI 0.10.1 (Apr 25, 2016)

  • Fix backward compatibility issues with older profiles.
  • Updated InputManager fixing several issues
  • Support for .NET 4.0+

New in GAVPI 0.09 (Apr 13, 2016)

  • Add ability to randomly execute actions from action sequence.
  • Fix backward compatibility issue with profiles created with version (

New in GAVPI 0.08 (Apr 13, 2016)

  • Added ability to press a key for selection in addition to using the drop down for most common keys (Special keys and combination not supported yet).
  • Added ability to select sound device for audio playback (you can also use different audio files on different devices simultaneously).
  • Fixed missing keys from input selection, namely the alt and oem keys.
  • Fixed an issue with profile sequence ordering wrapping around during editing (moving an action up would wrap around to the end of the list).
  • Refactored and organized source code.
  • Added ability to double click items in profile in order to edit them.
  • Added balloon tool tip to notify the user the program is still running in the background.

New in GAVPI 0.04 (Apr 13, 2016)

  • Resolved tracked issue #8: Unhandled exception if a default audio input device isn't available at initial launch.
  • Inconsistent UI state.
  • Centralise key objects through refactoring.
  • bugfix: keyboard hook not working properly
  • Add Push to talk support (pending)
  • Grammar localization fix

New in GAVPI 0.03 (Apr 13, 2016)

  • Fixed Trigger edit mode, now functions correctly.
  • Fixed Action Wait not waiting.
  • Added ability to add an action some X number of times. (i.e. add KeyPress Z 15 times)
  • Added 20ms throttle to all Action executions, since StarCitizen cannot keep up.
  • Added example profile for StarCitizen
  • Added placeholder for Data section, in the future this will be used to store variables manipulated by logical triggers.
  • Removed restriction limiting one instance of ActionSequence per Trigger, you can now add as many as you like.