cli@1.0.2

LizardByte/Sunshinecli@1.0.2Jul 5, 2026by github-actions[bot]

AI Summary

Introduces a startup migration to repair file ordering issues where display order values overflowed to float32 maximum.

Key Highlights

  • Startup migration repairs pathological file ordering in the embedded server.
  • Repacks `files.display_order` values converging to float32 MAX back to small sequential numbers.
  • Databases shared with broken desktop workspaces recover automatically.

Full Release Notes

## 1.0.2 (2026-07-05)

### 🩹 Fixes

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

  - **Startup migration repairs pathological file ordering.** The embedded server now repacks `files.display_order` values that converged to float32 MAX (a bug in desktop order generation) back to small sequential numbers, preserving relative order. Databases shared with a broken desktop workspace recover automatically. ([#44](https://github.com/the-dev-tools/dev-tools/issues/44))

### ❤️ Thank You

- moosebay