core: hash scanned files and don't trigger a reload if matching

Nix builds often trip QFileSystemWatcher, causing random reloads.
This commit is contained in:
outfoxxed 2026-03-11 19:45:14 -07:00
parent bd62179277
commit 9a9c605250
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
4 changed files with 48 additions and 11 deletions

View file

@ -33,6 +33,7 @@ set shell id.
- IPC operations filter available instances to the current display connection by default.
- PwNodeLinkTracker ignores sound level monitoring programs.
- Replaced breakpad with cpptrace.
- Reloads are prevented if no file content has changed.
## Bug Fixes