Skip to content

Commit

Permalink
release v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmader committed Jan 23, 2021
1 parent a01e27f commit 4bc587e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,24 @@ All notable changes to this project will be documented in this file.

### Unreleased

### Added
### To be added

* Support importing different file formats into webmscore
* Stream audio file exporting
* Python API

## 0.19.0 - 2021-01-23

### Added

* Support loading MusicXML (`musicxml` or compressed `mxl`) and MIDI files into webmscore

```js
await WebMscore.load(format: 'musicxml' | 'mxl' | 'midi', data, fonts, doLayout)
```

## 0.18.0 - 2021-01-20

### Added
### Added

* Support MSCZ/MSCX internal file format version 3.02

Expand All @@ -36,7 +46,7 @@ So those files will no longer appear in your `dist` directory, and the workaroun

## 0.16.0 - 2021-01-05

### Added
### Added

* Support raw PCM audio data export (for future internal use)

Expand Down
2 changes: 1 addition & 1 deletion web-public/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webmscore",
"version": "0.18.0",
"version": "0.19.0",
"description": "MuseScore's libmscore in WebAssembly! Read mscz data, and generate audio/MIDI/MusicXML/SVG/PNG/PDF sheets right in browsers",
"type": "module",
"types": "./src/index.d.ts",
Expand Down

0 comments on commit 4bc587e

Please sign in to comment.