From f0f075ae4e3e9305a5e96883b23198238847bb2f Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Sat, 30 Apr 2022 09:06:40 -0400 Subject: [PATCH] Beta-5 --- CMakeLists.txt | 4 +-- README.md | 2 +- docs/Installing.md | 4 +-- docs/download.md | 4 +-- docs/index.md | 2 +- react/public/index.html | 2 +- react/public/var/config.json | 2 +- react/src/AppThemed.tsx | 17 ++++++++-- react/src/PiPedalModel.tsx | 61 ++++++++++++++++++++------------- react/src/SettingsDialog.tsx | 66 +++++++++++++++++++++++++----------- src/BeastServer.cpp | 10 +++--- src/PiPedalModel.cpp | 30 ++++++++++++++++ src/PiPedalModel.hpp | 4 +++ src/PiPedalSocket.cpp | 15 ++++++++ src/Storage.cpp | 45 +++++++++++++++++------- src/Storage.hpp | 18 ++++++++-- 16 files changed, 209 insertions(+), 77 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b2a3469..92dbf52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.16.0) project(pipedal - VERSION 0.1.8 + VERSION 0.1.9 DESCRIPTION "PiPedal Guitar Effect Pedal For Raspberry Pi" HOMEPAGE_URL "https://rerdavies.github.io/pipedal" ) -set (DISPLAY_VERSION "v0.1.8-beta-4") +set (DISPLAY_VERSION "v0.1.9-beta-5") set (CMAKE_INSTALL_PREFIX "/usr/") diff --git a/README.md b/README.md index 549fb67..50c6ce7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -Download: v0.1.8-beta-4      Website: [https://rerdavies.github.io/pipedal](https://rerdavies.github.io/pipedal). +Download: v0.1.9-beta-5      Website: [https://rerdavies.github.io/pipedal](https://rerdavies.github.io/pipedal). Use your Raspberry Pi as a guitar effects pedal. Configure and control PiPedal with your phone or tablet. diff --git a/docs/Installing.md b/docs/Installing.md index 23ea6d7..a85d416 100644 --- a/docs/Installing.md +++ b/docs/Installing.md @@ -4,14 +4,14 @@ Download the most recent Debian (.deb) package for your platform: -- [Raspberry Pi OS (64-bit) v0.1.8-beta-4](https://github.com/rerdavies/pipedal/releases/download/v0.1.8-beta-4/pipedal_0.1.8_arm64.deb) +- [Raspberry Pi OS (64-bit) v0.1.9-beta-5](https://github.com/rerdavies/pipedal/releases/download/v0.1.9-beta-5/pipedal_0.1.9_arm64.deb) Install the package by running ``` sudo apt update cd ~/Downloads - sudo apt-get install ./pipedal_0.1.8_arm64.deb + sudo apt-get install ./pipedal_0.1.9_arm64.deb ``` After installing, follow the instructions in [Configuring PiPedal after Installation](Configuring.md). diff --git a/docs/download.md b/docs/download.md index e73350e..c6e92fe 100644 --- a/docs/download.md +++ b/docs/download.md @@ -4,14 +4,14 @@ Download the most recent Debian (.deb) package for your platform: -- [Ubuntu or Raspberry Pi OS (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.8-beta-4/pipedal_0.1.8_arm64.deb) v0.1.8-beta-4 +- [Ubuntu or Raspberry Pi OS (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.9-beta-5/pipedal_0.1.9_arm64.deb) v0.1.9-beta-5 Install the package by running ``` sudo apt update cd ~/Downloads - sudo apt-get install ./pipedal_0.1.8_arm64.deb + sudo apt-get install ./pipedal_0.1.9_arm64.deb ``` Follow the instructions in [_Configuring PiPedal After Installation_](https://rerdavies.github.io/pipedal/Configuring.html) to complete the installation. diff --git a/docs/index.md b/docs/index.md index cdbdebe..8754175 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,7 @@ -v0.1.8-beta-4 +v0.1.9-beta-5 Use your Raspberry Pi as a guitar effects pedal. Configure and control PiPedal with your phone or tablet. diff --git a/react/public/index.html b/react/public/index.html index a8781b7..3efcea9 100644 --- a/react/public/index.html +++ b/react/public/index.html @@ -31,7 +31,7 @@ --> PiPedal - +