1.4.72 versioning
This commit is contained in:
+5
-5
@@ -13,17 +13,17 @@ page_icon: img/Install4.jpg
|
||||
|
||||
Download the most recent Debian (.deb) package for your platform:
|
||||
|
||||
- [Raspberry Pi OS bookworm (aarch64) v1.4.71 Beta](https://github.com/rerdavies/pipedal/releases/download/)
|
||||
- [Ubuntu 24.x (aarch64) v1.4.71 Alpha](https://github.com/rerdavies/pipedal/releases/download/)
|
||||
- [Ubuntu 24.x (amd64) v1.4.71 Alpha](https://github.com/rerdavies/pipedal/releases/download/)
|
||||
- [Raspberry Pi OS bookworm (aarch64) v1.4.72 Beta](https://github.com/rerdavies/pipedal/releases/download/)
|
||||
- [Ubuntu 24.x (aarch64) v1.4.72 Alpha](https://github.com/rerdavies/pipedal/releases/download/)
|
||||
- [Ubuntu 24.x (amd64) v1.4.72 Alpha](https://github.com/rerdavies/pipedal/releases/download/)
|
||||
|
||||
|
||||
Version 1.4.71 has been tested on Raspberry Pi OS bookworm, Ubuntu 24.04 (amd64), and Ubuntu 24.10 (aarch64). Download the appropriate package for your platform, and install using the following procedure:
|
||||
Version 1.4.72 has been tested on Raspberry Pi OS bookworm, Ubuntu 24.04 (amd64), and Ubuntu 24.10 (aarch64). Download the appropriate package for your platform, and install using the following procedure:
|
||||
|
||||
```
|
||||
sudo apt update
|
||||
cd ~/Downloads
|
||||
sudo apt-get install pipedal_1.4.71_arm64.deb
|
||||
sudo apt-get install pipedal_1.4.72_arm64.deb
|
||||
```
|
||||
You MUST use `apt-get`. `apt` will not install downloaded packages; and `dpkg-i` will not install dependencies.
|
||||
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
# Release Notes
|
||||
|
||||
## PiPedal 1.4.72 Beta
|
||||
|
||||
- Resolves installation issues on Raspberry Pi OS (no alsa-base)
|
||||
|
||||
## PiPedal 1.4.71 Beta
|
||||
|
||||
- Resolves installation issues on Ubuntu Server.
|
||||
|
||||
+2
-2
@@ -4,7 +4,7 @@
|
||||
|
||||
Download the most recent Debian (.deb) package for your platform:
|
||||
|
||||
- <a href="https://github.com/rerdavies/pipedal/releases/download/v1.4.71/pipedal_1.4.71_arm64.deb">Raspberry Pi OS Bookworm (64-bit) v1.4.71</a>
|
||||
- <a href="https://github.com/rerdavies/pipedal/releases/download/v1.4.72/pipedal_1.4.72_arm64.deb">Raspberry Pi OS Bookworm (64-bit) v1.4.72</a>
|
||||
|
||||
|
||||
Install the package by running
|
||||
@@ -12,7 +12,7 @@ Install the package by running
|
||||
```
|
||||
sudo apt update
|
||||
cd ~/Downloads
|
||||
sudo apt-get install ./pipedal_1.4.71_arm64.deb
|
||||
sudo apt-get install ./pipedal_1.4.72_arm64.deb
|
||||
```
|
||||
|
||||
Follow the instructions in [_Configuring PiPedal After Installation_](https://rerdavies.github.io/pipedal/Configuring.html) to complete the installation.
|
||||
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
<a href="Installing.html"><i>v1.4.71</i></a>
|
||||
<a href="Installing.html"><i>v1.4.72</i></a>
|
||||
|
||||
_To download PiPedal, click [*here*](download.md).
|
||||
To view PiPedal documentation, click [*here*](Documentation.md)._
|
||||
@@ -6,7 +6,7 @@ To view PiPedal documentation, click [*here*](Documentation.md)._
|
||||
_Important notice_: [PatchStorage.com](https:///patchstorage.com) has added support for [PiPedal](https://patchstorage.com/platform/pipedal/). We urgently need your support! If you could please upload patches [here](https://patchstorage.com/platform/pipedal/) I would be enormously grateful. Note that media and model files are included in patch files, so you can share patches that
|
||||
include model files or audio samples. If you make use of plugins that are not included in the PiPedal distribution, please include a link to the plugin in the patch description.
|
||||
|
||||
#### NEW version 1.4.71 Beta, including beta releases of PiPedal for Ubuntu on aarch64 and amd64. See the [release notes](https://rerdavies.github.io/pipedal/ReleaseNotes) for details.
|
||||
#### NEW version 1.4.72 Beta, including beta releases of PiPedal for Ubuntu on aarch64 and amd64. See the [release notes](https://rerdavies.github.io/pipedal/ReleaseNotes) for details.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user