nextDash v1.0.0 — the first official stable release!
Every release of nextDash up to now has carried a date instead of a version number: v2026.09.09, v2026.09.09.1, v2026.09.09.2, and so on, a new tag almost every day through a long stretch of active development. v1.0.0, released today, breaks that pattern on purpose. It’s the first release under semantic versioning, and it’s a deliberate milestone rather than an incremental one: after a long run of bug fixing and consolidation, the app finally feels finished and stable rather than in flux. From here, 1.x.0 releases carry new features and 1.0.x releases carry fixes — a distinction the date-based scheme never made. The comparison logic for the new numbering actually shipped a few point releases earlier, under v2026.09.09.3, so v1.0.0 is really the moment the switch was made official. What’s inside is almost entirely correctness work, and it follows one recurring shape: an operation that reported success for something it hadn’t actually […]