mirror of
https://github.com/generativefm/generative.fm.git
synced 2026-01-10 23:27:57 -05:00
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
(none)
|
||||
|
||||
## [1.24.0] - 2019-12-11
|
||||
|
||||
### Changed
|
||||
|
||||
- Update Patron list
|
||||
|
||||
## [1.23.0] - 2019-12-01
|
||||
|
||||
### Fixed
|
||||
@@ -627,7 +633,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.23.0...HEAD
|
||||
[unreleased]: https://github.com/generative-music/generative.fm/compare/v1.24.0...HEAD
|
||||
[1.24.0]: https://github.com/generative-music/generative.fm/compare/v1.23.0...v1.24.0
|
||||
[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
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "generative.fm",
|
||||
"version": "1.22.0",
|
||||
"version": "1.23.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "generative.fm",
|
||||
"version": "1.22.0",
|
||||
"version": "1.23.0",
|
||||
"description": "A platform for playing generative music in the browser",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -32,8 +32,7 @@ const majorSupporters = [
|
||||
'Mike Smith',
|
||||
'Christian DeWolf',
|
||||
'Sam Roelants',
|
||||
// 'Papuna Gagnidze',
|
||||
"Anthony O'Neill",
|
||||
'Papuna Gagnidze',
|
||||
'Russ Creech',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user