Skip to content

Commit

Permalink
release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmader committed Jan 15, 2023
1 parent c58bdc1 commit 13e020e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,34 @@ All notable changes to this project will be documented in this file.

* Stream audio file exporting
* Python API
* Pure WebAssembly API

## 1.1.0 - 2023-01-15

### Added

* Allowing to set log level

```js
const score = await WebMscore.load(...) // set log level to `Off` by default
await WebMscore.setLogLevel(2) // set log level to `Debug`
```

### Changed

* Logs are turned off by default

* Incorporate [ccache](https://ccache.dev/) in the build script, could significantly speed up recompilation if `ccache` is installed

## 1.0.0 - 2023-01-13

### BREAKING CHANGE

webmscore is now built based on MuseScore 4.0!
* 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.
* 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

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": "1.0.0",
"version": "1.1.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 13e020e

Please sign in to comment.