Skip to content

Releases: MoshiMoshi0/TTController

TTController 0.11.0.2-beta

28 Nov 00:35

Choose a tag to compare

  • Update LibreHardwareMonitor to support AMD Zen 3
  • Update packages

TTController 0.11.0.1-beta

11 Nov 15:59

Choose a tag to compare

  • Fix Riing Quad colors displaying incorrectly (#84)

TTController 0.11.0.0-beta

21 Oct 22:56

Choose a tag to compare

This release contains a lot of breaking changes that will make a lot of configs from older versions incompatible


  • Add support for RiingQuad controller
  • Add support for Level 20 Desk Controller
  • Add ability to read/write data to/from the service
    • Add IpcTrigger
    • Add IpcEffect
    • Add IpcSpeedController
    • Add service ipc client
  • Add ZoneEffect
  • Add ColorSequenceEffect
  • Add support for hot plugging controllers
  • Add ability to ignore port speed and color cache
  • Add PerLed effect compatibility for Riing controller
  • Add ability to specify color layer to use with RazerConnectEffect
  • Refactor LedCountHandling, LedRotation, LedReverse to modifier plugins
    • Add LerpLedColorModifier
    • Add RotateLedColorModifier
    • Add ReverseLedColorModifier
    • Add TrimLedColorModifier
  • Auto set service recovery options when installing the service
  • Create default plugin config if its not present in config json
  • Optimize read/write to controller
  • Optimize device manager locking
  • Update LibreHardwareMonitor
  • Update debug report output

  • Fix exceptions when searching for enabled effect or speedcontroller
  • Fix controllers were only removed if none were detected
  • Fix console closing when exception is thrown when running in console mode
  • Fix NPE when updating colors before controllers are detected

TTController 0.10.0.0-alpha

13 May 15:16

Choose a tag to compare

Pre-release

This release contains breaking changes that might make some configs from older versions incompatible

  • Add LedColorProviders and use in effect plugins
  • Add StaticColorEffect by merging FullColorEffect and PerLedColorEffect
  • Add CopyColorEffect
  • Add AuroraEffect
  • Switch to HidSharp from HidLibrary
  • Update LibreHardwareMonitor
  • Fix incorrect color count in RazerConnectEffect (#39)
  • Fix SoundEffect sometimes crashing on pc boot (#44)
  • Fix ability to set unsupported speeds (1-19%) in StaticSpeedController
  • Performance improvements

TTController 0.9.0.0-alpha

03 Feb 23:20

Choose a tag to compare

Pre-release

This release contains breaking changes that might make some configs from older versions incompatible

  • Tweak plugins: ProcessTrigger, BlinkEffect, PulseEffect, SensorEffect, PulseTrigger, SensorTrigger, PingPongEffect
  • Remove Guid from profiles, now uses Name for identification
  • Add ability to disable/enable sensor groups to speed up service startup
  • Add full color helper to ComputerStateProfileConfig
  • Fix exception when looking for device configs
  • Code cleanup and refactoring

TTController 0.8.0.0-alpha

19 Dec 00:58

Choose a tag to compare

Pre-release

This release contains breaking changes that makes some configs from older versions incompatible

  • Update LibreHardwareMonitor
  • Add support for multi zone devices
  • Add support for 64bit razer broadcast dll
  • Add ScheduleTrigger
  • Add PingPongEffect
  • Enable motherboard sensors
  • Code cleanup and performance improvements

TTController 0.7.3.0-alpha

01 Sep 20:00

Choose a tag to compare

Pre-release
  • Add support for all DPSG data values (current, voltage, fan rpm, temperature)
  • Add DpsgSpeedController that uses built-in Off/Silent/Performance profiles
  • Add support for more than one instance of RazerConnectEffect
  • Fix rgb format on first gen Riing controllers (#20)
  • Fix Riing Duo fan support
  • Fix service failing to start due to files being marked as unsafe by windows unzip tool (#24, #25)
  • Change all custom effect plugins to PerLed for better cross controller support
  • Minor bug fixes and code improvements

TTController 0.7.2.0-alpha

24 Jun 21:21

Choose a tag to compare

Pre-release
  • Fix first gen Riing controllers not working (#20)
  • Fix exception when using grey colors
  • Fix PwmSpeedController ignoring invalid/NaN sensor values, will now output 100% speed
  • Fix GetPortData trying to read controller output even if controller returned failure
  • Fix DPSG PortData having incorrect values
  • Refactor "Show hardware info" to "Debug" menu
  • Improve overall console menu performance
  • Implement ColorGenerationMethod in FlowEffect, PulseEffect, RippleEffect, SoundEffect and WaveEffect
  • Remove SnakeEffect since now the same look can be achieved with WaveEffect

TTController 0.7.1.2-alpha

29 May 18:22

Choose a tag to compare

Pre-release
  • Fix exception when using Nearest LedCountHandling

TTController 0.7.1.1-alpha

29 May 12:48

Choose a tag to compare

Pre-release
  • Fix exception when using Copy LedCountHandling