From 21c60c43f84e62b9c9524016aab938c86a766378 Mon Sep 17 00:00:00 2001 From: Matthew Sherrill Date: Sat, 27 Jul 2024 20:16:21 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- public/manifest.chrome.json | 2 +- public/manifest.firefox.json | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89b1d08..d2d8c88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 1.3.0 - 2024-07-27 - The One Where It Actually Works When Not Using the Beta + +- Fixed Farming mode +- Fixed basically anything that used the character menu when not using the Beta app + ### 1.2.7 - 2023-04-20 - The One About Troubleshooting (and Strand) - Add `Download Logs` button to the options page diff --git a/package.json b/package.json index 723425c..888f4cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "voice-dim", - "version": "1.2.7", + "version": "1.3.0", "description": "Perform common DIM actions by using speech recognition.", "main": "dist/chrome/js/voice-dim.js", "scripts": { @@ -46,4 +46,4 @@ "webpack-cli": "^4.10.0", "webpack-visualizer-plugin2": "^1.0.0" } -} +} \ No newline at end of file diff --git a/public/manifest.chrome.json b/public/manifest.chrome.json index c8ac081..9ebab06 100644 --- a/public/manifest.chrome.json +++ b/public/manifest.chrome.json @@ -1,7 +1,7 @@ { "name": "Voice DIM", "description": "Control DIM with your voice.", - "version": "1.2.7", + "version": "1.3.0", "manifest_version": 3, "background": { "service_worker": "js/background.js" diff --git a/public/manifest.firefox.json b/public/manifest.firefox.json index 2cb2d89..3d4d0c1 100644 --- a/public/manifest.firefox.json +++ b/public/manifest.firefox.json @@ -1,7 +1,7 @@ { "name": "Voice DIM", "description": "Control DIM with your voice.", - "version": "1.2.7", + "version": "1.3.0", "manifest_version": 2, "background": { "scripts": ["js/background.js"]