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
"page.ownershipDescription": "Identify installations and application data across drive roots, ProgramData, and the current user's AppData.",
67
+
"page.ownershipDescription": "Identify installations and application data across drive roots, application libraries, ProgramData, and the current user's AppData.",
68
68
"page.analyzeTitle": "Who owns this directory?",
69
69
"page.analyzeDescription": "Correlate installed apps and local evidence first, then use AI and web evidence only when confidence remains low.",
70
70
"page.migrateTitle": "Free space without breaking the original path",
"This release fixes blank, gray, and jumping frames while resizing or zooming the desktop lens, and improves resident stability and efficiency.",
51
+
"This release rebuilds non-system-drive ownership discovery to find installed apps, portable apps, and application data more deeply while correcting restricted-directory reporting.",
52
52
sections: [
53
53
{
54
-
title: "Desktop lens rendering",
54
+
title: "Deep directory scanning",
55
55
items: [
56
-
"The lens now swaps between two buffered surfaces only after a complete frame is ready, preventing blank or gray flashes during wheel zoom.",
57
-
"Magnification eases at short frame intervals around the pointer, reducing the jump-and-return effect.",
58
-
"The bordered lens still omits the magnified cursor and remains visible in screenshots, recordings, and remote sessions."
56
+
"Non-system drives are recursively inspected up to 8 levels and 60,000 directories instead of stopping near the root.",
57
+
"The result reports the actual directory count and explicitly marks scans truncated by time or quantity limits.",
58
+
"Dependency, cache, virtual-environment, and system-noise trees are skipped to balance coverage with background cost."
59
59
]
60
60
},
61
61
{
62
-
title: "Size slider stability",
62
+
title: "Installed and portable apps",
63
63
items: [
64
-
"Width and height values are captured synchronously inside React callbacks, fixing the full-page blank screen caused by an expired event during dragging.",
65
-
"Dragging only previews and persists configuration; it no longer creates or shows a lens window.",
66
-
"The final size is sent to the native listener after release and is used exactly when the lens is activated."
64
+
"Deep executables, uninstall markers, app.asar, portable.ini, and similar evidence identify unpacked portable applications.",
65
+
"Internal bin, resources, runtime, and Binaries folders are grouped under the application root.",
66
+
"Steam app manifests provide official names and actual installation directories."
67
67
]
68
68
},
69
69
{
70
-
title: "Resident mode and shortcuts",
70
+
title: "Application data ownership",
71
71
items: [
72
-
"A named single-instance guard prevents installed, portable, or older builds from competing for the same global keyboard and wheel hook.",
73
-
"Modifier keys alone do not open the lens, and global listening pauses during shortcut recording.",
74
-
"The main window attempts one renderer recovery after an unexpected render-process failure."
72
+
"Nearby data, config, profiles, saves, logs, and userdata directories are associated with their applications.",
73
+
"Application-library directories receive conservative local ownership evidence even without registry records.",
74
+
"Weak registry name matches no longer override stronger filesystem and executable evidence."
75
75
]
76
76
},
77
77
{
78
-
title: "Efficiency and verification",
78
+
title: "Restricted paths and cache",
79
79
items: [
80
-
"The background indexer lowers its process priority and trims reclaimable working-set pages to reduce idle CPU and memory pressure.",
81
-
"Automated regression coverage now includes native lens frames, slider dragging, and multi-instance listener conflicts.",
82
-
"Update & diagnostics retains independently collapsible, scrollable offline history and now includes 0.1.0."
80
+
"Missing standard folders no longer count as access restrictions, while protected system folders are classified as system entries.",
81
+
"Only real read or permission failures contribute to the restricted-path warning.",
82
+
"Ownership cache schema version 3 invalidates stale shallow-scan results automatically."
0 commit comments