v0.1.31 - Mix Editor multi edit

This commit is contained in:
2026-06-18 15:15:46 +12:00
parent 1062c038e8
commit 10722a65a6
9 changed files with 555 additions and 23 deletions
+8
View File
@@ -17,6 +17,14 @@ export type ChangelogEntry = {
export const APP_VERSION: string = packageInfo.version;
export const changelog: ChangelogEntry[] = [
{
version: '0.1.31',
date: '2026-06-18',
highlights: [
'App: Bug fixes & improvements.',
'App: Throughput module is now live.'
]
},
{
version: '0.1.22',
date: '2026-06-15',