Skip to content

Commit

Permalink
release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmader committed Jan 13, 2023
1 parent 9124391 commit 27fae04
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,26 @@ All notable changes to this project will be documented in this file.
* Stream audio file exporting
* Python API

## 1.0.0 - 2023-01-13

### BREAKING CHANGE

webmscore is now built based on MuseScore 4.0!

### Changed

Although there's no public API change comparing to `v0.22.0`, there might be some unintended internal changes or incompatibilities.

## 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": "1.0.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 27fae04

Please sign in to comment.