We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e260db4 commit d5f5168Copy full SHA for d5f5168
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "SpessaSynth",
3
- "version": "4.0.27",
+ "version": "4.1.0",
4
"type": "module",
5
"private": true,
6
"scripts": {
src/website/CHANGELOG.ts
@@ -3,5 +3,7 @@
*/
export const WHATS_NEW: string[] = [
`Adjustable sample rate!`,
- `Switching between Chrome and Worklet mode!`
+ `Switching between Chrome and Worklet mode!`,
7
+ `Added support for poly/mono mode!`,
8
+ `Fixed visual desync!`
9
] as const;
0 commit comments