desktop@0.2.3
the-dev-tools/dev-toolsdesktop@0.2.3Feb 10, 2026by github-actions[bot]
AI Summary
Desktop version 0.2.3 adds new built-in expression functions for generating unique identifiers and improves version snapshot handling with deterministic test sync capabilities.
Key Highlights
- Added uuid() built-in expression function with v4 support
- Added ulid() built-in expression function with v7 support
- Version snapshots with is_snapshot column
- Deterministic test sync
- Contribution from ElecTwix
New Features
- uuid() function with v4 support
- ulid() function with v7 support
Full Release Notes
## 0.2.3 (2026-02-10) ### 🩹 Fixes - Version snapshots with is_snapshot column and deterministic test sync ([e6c2b883](https://github.com/the-dev-tools/dev-tools/commit/e6c2b883)) - Add uuid() and ulid() built-in expression functions with v4/v7 support ([ecfa35df](https://github.com/the-dev-tools/dev-tools/commit/ecfa35df)) ### ❤️ Thank You - ElecTwix @ElecTwix