Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsof21 committed Jul 28, 2024
1 parent db5ab2f commit 21c60c4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -46,4 +46,4 @@
"webpack-cli": "^4.10.0",
"webpack-visualizer-plugin2": "^1.0.0"
}
}
}
2 changes: 1 addition & 1 deletion public/manifest.chrome.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.firefox.json
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 21c60c4

Please sign in to comment.