Skip to content

Releases: ChamikaSamaraweera/rapid-optimizer-client

Rapid Optimizer v1.1.8

Choose a tag to compare

@ChamikaSamaraweera ChamikaSamaraweera released this 30 Jun 16:23

What's New

Hold-to-Confirm for Destructive Actions

  • Buttons that perform irreversible operations (cleaner, network reset, uninstall, delete startup) now require an ~800ms press-and-hold before executing
  • Gold fill overlay grows left-to-right inside the button while held; releasing early cancels and snaps back instantly
  • Works with mouse, touch, and keyboard (Enter/Space)
  • Dynamically created buttons handled automatically via MutationObserver

Per-Feature License Gating

  • Deep Cleaner is now completely free for all users
  • Power Plans, Memory Tools, and Network Optimizer are all free
  • System Tweaks (Xbox Game Bar, HAGS, Nagle, Priority Boost, Timer Resolution, SSD, Search Indexing, Superfetch) remain PRO/locked
  • PRO badges on locked System Tweak cards
  • Free users no longer blocked on startup — license gate appears reactively when a locked action is attempted

Sleeper Mode Redesign

  • Unified process list — single table with Running/Sleeping status badges instead of two separate tables
  • Bulk operations — checkbox column with Select All, "Sleep Selected" button
  • Search with clear button and result count indicator
  • Shimmer loading skeleton instead of plain text
  • Advanced Mode info tooltip

Downloads

File Type
RapidOptimizer_Setup_v1.1.8.exe Recommended” Windows Installer
RapidOptimizer_v1.1.8.exe Portable EXE” no install needed

SHA-256 Checksums

7F807B56AF98D97637B129199323C7CEC88FC8434D4DD932AD21C137CB35B130 RapidOptimizer_Setup_v1.1.8.exe
0158E4B34E4906889562D24F708F2B839CC56B7D6EDF792228A8E49EEA578C5A RapidOptimizer_v1.1.8.exe

Verify (PowerShell)

Get-FileHash 'RapidOptimizer_Setup_v1.1.8.exe' -Algorithm SHA256 | Format-List
Get-FileHash 'RapidOptimizer_v1.1.8.exe' -Algorithm SHA256 | Format-List

Requirements

  • Windows 10 / 11 (64-bit)
  • Administrator privileges required

Always verify SHA-256 before running. Download only from the official GitHub Releases page.

Rapid Optimizer v1.1.7

Choose a tag to compare

@ChamikaSamaraweera ChamikaSamaraweera released this 27 Jun 22:38

What's New

  • Windows Tweaks — new section at the bottom of PC Optimize with 23 toggle switches across 4 categories
  • System Tweaks (🔧): Optimize Performance, Optimize Network, Disable Error Reporting, Disable Compatibility Assistant, Disable Print Service, Disable Fax Service, Disable Sticky Keys, Disable SmartScreen
  • Privacy & Networking (🔒): Disable Telemetry Tasks, Disable Media Player Sharing, Disable HomeGroup, Disable SMBv1, Disable SMBv2 (âš ï¸� orange warning)
  • Disk & Storage (💾): Disable System Restore, Disable Superfetch, Disable Hibernation, Disable NTFS Last Access Timestamp, Disable Search Indexing
  • Application Tweaks (🖥ï¸�): Disable Office / Firefox / Chrome / NVIDIA / Visual Studio telemetry
  • Each tweak stores its state in localStorage and calls the Go backend via Wails bindings
  • Toggle ON calls ApplyTweak(tweakID), toggle OFF calls RevertTweak(tweakID)
  • SMBv2 toggle rendered in orange (#f59e0b) with âš ï¸� warning icon
  • All tweaks run PowerShell, registry (
    eg), service control (sc),
    etsh, sutil, or powercfg commands
  • Commands execute hidden with no console window

Downloads

File Type
RapidOptimizer_Setup_v1.1.7.exe Recommended — Windows Installer
RapidOptimizer_v1.1.7.exe Portable EXE — no install needed

SHA-256 Checksums

9E24AA8E11125B4F02FB02769F879EFF5671CC07B733AB70A61D2D7E19E9F8BF  RapidOptimizer_Setup_v1.1.7.exe
9773A45FAFBE8BAD11FC40522329789209ED1C226D26B60E4AA0E465D6A153FA  RapidOptimizer_v1.1.7.exe

Verify (PowerShell)

# Run after downloading — hash must match exactly
Get-FileHash 'RapidOptimizer_Setup_v1.1.7.exe' -Algorithm SHA256 | Format-List
Get-FileHash 'RapidOptimizer_v1.1.7.exe'  -Algorithm SHA256 | Format-List

Requirements

  • Windows 10 / 11 (64-bit)
  • Administrator privileges required

Always verify SHA-256 before running. Download only from the official GitHub Releases page.

Rapid Optimizer v1.1.6

Choose a tag to compare

@ChamikaSamaraweera ChamikaSamaraweera released this 11 Jun 10:39
0c90bb5

What's New

  • PSU Monitor with per-rail breakdown (+12V / +5V / +3.3V), component draw estimation, efficiency donut chart, and sparkline history graphs
  • User-configurable PSU rated wattage with quick presets (550–1000W)
  • GPU TDP lookup table covering 100+ cards (RTX 40/30/20, RX 7000/6000/5000, Intel Arc)
  • CPU TDP estimation by model name with formula fallback for unknown CPUs
  • Startup loading screen with animated progress bar and step messages
  • Tab-switch shimmer skeleton loader on every sidebar navigation click
  • First-run welcome screen with 3-step onboarding flow (feature overview → overlay → license)
  • Welcome screen stores seen state via localStorage — never shown again after first close
  • Startup loader hides on Wails ready event with 4-second hard fallback
  • All UI additions are CSS/HTML/JS only — zero Go backend changes

Downloads

File Type
RapidOptimizer_Setup_v1.1.6.exe Recommended — Windows Installer
RapidOptimizer_v1.1.6.exe Portable EXE — no install needed

SHA-256 Checksums

5F9BF8CF68EBF97AF6C374C03EE46804C46718FA48A74329491B593D6ACCB956  RapidOptimizer_Setup_v1.1.6.exe
D633B491DCCCB1FBA59C4200400892C1A3ECE4F5DEC6D9AEB72ADD179127E053  RapidOptimizer_v1.1.6.exe

Verify (PowerShell)

# Run after downloading — hash must match exactly
Get-FileHash 'RapidOptimizer_Setup_v1.1.6.exe' -Algorithm SHA256 | Format-List
Get-FileHash 'RapidOptimizer_v1.1.6.exe'  -Algorithm SHA256 | Format-List

Requirements

  • Windows 10 / 11 (64-bit)
  • Administrator privileges required

Always verify SHA-256 before running. Download only from the official GitHub Releases page.

Rapid Optimizer v1.1.5

Choose a tag to compare

@ChamikaSamaraweera ChamikaSamaraweera released this 10 Jun 01:06

What's New

  • Installer build with Start Menu shortcut and uninstaller
  • Portable EXE for users who prefer no installation

Downloads

File Type
RapidOptimizer_Setup_v1.1.5.exe Recommended — Installer
RapidOptimizer_v1.1.5.exe Portable EXE

SHA-256 Checksums

A6EB81A2DAEF1069AE1976BC24E846C06C8A6867DE644B5629FE3BB7246D1769  RapidOptimizer_Setup_v1.1.5.exe
C7A4E923870CB00BF4A0F6CF9AB2C2AF9557FA755A583ECA97D3E620766B2BE5  RapidOptimizer_v1.1.5.exe

Verify (PowerShell)

Get-FileHash 'RapidOptimizer_Setup_v1.1.5.exe' -Algorithm SHA256 | Format-List
Get-FileHash 'RapidOptimizer_v1.1.5.exe' -Algorithm SHA256 | Format-List