diff --git a/Changelog.md b/Changelog.md index 6df8ced..cefac89 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,14 @@ +# 0.6.10-alpha: +Changes: +- Selecting and deselecting are now undo-able + +New features: +- Layers now have a mute button +- A web version of lightningbeam is available + +Bugfixes: +- Fix audio layers not showing up + # 0.6.9-alpha: Changes: diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index c6a1931..67f7253 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Lightningbeam", - "version": "0.6.9-alpha", + "version": "0.6.10-alpha", "identifier": "org.lightningbeam.app", "build": { "frontendDist": "../src"