You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,20 @@ All notable changes to this project are documented here. The format follows [Kee
4
4
5
5
## [Unreleased]
6
6
7
+
## [0.3.0] - 2026-07-31
8
+
9
+
### Added
10
+
11
+
- Seven reviewed cleanup rules for Outlook WebView, Tencent applications, VS Code, Codex desktop caches, and stale Perfect World updater packages.
12
+
- Explicit Chromium shader, Dawn, component, and extension download cache coverage for Chrome and Edge.
13
+
- Open-folder and copy-path commands in Space Analysis, available from the toolbar, double-click, Enter, and the row context menu.
14
+
- Regression boundaries for browser site data, local AI models, OneDrive, OpenAI runtimes, Tencent user/plugin data, VS Code user state, IDM downloads, and protected Windows stores.
15
+
16
+
### Changed
17
+
18
+
- Expanded the embedded catalog from 21 to 28 rules while keeping new vendor-specific rules review-required except for the narrowly scoped Outlook WebView cache.
19
+
- Documented the local C-drive audit, including large directories intentionally excluded from raw deletion.
20
+
7
21
## [0.2.1] - 2026-07-28
8
22
9
23
### Fixed
@@ -46,7 +60,8 @@ All notable changes to this project are documented here. The format follows [Kee
46
60
- Safe cancellation semantics that let an active Windows maintenance command finish before skipping later items.
47
61
- A safety test suite and deterministic PowerShell build/package script.
Copy file name to clipboardExpand all lines: README_EN.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
## Quick start
12
12
13
-
1. Download `CDriveCare-v0.2.1-win.zip` from the latest [Release](https://github.com/sanrokamlan-prog/CDriveCare/releases/latest).
13
+
1. Download `CDriveCare-v0.3.0-win.zip` from the latest [Release](https://github.com/sanrokamlan-prog/CDriveCare/releases/latest).
14
14
2. Extract it and double-click `CDriveCare.exe`.
15
15
3. Review the scan results, then select **Clean selected**.
16
16
@@ -20,7 +20,7 @@ CDriveCare is a single-file Windows desktop utility with no telemetry or ads and
20
20
21
21
## Principles
22
22
23
-
- Ship 21 reviewed rules as a read-only embedded `rules.json` resource. The executable does not load a neighboring rules file, and startup fails closed on missing, unknown, duplicate, or misspelled fields as well as invalid IDs, contracts, age gates, or targets.
23
+
- Ship 28 reviewed rules as a read-only embedded `rules.json` resource. The executable does not load a neighboring rules file, and startup fails closed on missing, unknown, duplicate, or misspelled fields as well as invalid IDs, contracts, age gates, or targets.
24
24
- Scan first and show per-rule size, file count, risk, and impact.
25
25
- Offer **Daily cleanup** for low-risk items and **Deep cleanup** for low-risk plus review-required file rules. Neither mode automatically selects the Recycle Bin or Windows-managed actions.
26
26
- Never automatically delete Downloads, Windows Installer, Package Cache, DriverStore, WinSxS contents, Defender data, Prefetch, event logs, or broad application directories.
@@ -30,10 +30,11 @@ CDriveCare is a single-file Windows desktop utility with no telemetry or ads and
30
30
- Re-read size and last-write time from that open handle; skip candidates changed or replaced since enumeration. CDriveCare never deletes directories, including empty cache directories.
31
31
- Use supported Windows commands for Delivery Optimization and component-store maintenance.
32
32
- Export a read-only driver inventory instead of guessing which DriverStore package is unused.
33
+
- Open an analyzed AppData directory from the toolbar, double-click, Enter, or its context menu, and copy its full path without turning analysis results into deletion targets.
33
34
- Check the fixed GitHub Releases endpoint in the background and show a download link only when a newer stable version exists. CDriveCare never downloads or installs updates automatically.
34
35
- Keep per-run audit logs locally under `%LOCALAPPDATA%\CDriveCare\Logs`, retaining 30 days and at most 20 files. Log and driver-report output uses unique new files and validates directory/file handles before writing or rotation.
35
36
36
-
The 21-rule catalog contains 18 file rules, one Recycle Bin action, and two Windows-managed actions. User-scoped and machine-scoped WER are separate review-required rules; the latter requires administrator rights. When cancellation is requested during a Windows-managed command, that command is allowed to finish safely and later selected items are skipped.
37
+
The 28-rule catalog contains 25 file rules, one Recycle Bin action, and two Windows-managed actions. New coverage includes narrowly scoped Chrome, Edge, Outlook WebView, Tencent, VS Code, Codex, and stale updater caches. Vendor-specific additions are review-required by default except for Outlook's explicit WebView cache. User-scoped and machine-scoped WER remain separate; the latter requires administrator rights.
37
38
38
39
See [rule safety](docs/rule-safety.md) and [architecture](docs/architecture.md) for the full design.
0 commit comments