github hankscafe/omnibus v1.1.0-beta.064
Omnibus v1.1.0-beta.064

latest releases: v1.1.0-beta.066, v1.1.0-beta.065
3 hours ago

v1.1.0-beta.064 - fix: All Issues view — page container width + hide unreleased issues

🖼️ Constrain the All Issues page to the standard container

  • The new /library/issues page rendered full-bleed (touching both edges) because it lacked the per-page container wrapper every other page uses (the root layout provides none). Wrapped it in container mx-auto py-10 px-6 to match the library page's width and padding.

📅 Hide not-yet-released issues

  • The view listed future-dated issues (the monitor's skeletons for upcoming releases). The API now filters releaseDate <= today (ISO YYYY-MM-DD lexical compare = chronological), so only already-released issues appear.

✅ Verification

  • tsc clean; eslint . 0 errors; vitest 282 passed

Don't miss a new omnibus release

NewReleases is sending notifications on new releases.