Releases: Casul185/frameseer
Releases · Casul185/frameseer
Release list
v0.1.1 — Update notifications
Frameseer now notices when a newer version exists — passively and quietly.
What's new
- Passive update check on startup. Best-effort GitHub
releases/latestlookup that prints one stderr line when your version is behind. Never auto-updates, never nags, never blocks the real command. - Zero new dependencies. Pure
urllib+json, 2-second timeout, fully fail-silent. - At most one network call per 24h, via a small JSON cache under
%LOCALAPPDATA%/$XDG_CACHE_HOME/~/.cache. - Opt-out: set
FRAMESEER_NO_UPDATE_CHECK=1to disable entirely. - README documents both the passive check and Watch → Custom → Releases.
- Stdlib regression tests for semver + fail-silent paths, wired into CI.
v0.1.0
First public release. Inventories your actual hardware (including correct AMD VRAM via the qwMemorySize registry fix), pulls PCGamingWiki data, and generates hardware-tied settings recommendations — advisor only, never touches your files.
Real frametime capture via AMD PresentMon for measured before/after results. Pure Python stdlib + ctypes, zero pip dependencies.