diff --git a/CHANGELOG.md b/CHANGELOG.md index 2841f2d94..16df92922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # TidalCycles log of changes +## 1.4.9 - Housebound spirit + * Simplify 'show'ing of patterns @yaxu + * New `draw` function for drawing a pattern of single characters as a text-based diagram, + with friends `drawLine` and `drawLineSz` for drawing multiple cycles @yaxu + * Fixes and expansions of ratio aliases - s should be a sixteenth @mxmxyz, w is now 1, f is now 0.2 + * Simplify definition of `accumulate` using scanl @benjwadams + * The first parameter of `someCyclesBy` is now patternable @bgold-cosmos + ## 1.4.8 - Limerick * Add ratio shorthand to floating point patterns @yaxu * Support fractional scales, add Arabic scales @quakehead