From b95e585ce50254b8f938f08e0ab9767fae133676 Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Mon, 30 Dec 2024 01:29:46 -0500 Subject: [PATCH] Bump version to 0.6.12 --- Changelog.md | 8 ++++++++ src-tauri/tauri.conf.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index b99d676..91032d2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ +# 0.6.12-alpha: +Changes: +- Rendering the canvas is better optimized + +Bugfixes: +- Prevent double-triggering the keyboard shortcuts on macOS +- Fix line widths not getting saved + # 0.6.11-alpha: Changes: - Curve editing is now more predictable diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 604bead..74787b4 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.11-alpha", + "version": "0.6.12-alpha", "identifier": "org.lightningbeam.app", "build": { "frontendDist": "../src"