Skip to content

Commit

Permalink
release v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmader committed Dec 31, 2022
1 parent dad051d commit fd19dd9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ All notable changes to this project will be documented in this file.
* Stream audio file exporting
* Python API

## 0.22.0 - 2022-12-31

### Changed

* Build over the `offscreen` [Qt Platform Plugin](https://doc.qt.io/qt-5/qpa.html) so that the wasm binary size has been significantly reduced
* `webmscore.lib.wasm`:<br>
10.47 MB -> 7.42 MB
* `webmscore.lib.mem.wasm`:<br>
4.97 MB -> 3.92 MB

## 0.21.0 - 2020-03-02

### BREAKING CHANGE
Expand Down
2 changes: 1 addition & 1 deletion web-public/package-lock.json

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

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.21.0",
"version": "0.22.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 fd19dd9

Please sign in to comment.