desktop@1.0.2

viarotel-org/escrcpydesktop@1.0.2Jul 5, 2026by github-actions[bot]

AI Summary

Fixes a critical bug where workspaces would become blank after numerous file reorders due to float32 overflow, by switching to fixed-step order generation and adding a startup migration.

Key Highlights

  • Fixes workspaces going blank after many file reorders.
  • Changed file order generation from dynamic midpoint to fixed steps.
  • Includes startup migration to repack existing display_order values.

Full Release Notes

## 1.0.2 (2026-07-05)

### 🩹 Fixes

- ### Bug fixes ([#44](https://github.com/the-dev-tools/dev-tools/issues/44))

  - **Workspaces no longer go blank after many file reorders.** File append/reorder used the midpoint between the last position and float32 MAX to generate `display_order`, converging to the float32 limit after a few dozen inserts — at which point every file in the workspace disappeared from the UI and new flows could not be created. Order generation now uses fixed steps, and a startup migration repacks existing `display_order` values to small sequential numbers (preserving your current order), so previously broken workspaces recover automatically. ([#44](https://github.com/the-dev-tools/dev-tools/issues/44))

### ❤️ Thank You

- moosebay