Releases: thedogecraft/sparkle
2.14.2
This patch features size improvements to Sparkle.
Sparkle used to bundle everything in the backend, such as React, PostHog, and even Tailwind with all of their dependencies. All of this led to Sparkle being over 400 MB, with modules duplicated in both the frontend and backend. The ASAR was over 150 MB on its own, and after removing frontend dependencies from the backend, it’s now sitting at just 12 MB that’s a huge difference.
Another thing: for some reason, Electron ships with all locales by default. That folder alone was 43 MB, so cutting it down to just en-US reduced it to only 518 KB.
We also used to include Sentry in both the frontend and backend, but Sentry and its dependencies (like OTEL) were almost 50 MB. We decided to remove Sentry since we don’t really need it. users can report issues directly on GitHub.
2.14.1
- Added Recommended To Debloat Tweak
- Added Tweak Recommended Preset
- Updated Sparkle Logo
- Added 2 new tweaks
- Changed Discord RPC library
2.14.0
Changes
- Added Disable Telemetry Tweak back
- Dashboard page now shows iGPUs
- 3 new Utilities where added
- Added Search bar to Utilities page
- Added some more debug logging
Debloat Tweak v1.1.0 Changes
- You now select what you want to remove rather than selecting what you want to keep.
- Fixed Window bugs where closing brings up the "Debloat Complete" window
- Added Remove Recommended Apps Preset
- Added Admin Check if not running as admin then starts a new Powershell window as admin
2.13.0
Changes
- Added Chocolatey Support
- Added System File Checker to Utilities page
- Added DISM Health Restore to Utilities page
- Added Check Disk to Utilities page
- Made Winget Optional
- Added Option to change default package manager.
- Fixed some bugs
- Removed installed apps check (This has been broken for a while and needs to be refactored)
- Added 8 new Apps
- Removed Winget check from home page
- Fixed some launch issues
Other
- Sparkle is now written in TypeScript rather than JavaScript.
2.12.0
Changes
- Switched to
Start-BitsTransferfor more reliable downloads - Made Winget installation optional
- Added a dismissible warning for Winget installation
Fixes
- Fixed Discord RPC issues affecting some systems
- Cleaned up and updated documentation
- Improved power scheme detection by switching to
GUID-based checks
Upcoming
- A major code rewrite is coming soon
- The project will be ported from JavaScript to TypeScript
- This rewrite won’t affect the user interface or how users interact with the app but some bugs may occur
2.11.0
- Revamped Utilities Page
- Added sidebar toggle
- Fixed HAGS tweak and others failing.
- Changed Sparkle Window size limit
- Added More apps to debloat script
- Added Sparkle Like theme to debloat script
2.10.5
2.9.4
2.9.3
- Switched to yarn
- Updated README to replace PNPM with Yarn.
- Deleted HPET tweak and related scripts.
- Updated App.css with new color schemes.
- Enhanced greeting with a gradient.
2.9.2
Fixes
- Fixed sparkle not letting user user
CTRL + Rin any app. - Fixed some gpu detection issues
Changes
- Added external link button to open app website in users browser
- Added 16 new apps

