Skip to content

v1.1 — What is this?

Latest

Choose a tag to compare

@RobertasTa RobertasTa released this 16 Aug 12:04
· 8 commits to master since this release

What's new in v1.1 — "What is this?"

Ordinary users often have no idea what half the programs living in their
Temp/AppData folders actually are. Now the cleaner can tell you:

  • Right-click any row -> "What is this?" — for known programs your
    default browser opens the vendor's official page (offline knowledge
    base with 66 curated entries, every URL verified). For unknown ones —
    a Google search with just the program's name.
  • Privacy by design: only the program/vendor folder name goes into
    the search query — never the full path, never your username. The
    network is used only when you explicitly click.
  • The same menu also offers Copy path and Open folder.
  • One exe for both languages — the UI language (English / Lithuanian)
    now switches inside the app; first run follows your Windows language.
  • "?" help corner — About dialog and an in-app user guide, including
    "Ask the AI that wrote it" instructions.

Nothing else changed — scanning, preview, cleaning and all safety guards
(AGE / LOCKED / JUNCTION) are untouched and covered by the same test
suite (now 31 new unit tests + live GUI test on a synthetic tree).

Also new in the repository: docs/COMPARISON_TEST.md
a reproducible live comparison protocol vs Storage Sense and CCleaner,
including the points where they win.

Idea credit: Robertas — born from watching real users squint at yellow
rows. Built, tested and documented by Claude.


SHA256 (TempCleaner.exe):
14C3CD21943C2B0101B5942BCB3E1864C8948419672FC3A4C12F2CEF63DF12EC

Changelog

## v1.1 (2026-08-16)
- NEW: "What is this?" right-click menu — vendor page for known programs
  (offline 66-entry knowledge base), Google search for unknown ones;
  privacy-safe (program name only, never paths/username).
- NEW: "Copy path" and "Open folder" context menu actions.
- NEW: one exe for both UI languages (in-app switcher, follows OS language).
- NEW: "?" help corner with About + in-app guide.
- Docs: honest "Do you even need this?" in all plain-text guides;
  reproducible COMPARISON_TEST.md protocol.
- Internal: zinynas.py module (zero Qt, fully unit-tested), 31 new tests.