v0.3.1
Added
filter_pidonquery_eventsandexport_query_results— select a single process by numeric PID (index-backed). Useful when a process name is hard to type exactly, e.g. non-ASCII names. (#21)
Fixed
- Non-ASCII process/path names were unreadable mojibake (e.g.
温度ã¹ã¤ãã.exeinstead of温度スイッチ.exe) and couldn't be matched byfilter_process. Procmon's XML export double-encodes such text (UTF-8 → Latin-1 → UTF-8); the parser now repairs it on load for names, paths, image paths, command lines, owners, descriptions, and event detail. Conservative (only the exact double-encoding fingerprint is touched). Cache version bumped so existing caches re-parse. (#21)
Full changelog: CHANGELOG.md