From 8cea09d9c441c7780ef2d1b24d9ecb7400968e3a Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 23 Dec 2021 21:35:54 +0000 Subject: [PATCH] Bump --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ src/Sound/Tidal/Version.hs | 2 +- tidal.cabal | 2 +- 3 files changed, 36 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc6d53ebd..ded9454fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # TidalCycles log of changes +## 1.7.9 - Tama + +### What's Changed +* Show lists of values by @polymorphicengine in https://github.com/tidalcycles/Tidal/pull/838 +* Port listener wiki content as README by @ndr-brt in https://github.com/tidalcycles/Tidal/pull/851 +* Chords - consistent naming cont'd by @cleary in https://github.com/tidalcycles/Tidal/pull/840 +* Formalise pattern IDs by @mindofmatthew in https://github.com/tidalcycles/Tidal/pull/807 +* Switch to non-blocking pMap updates for transitions by @bgold-cosmos in https://github.com/tidalcycles/Tidal/pull/858 +* Add listener build workflows by @ndr-brt in https://github.com/tidalcycles/Tidal/pull/852 +* Fix tidal-listener install process by @ndr-brt in https://github.com/tidalcycles/Tidal/pull/861 +* Fix mod by @bgold-cosmos in https://github.com/tidalcycles/Tidal/pull/860 +* Fix stack ci using last lts resolver by @ndr-brt in https://github.com/tidalcycles/Tidal/pull/862 +* Make Pattern instance Monoid by @fbous in https://github.com/tidalcycles/Tidal/pull/865 +* Added OSC playback control for silencing individual patterns by @njanssen in https://github.com/tidalcycles/Tidal/pull/863 +* Use better show instances for notes & rationals by @mindofmatthew in https://github.com/tidalcycles/Tidal/pull/857 +* tidal-listener: Separate build from release by @ndr-brt in https://github.com/tidalcycles/Tidal/pull/866 +* Exponential double by @ndr-brt in https://github.com/tidalcycles/Tidal/pull/871 +* Comments by @JeffreyBenjaminBrown in https://github.com/tidalcycles/Tidal/pull/877 +* Fix for classic dirt support by @yaxu https://github.com/tidalcycles/Tidal/commit/15b5b8b91af08ebad39efe2a7e0712b21f606ca4 +* New alias `number` for `n` by @yaxu https://github.com/tidalcycles/Tidal/commit/ac0be63d686ab37f7b2dcd440d4bd8f3898453e8 +* Allow "0..8" to be parsed as a range of doubles in mininotation by @yaxu https://github.com/tidalcycles/Tidal/commit/55f8ad9b0091b43fdd364eced25bc9c655d157cc +* Bugfix for `timeLoop` by @yaxu in https://github.com/tidalcycles/Tidal/commit/29f28ed637a7c17ad2b22558d097a694da604e2d +* Retire pre ghc 8.4 support by @yaxu +* Pattern first parameter of `wedge` by @yaxu +* Allow `|**|` et al to work on control patterns by @yaxu in https://github.com/tidalcycles/Tidal/commit/7142775c2039cae4cde9bdd6f68b3e0cbae2de9d +* Add alias `timecat` for timeCat` by @yaxu in https://github.com/tidalcycles/Tidal/commit/363889bdc963d9357daf1893d18ab9dfc33ca5ac + +### New Contributors +* @fbous made their first contribution in https://github.com/tidalcycles/Tidal/pull/865 +* @njanssen made their first contribution in https://github.com/tidalcycles/Tidal/pull/863 +* @JeffreyBenjaminBrown made their first contribution in https://github.com/tidalcycles/Tidal/pull/877 + +**Full Changelog**: https://github.com/tidalcycles/Tidal/compare/1.7.8...1.7.9 + ## 1.7.8 - Ayatakedai * Add pattern id to patterns as _id_, and send it with /code/highlights diff --git a/src/Sound/Tidal/Version.hs b/src/Sound/Tidal/Version.hs index ad8371b12..6d6a78296 100644 --- a/src/Sound/Tidal/Version.hs +++ b/src/Sound/Tidal/Version.hs @@ -21,7 +21,7 @@ import Paths_tidal -} tidal_version :: String -tidal_version = "1.7.8" +tidal_version = "1.7.9" tidal_status :: IO () tidal_status = tidal_status_string >>= putStrLn diff --git a/tidal.cabal b/tidal.cabal index ffe4c562b..0f3677695 100644 --- a/tidal.cabal +++ b/tidal.cabal @@ -1,5 +1,5 @@ name: tidal -version: 1.7.8 +version: 1.7.9 synopsis: Pattern language for improvised music description: Tidal is a domain specific language for live coding patterns. homepage: http://tidalcycles.org/