diff --git a/CMakeLists.txt b/CMakeLists.txt index 04d36aca..adcc550f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16.0) project(pipedal - VERSION 1.1.29 + VERSION 1.1.30 DESCRIPTION "PiPedal Guitar Effect Pedal For Raspberry Pi" HOMEPAGE_URL "https://rerdavies.github.io/pipedal" ) diff --git a/debian/control b/debian/control index 2b872ef3..f1651a78 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,6 @@ Package: pipedal Pre-Depends: hostapd;authbind;dnsmasq Priority: optional Section: sound -Version: 1.1.29 +Version: 1.1.30 Installed-Size: 15147 diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index ec1e9d34..3af69fd0 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -1,4 +1,8 @@ # Release Notes +## PiPedal 1.1.30 + +- Use system preferences for dark mode when connecting from Android app. +- ## PiPedal 1.1.28 diff --git a/docs/index.md b/docs/index.md index e44b9232..fdefbdcf 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,7 +7,7 @@ To download PiPedal, click [here](download.md). -> NEW version 1.1.29 release. See the [release notes](https://rerdavies.github.io/pipedal/ReleaseNotes) for details. +> NEW version 1.1.30 release. See the [release notes](https://rerdavies.github.io/pipedal/ReleaseNotes) for details. Use your Raspberry Pi as a guitar effects pedal. Configure and control PiPedal with your phone or tablet. diff --git a/react/package.json b/react/package.json index 32b1da0c..477237d8 100644 --- a/react/package.json +++ b/react/package.json @@ -58,6 +58,7 @@ }, "devDependencies": { "@types/react-virtualized-auto-sizer": "^1.0.1", - "@types/react-window": "^1.8.5" + "@types/react-window": "^1.8.5", + "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2" } } diff --git a/react/public/index.html b/react/public/index.html index 87fec91d..0e138f25 100644 --- a/react/public/index.html +++ b/react/public/index.html @@ -40,22 +40,52 @@ } - -
- - - - +