Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

Commit

Permalink
Add new piece, fix Above the Rain, and update patron list
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbainter committed Dec 1, 2019
1 parent 9043154 commit 6dbe4bb
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 6 deletions.
17 changes: 16 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

(none)

## [1.23.0] - 2019-12-01

### Fixed

- "Above the Rain" releases all resources when stopped

### Changed

- Update Patron list

### Added

- New piece: "Beneath Waves"

## [1.22.0] - 2019-11-24

### Added
Expand Down Expand Up @@ -613,7 +627,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Sound files will no longer be fetched and cached during service worker installation. They'll be cached once they are fetched for the first time. This significantly reduces cache usage since only one audio format is used per client.

[unreleased]: https://github.com/generative-music/generative.fm/compare/v1.22.0...HEAD
[unreleased]: https://github.com/generative-music/generative.fm/compare/v1.23.0...HEAD
[1.23.0]: https://github.com/generative-music/generative.fm/compare/v1.22.0...v1.23.0
[1.22.0]: https://github.com/generative-music/generative.fm/compare/v1.21.0...v1.22.0
[1.21.0]: https://github.com/generative-music/generative.fm/compare/v1.20.0...v1.21.0
[1.20.0]: https://github.com/generative-music/generative.fm/compare/v1.19.0...v1.20.0
Expand Down
11 changes: 8 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,14 @@
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"@generative-music/piece-a-viable-system": "^2.13.0",
"@generative-music/piece-above-the-rain": "^2.25.0",
"@generative-music/piece-above-the-rain": "^2.35.0",
"@generative-music/piece-agua-ravine": "^2.23.0",
"@generative-music/piece-aisatsana": "^2.13.2",
"@generative-music/piece-animalia-chordata": "^2.24.0",
"@generative-music/piece-apoapsis": "^2.13.0",
"@generative-music/piece-at-sunrise": "^2.21.0",
"@generative-music/piece-awash": "^2.13.0",
"@generative-music/piece-beneath-waves": "^2.35.0",
"@generative-music/piece-bhairav": "^2.18.0",
"@generative-music/piece-buttafingers": "^2.13.0",
"@generative-music/piece-day-dream": "^2.13.1",
Expand Down
3 changes: 2 additions & 1 deletion src/components/app/about-tab/credits/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ const supporters = [
'John',
'Fred - FLQ',
'Eric Turner',
'Emily M Kaplan',
];
const majorSupporters = [
'Brian Fountain',
'Mike Smith',
'Christian DeWolf',
'Sam Roelants',
'Papuna Gagnidze',
// 'Papuna Gagnidze',
"Anthony O'Neill",
'Russ Creech',
];
Expand Down
2 changes: 2 additions & 0 deletions src/pieces/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ import uun from '@generative-music/piece-uun';
import ritual from '@generative-music/piece-ritual';
import transmission from '@generative-music/piece-transmission';
import documentaryFilms from '@generative-music/piece-documentary-films';
import beneathWaves from '@generative-music/piece-beneath-waves';

const pieces = [
enoMachine,
Expand Down Expand Up @@ -100,6 +101,7 @@ const pieces = [
ritual,
transmission,
documentaryFilms,
beneathWaves,
].reverse();

export default pieces;

0 comments on commit 6dbe4bb

Please sign in to comment.