Skip to content

Commit 0701b58

Browse files
committed
chore(release): 1.26.0
1 parent 4dfd863 commit 0701b58

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.26.0](https://github.com/adventdevinc/kudu/compare/v1.25.0...v1.26.0) (2026-03-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **i18n:** platform-aware onboarding text ([#70](https://github.com/adventdevinc/kudu/issues/70)) ([8b6457d](https://github.com/adventdevinc/kudu/commit/8b6457d57cd85d0e1c6f44bb12bfb14edd51c152))
7+
* **ui:** report failure when startup/privacy toggles don't take effect ([09086f3](https://github.com/adventdevinc/kudu/commit/09086f3d784bf826ca88ea8ee9bca8af71c148e0))
8+
* **ui:** resolve black screen on first launch for slow machines ([2c6a573](https://github.com/adventdevinc/kudu/commit/2c6a5731ef74c111d26f70845143041693680127))
9+
* **ui:** show real-time progress during cleaner clean operation ([#72](https://github.com/adventdevinc/kudu/issues/72)) ([46e3d01](https://github.com/adventdevinc/kudu/commit/46e3d012a4276508fa7e634aacfb8d90f291485e))
10+
11+
12+
### Features
13+
14+
* **cloud:** AI safety ratings for Startup Manager and Uninstaller ([#73](https://github.com/adventdevinc/kudu/issues/73)) ([37bc5db](https://github.com/adventdevinc/kudu/commit/37bc5dbe3fd416e982340607abd6035d2e002df7))
15+
* **darwin:** comprehensive macOS platform improvements ([#71](https://github.com/adventdevinc/kudu/issues/71)) ([2362321](https://github.com/adventdevinc/kudu/commit/2362321167ab55e17bf30d50b9daac0ed916a3de))
16+
* **ui:** add dark/light/system theme toggle ([#69](https://github.com/adventdevinc/kudu/issues/69)) ([c57bffb](https://github.com/adventdevinc/kudu/commit/c57bffbe2862e69b7bcca94390e0ef9ea2be5172))
117
# [1.25.0](https://github.com/adventdevinc/kudu/compare/v1.24.0...v1.25.0) (2026-03-24)
218

319

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kudu",
3-
"version": "1.25.0",
3+
"version": "1.26.0",
44
"description": "A modern, open-source system cleaner for Windows, macOS, and Linux",
55
"main": "./out/main/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)