Releases: MoshiMoshi0/TTController
Releases · MoshiMoshi0/TTController
TTController 0.7.1.0-alpha
- Add support for Razer Connect (#16)
- Add ability to change service install-as account from
TTController.Service.exe.Config - Fix disabled "Run in console" option when the service is not installed
- Code cleanup and improvements
Notes:
- Bump to alpha
- Target .NET Framework 4.7.2
- Compile as 32bit instead of 64bit
TTController 0.7.0.1-dev
TTController 0.7.0.0-dev
This release contains breaking changes that makes some configs from older versions incompatible
- Move controllers to plugins. This allows you to enable/disable specific controller support
- Add ability to specify handling of effect color count and led count mismatch
- Add ability to specify multiple ports per PortConfig
- Redesign sensor code
- Can now use all sensor types
- Add SensorConfig
- Rename TemperatureEffect to SensorEffect
- Rename TemperatureTrigger to SensorTrigger
- Improve plugin loading
- Improve "Show hardware info"
- Catch and log exceptions from plugins
- Switch to custom forks of HidLibrary and LibreHardwareMonitor
- Fix high cpu usage in 0.6.1.0-dev
TTController 0.6.1.0-dev
- Fix brightness calculation in RippleEffect (#14)
- Added icon to service executable
- Code cleanup and additional logging
- Start using GitVersion for project versioning
TTController 0.6.0.0-dev
- Add support for Riing Trio fans
- Add CopySpeedController
TTController 0.5.4.0-dev
- Add additional logging
- Add timeout when starting the service
- Bug fixes for #9
TTController 0.5.3.0-dev
- Improve logging
- Logging can now be configured in
TTController.Service.exe.configfile - Add logging to a file
- Print detected json config errors
- Logging can now be configured in
- Add TemperatureTrigger
- Code cleanup
TTController 0.5.2.0-dev
- Console menu improvements
- Logging improvements
- Properly fix json default values
- Add color gradient
TTController 0.5.1.0-dev
- Fix default value being ignored when deserializing
TTController 0.5.0.0-dev
- Add software based built-in effects (WaveEffect, PulseEffect, BlinkEffect, RippleEffect, SpectrumEffect, FlowEffect)
- Fix logs being visible in "show hardware info" option
- Fill DPSG PortData with raw values
- Code optimization and cleanup
Config changes
- Rename
DefaultEffecttoRawEffect - Use effect type name in
RawEffectandComputerStateProfilesinstead of effect byte - Change trigger json to match other plugins ("Key"/"Value" object)