Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
yaxu committed Dec 23, 2021
1 parent 9710dfb commit 8cea09d
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/Sound/Tidal/Version.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tidal.cabal
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit 8cea09d

Please sign in to comment.