github nimbalyst/nimbalyst v0.60.6
Release v0.60.6

latest releases: v0.66.10, ios/v1.2.0, v0.66.9...
pre-releaseone month ago

Fixed

  • Windows release build no longer fails the runtime vite build with [postcss] Cannot read properties of undefined (reading 'blocklist'). The shared root postcss.config.js was computing the absolute path to tailwind.config.ts via new URL('./tailwind.config.ts', import.meta.url).pathname. On Windows that returns a leading-slash path like /D:/a/nimbalyst/nimbalyst/tailwind.config.ts, which Node's filesystem APIs reject; tailwind silently fails to load its config, and the next reader trips on undefined.blocklist inside setupContextUtils.js. Switched to fileURLToPath(new URL(...)) so the resolved path is platform-correct.

Commits

  • Release v0.60.6
  • fix(build): use fileURLToPath for tailwind config so Windows release build does not break
  • chore: run typecheck in pre-push hook
  • Release v0.60.5
  • fix: broken ci
  • fix: missed package-lock update
  • fix: sdk, collab and math extension package locks
  • feat: add lexical math editing and rendering
  • fix: update package count and licenses in audit files
  • fix: return transcript to virtua with safer selection handling
  • fix: unblock mac local build and reduce build warnings
  • fix(updater): stop stray git tags from 404ing alpha updates
  • fix: stabilize Codex interactive prompt correlation
  • fix: preserve Codex thread IDs across blocked turns
  • fix: preserve unsaved edits across file renames
  • fix(publish): coalesce duplicate runs for the same tag to prevent sdk publish failures
  • fix(ai-sessions): render ScheduleWakeup resumes as system markers
  • feat(mockuplm): Share to Team collab for mockups and projects
  • fix(marketplace): clone-source no longer bricks existing GitHub install, monorepo subdirs match nested release assets
  • fix(ai-sessions): stop queued prompts from re-sending on restart and cancel

Downloads

  • macOS: Download the .dmg file
  • Windows: Download the .exe file
  • Linux: Download the .AppImage file

Don't miss a new nimbalyst release

NewReleases is sending notifications on new releases.