Skip to content

v2.1.14

Choose a tag to compare

@codesplash-ai codesplash-ai released this 31 Jul 07:25

CodeSplash AI 2.1.14

This release is a focused stability patch for users who rely on Workspaces, multi-panel layouts, and Command Center overlays. The main improvements are around safer workspace restore behavior and reducing the blank or missing panel issues that could happen during layout and measurement timing races.

Fixes

  • Fixed a workspace restore issue that could leave saved layouts broken or empty after a bad write, corruption, or interrupted state save.
  • Reduced cases where workspace panels or Command Center overlay cells could disappear or render blank during temporary sizing/layout hiccups.
  • Fixed panel collapse handling so internal collapse state is less likely to get stuck after programmatic layout changes.

Improvements

  • Workspace canvas state is now written more safely using a temporary file followed by atomic replacement, helping prevent truncated or partially written layout files.
  • If a saved workspace layout file is unreadable, the app now preserves a timestamped backup copy before resetting to a fresh state.
  • Panel measurement logic for Workspaces and Command Center overlays was consolidated and made more resilient, keeping last-known-good bounds instead of dropping panels when measurement temporarily fails.

Notes

  • This is a patch-level reliability release, not a major feature drop.
  • New documentation landed for future work around browser link routing, navigation mode switching, and a built-in capture tool, but those are planning artifacts and not shipped features in 2.1.14.

If you use Workspaces heavily or have run into restore or blank-panel issues, updating to 2.1.14 is recommended.