Skip to content

Releases: SSC-STUDIO/UniversalDeviceToolkit-Plugins

v2.0.0: Quality-First Release — 5 Plugins, 409 Tests, Zero Warnings

Choose a tag to compare

@SSC-STUDIO SSC-STUDIO released this 07 Jul 12:08

Universal Device Toolkit Plugins v2.0.0

A quality-first release of all 5 official plugins with zero compiler warnings, 409 unit tests passing, and full Fluent Design UI.

What's New

Battery Health (v1.0.0) — Monitor battery health, cycle count, and capacity degradation with a polished Fluent Design UI.

Network Acceleration (v1.2.0) — Real-time network telemetry dashboard with gaming presets and one-click optimization.

Custom Mouse (v1.0.16) — Theme-aware cursor styles, DPI profiles, and seamless Windows pointer speed management.

ViVeTool (v1.2.2) — Browse and toggle hidden Windows feature flags from a searchable GUI. No command-line needed.

Shell Integration (v1.0.12) — Right-click context menu integration for instant access to power features.

Quality Metrics

  • 0 warnings, 0 errors across 7 C# projects
  • 409 unit tests all passing (BatteryHealth 16, CustomMouse 54, ShellIntegration 114, NetworkAcceleration 39, ViveTool 186)
  • 0 hardcoded hex colors in all XAML files (100% DynamicResource theme binding)
  • 0 ConfigureAwait(false) in UI code
  • SettingsManager: Save latency reduced from 62ms to 0ms via debounce + memory transaction

Technical Highlights

  • Plugin SDK: Interface-based architecture (IPlugin, IPluginFeaturePage, IPluginSettingsPage)
  • Fallback UI Pattern: Every plugin builds its UI programmatically as a safety net
  • PluginWorkbench: Standalone preview tool for plugin development without the host app
  • Thread Safety: Dispatcher.InvokeAsync() for all background callbacks
  • Test Isolation: DisableParallelization per plugin collection

Install

  1. Open Universal Device Toolkit
  2. Navigate to Plugins -> Browse Store
  3. Click Install on any plugin
  4. Restart the application

Links


Built with C# .NET 10 + WPF-UI 4.3.0 (Fluent Design). MIT License. 100% free, no ads, no telemetry.

Day 7: Metadata fixes + Cross-Assembly test flake resolved

Choose a tag to compare

Day 7 Updates (2026-07-07)

Bug Fixes

  • PLG-005: Fixed cross-assembly test flake in NetworkAcceleration by adding retry-with-backoff logic to SaveSettingsAsync(). Full test suite now passes 409/409 with zero flaky tests.
  • Harmonized BatteryHealth plugin author from personal to SSC-STUDIO across all metadata files
  • Synced NetworkAcceleration C# Plugin attribute version to match manifest (1.2.0)

Engineering Governance

  • All 5 plugins verified: zero hardcoded hex colors, zero emojis, zero rigid pixel widths
  • Zero ConfigureAwait(false) in UI code
  • 100% DynamicResource theme brush binding across all XAML
  • All strings extracted to Resource.resx with x:Static localization
  • Build: 0 warnings, 0 errors

Test Results

Plugin Tests Status
BatteryHealth 16 All Pass
CustomMouse 54 All Pass
ShellIntegration 114 All Pass
NetworkAcceleration 39 All Pass
ViveTool 186 All Pass
Total 409 All Pass

Repository Health

  • 5 plugins, fully localized (30+ languages)
  • Plugin tooling CLI with init, dev, test, package, promote
  • PluginWorkbench standalone preview
  • Comprehensive README with badges, plugin catalog, and star history

🎯 Quality First: Zero Warnings + 186 Tests Passing

Choose a tag to compare

@SSC-STUDIO SSC-STUDIO released this 06 Jul 02:19

🎯 Quality First: Zero Warnings + 186 Tests Passing

This release marks a major quality milestone for the Universal Device Toolkit Plugins project.

✅ Quality Achievements

  • Zero Warnings: All 6 projects now build with 0 warnings, 0 errors
  • Strict Validation: TreatWarningsAsErrors=true enforced globally
  • 186 Unit Tests: ViveTool tests all passing
  • CI Green: All 4 plugins pass validation (custom-mouse, vive-tool, shell-integration, network-acceleration)

🔌 Plugin Updates

  • Network Acceleration v1.2.0: Redesigned UI with dual-tab layout
  • Custom Mouse v1.0.16: Theme-aware cursor styles
  • Vive Tool v1.2.2: Feature flag management
  • Shell Integration v1.0.12: Context menu enhancements

🛠️ For Developers

  • Complete plugin SDK
  • PluginTooling.Cli for scaffolding & validation
  • Contributor-friendly validation profile

Help us reach 100+ stars! ⭐ If you find this useful, please star the repo and share it with others!

GitHub Repository

Network Acceleration v1.2.0

Choose a tag to compare

🔥 Network Acceleration v1.2.0

Transform your network experience with real-time telemetry, intelligent acceleration presets, and a beautifully redesigned dashboard — all integrated into Universal Device Toolkit.

✨ What's New in v1.2.0

🎨 Redesigned Dual-Tab UI

  • Dashboard Tab: Real-time download/upload speed graphs with peak traffic markers
  • Presets Tab: One-click profiles for Gaming, Streaming, Work, and Custom modes
  • Dark/Light Mode: Automatic theme adaptation matching your Windows 11 preferences
  • Responsive Layout: Clean, modern WPF-UI with Fluent Design tokens

🚀 Performance Features

  • Real-Time Telemetry: Live network speed monitoring with <1s latency
  • Peak Traffic Detection: Automatically identifies bandwidth spikes
  • Active Adapter Detection: Shows which network adapter is being used
  • Gaming Preset: TCP optimization, packet prioritization, and latency reduction
  • Streaming Preset: Buffer tuning for smooth streaming experience
  • Work Preset: Balanced performance for video calls and remote work

🛠️ Technical Improvements

  • Zero Config: Install and go — auto-detects optimal settings
  • Thread-Safe: All telemetry callbacks marshal via Dispatcher
  • Low Overhead: Minimal CPU/memory footprint during monitoring
  • Safe Defaults: All presets can be reverted with one click

📦 Installation

  1. Open Universal Device Toolkit
  2. Navigate to PluginsBrowse Store
  3. Click Install on Network Acceleration
  4. Restart the application
  5. Go to PluginsNetwork Acceleration to see your dashboard!

🔧 System Requirements

  • Windows 10 (19041+) / Windows 11
  • Universal Device Toolkit v1.6.0+
  • .NET 10 Runtime

🌟 Why You'll Love It

  • No more laggy downloads: Optimize your connection with one click
  • Gaming mode: Reduce ping and packet loss automatically
  • Beautiful UI: The best-looking network monitor for Windows
  • 100% Free & Open Source: MIT License, no ads, no telemetry

Full Changelog: network-acceleration-v1.1.0...network-acceleration-v1.2.0

ViVeTool v1.2.2

Choose a tag to compare

@SSC-STUDIO SSC-STUDIO released this 19 May 22:50

🔧 ViVeTool Plugin v1.2.2 — Windows Feature Flag Manager

The ultimate GUI for ViVeTool — browse, search, enable, and disable hidden Windows feature flags directly from Universal Device Toolkit.

What's New in v1.2.2

  • Feature Export: Export your current feature flag configuration to JSON for backup and sharing
  • Status Filtering: Filter features by Enabled/Disabled/Default/Unknown state
  • Feature Status Summaries: See at a glance how many features are enabled/disabled
  • Runtime Reliability Fixes: Hardened path detection and ViVeTool executable resolution
  • Visual Smoke Coverage: Automated Light/Dark theme validation for the feature DataGrid

Features

  • 🔍 Searchable DataGrid — Find any feature flag by ID or name instantly
  • 🎯 Status Filtering — Show only enabled, disabled, or default features
  • 🖱️ One-Click Actions — Enable or disable any feature with a single click
  • 📤 Import/Export — Backup and restore your feature flag configuration
  • 🎨 Native Theme Support — Perfect Light and Dark mode integration
  • 🔒 Safe by Default — No features are changed without explicit user action

Why ViVeTool?

Windows Insider builds often contain hidden feature flags that won't roll out to everyone. ViVeTool lets you unlock them safely. This plugin gives you a beautiful GUI over the command-line ViVeTool — no more PowerShell scripts.

Requirements

  • Universal Device Toolkit v3.6.1 or later
  • ViVeTool CLI (downloaded automatically by the plugin)
  • Windows 10/11 x64

Full Changelog: https://github.com/SSC-STUDIO/UniversalDeviceToolkit-Plugins/blob/master/CHANGELOG.md

Shell Integration v1.0.12

Choose a tag to compare

🐚 Shell Integration v1.0.12

Seamlessly integrate Universal Device Toolkit's most powerful features into your Windows right-click context menu. Instant access to power tools — no more digging through settings.

✨ What's New

🆕 Enhanced Context Menu Integration

  • Power Plans: Switch power plans directly from the context menu — no need to open the main app
  • RGB Control: Toggle RGB lighting profiles with a single right-click
  • Fan Profiles: Switch fan speed profiles on the fly
  • Quick Actions: Access commonly used tools without leaving your current window

✅ Quality & Compatibility

  • Windows 11 Optimized: Native context menu integration (not legacy shell extensions)
  • Zero Background Services: Minimal footprint — only runs when you invoke it
  • Secure by Design: No elevated privileges required for standard operations
  • Clean Uninstall: Removes all registry entries when uninstalled

📦 Installation

  1. Open Universal Device Toolkit
  2. Navigate to PluginsBrowse Store
  3. Click Install on Shell Integration
  4. Restart the application
  5. Right-click anywhere in Windows Explorer to see the new menu items!

🔧 System Requirements

  • Windows 10 (19041+) / Windows 11
  • Universal Device Toolkit v1.6.0+
  • .NET 10 Runtime

🐛 Bug Reports

Found an issue? Please report it at: https://github.com/SSC-STUDIO/UniversalDeviceToolkit-Plugins/issues


Full Changelog: shell-integration-v1.0.11...shell-integration-v1.0.12

Network Acceleration v1.1.9

Choose a tag to compare

Network Acceleration 1.1.9 adds a clearer optimization-plan preview and visual smoke-validated Light/Dark UI polish.

custom-mouse-v1.0.16

Choose a tag to compare

@SSC-STUDIO SSC-STUDIO released this 19 May 10:30

🖱️ Custom Mouse v1.0.16

Theme-aware cursor customization for Universal Device Toolkit. Make your mouse truly yours — with automatic dark/light mode adaptation.

✨ What's New in v1.0.16

🆕 Theme-Aware Cursor Switching

  • Auto Dark/Light: Cursors automatically switch based on your Windows theme
  • No Manual Toggle: Set it once, and it adapts — just like Windows 11's native behavior
  • Smooth Transitions: No flicker, no delay

🎨 Cursor Customization

  • Custom Cursor Sets: Choose from built-in cursor styles or import your own
  • Per-App DPI Profiles: Different DPI settings for different applications
  • Windows Integration: Seamless integration with the Windows cursor settings panel

✅ Quality Improvements

  • Fixed: Cursor preview not updating in some cases
  • Fixed: DPI profile not persisting after reboot
  • Improved: Faster theme detection using Windows 11 native APIs

📦 Installation

  1. Open Universal Device Toolkit
  2. Navigate to PluginsBrowse Store
  3. Click Install on Custom Mouse
  4. Restart the application
  5. Go to PluginsCustom Mouse to start customizing!

🔧 System Requirements

  • Windows 10 (19041+) / Windows 11
  • Universal Device Toolkit v1.6.0+
  • .NET 10 Runtime

💡 Tips

  • Use with Power Plans: Combine with power plan switching for the ultimate setup
  • Gaming DPI: Set a high-DPI profile for your game launcher
  • Presentation Mode: Lower DPI for presentations and screen sharing

Full Changelog: custom-mouse-v1.0.15...custom-mouse-v1.0.16

vive-tool-v1.2.1

Choose a tag to compare

@SSC-STUDIO SSC-STUDIO released this 29 Apr 12:37

ViVeTool v1.2.1

Release date: 2026-04-29

Improved / 改进

  • Reworked the feature page around a DataGrid-first layout, simplified settings into a direct form, added stable AutomationIds, and switched status colors to host theme resources / 将功能页改为 DataGrid 优先布局,设置页简化为直接表单,补充稳定 AutomationId,并将状态颜色切换为宿主主题资源

Downloads / 下载

  • vive-tool-v1.2.1.zip

Compatibility / 兼容性

  • Minimum LLT Version: 3.6.1
  • OS: Windows 10/11 x64

Verification / 校验

  • CertUtil -hashfile vive-tool-v1.2.1.zip SHA256
  • SHA256: 5e0b5dd706cd693ce8c57f41482ed34c429cb9dae254868aea97483cf614c0fc

shell-integration-v1.0.11

Choose a tag to compare

Shell Integration v1.0.11

Release date: 2026-04-29

Improved / 改进

  • Reworked the settings page and style dialog into a compact host-aligned layout with lighter status chrome, wrapped action rows, stable AutomationIds, and host theme colors / 将设置页与样式对话框重做为更紧凑的宿主风格布局,包含更轻的状态呈现、可换行操作区、稳定 AutomationId 与宿主主题颜色

Downloads / 下载

  • shell-integration-v1.0.11.zip

Compatibility / 兼容性

  • Minimum LLT Version: 3.6.1
  • OS: Windows 10/11 x64

Verification / 校验

  • CertUtil -hashfile shell-integration-v1.0.11.zip SHA256
  • SHA256: 735cc700101f0304e2041522a8cd20e26128a8207a8c45a091a77a91705bf9a1