From b5bc4c2a40a52458c15167ab645ee4f23ae9ae29 Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Sun, 12 Jan 2025 02:56:12 -0500 Subject: [PATCH] Bump version to 0.7.2 --- Changelog.md | 9 +++++++++ src-tauri/tauri.conf.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 45c5481..5148ee5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,12 @@ +# 0.7.2-alpha: +New features: +- mp4 export (unreliable) +- Added "Recenter View" menu option + +Bugfixes: +- Fix layer visibility toggle not functioning +- Fix some files not opening properly + # 0.7.1-alpha: New features: - Added "Duplicate keyframe" menu option diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 35aee3d..7764640 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.7.1-alpha", + "version": "0.7.2-alpha", "identifier": "org.lightningbeam.core", "build": { "frontendDist": "../src"