From b342595a092f3cd8cae6e72741537ee9267edccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Forment?= Date: Thu, 5 Feb 2026 01:40:06 +0100 Subject: [PATCH] Feat: update CHANGELOG.md before release --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8642dac..5cfe2a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.0.6] - Unreleased +## [0.0.6] - 2026-05-02 ### Added - TachyonFX based animations @@ -11,7 +11,6 @@ All notable changes to this project will be documented in this file. - Euclidean rhythm words: `euclid` (k n -- hits) distributes k hits across n steps, `euclidrot` (k n r -- hits) adds rotation offset. - Shorthand float syntax: `.25` parses as `0.25`, `-.5` parses as `-0.5`. - ### Changed - Split `words.rs` (3,078 lines) into a `words/` directory module with category-based files: `core.rs`, `sound.rs`, `effects.rs`, `sequencing.rs`, `music.rs`, `midi.rs`, plus `compile.rs` and `mod.rs`. - Renamed `tri` Forth word to `triangle`. @@ -36,7 +35,7 @@ All notable changes to this project will be documented in this file. - `mlockall` warning no longer appears on macOS; memory locking is now Linux-only. - `clear` now resets `at` deltas, so subsequent emits default to a single emit at position 0. -## [0.0.5] - Unreleased +## [0.0.5] - 2026-04-02 ### Added - Mute/solo for patterns: stage with `m`/`x`, commit with `c`. Solo mutes all other patterns. Clear with `M`/`X`.