Skip to content

Releases: Casul185/frameseer

v0.1.1 — Update notifications

Choose a tag to compare

@Casul185 Casul185 released this 05 Jul 04:20

Frameseer now notices when a newer version exists — passively and quietly.

What's new

  • Passive update check on startup. Best-effort GitHub releases/latest lookup 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=1 to 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

Choose a tag to compare

@Casul185 Casul185 released this 04 Jul 17:00

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.