Skip to content

Commit 6753bec

Browse files
Update release info
1 parent a710c4b commit 6753bec

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.1.0 : 2022/12/23
2+
- Add support for Spark Mini
3+
14
1.0.29 : 2022/09/24
25
- Use BLE instead of bluetooth serial for all versions
36
- Avoid state corruption when changing patches quickly

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Download from https://soundshed.com or check out the web app version.
1010
Windows, macOS and Linux. 64-but OS and Bluetooth (BLE) connectivity required.
1111

1212
*Supported amps:*
13-
- Positive Grid Spark 40: https://www.positivegrid.com/spark/
13+
- Positive Grid Spark 40 and Spark Mini: https://www.positivegrid.com/spark/
1414

1515
![](docs/screens/ui.png)
1616

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "soundshed",
3-
"version": "1.0.29",
3+
"version": "1.1.0",
44
"description": "Browse and manage favourite tones, preview or store on your amp. Jam to Backing tracks and Lessons",
55
"main": "./build/main.js",
66
"repository": "https://github.com/soundshed/soundshed-app",

src/components/device/device-selector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const DeviceSelectorControl = () => {
111111
<div className="amp-intro">
112112
<h4>Connect Your Amp</h4>
113113
<p>
114-
To get started, switch on your amp, pair it via Bluetooth (Spark 40 BLE) and then select Scan to find your device.
114+
To get started, switch on your amp, pair it via Bluetooth (Spark 40 BLE or Spark Mini) and then select Scan to find your device.
115115
You should ensure that the amp is not already connected to a different
116116
device as the amp can only connect to one device at a time.
117117
</p>

src/components/soundshed/amp-offline.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const AmpOfflineControl = () => {
1313
</p>
1414
<ul>
1515
<li>Positive Grid Spark 40</li>
16+
<li>Positive Grid Spark Mini</li>
1617
</ul>
1718

1819
</div>

src/env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const envSettings = {
22
YoutubeAPIKey: 'AIzaSyA9R9tejDnqsQFnz6GYP7xMeu4HdPMscrc',
33
AnalyticsId: 'G-WESF8F6XMJ',
44
IsWebMode: false,
5-
Version: "1.0.29"
5+
Version: "1.1.0"
66
};
77

88
export default envSettings;

0 commit comments

Comments
 (0)