new version notes for pre-installed image

This commit is contained in:
Patrick McGuire
2021-11-17 10:24:42 -05:00
parent 17df860b99
commit bf815aaffe
6 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<h1 align="center">
BirdNET-Pi <img src="https://img.shields.io/badge/version-0.8-blue" />
BirdNET-Pi <img src="https://img.shields.io/badge/version-0.9-blue" />
</h1>
<p align="center">
A realtime acoustic bird classification system for the Raspberry Pi 4B
+1 -1
View File
@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="78" height="20" role="img" aria-label="version: 0.8"><title>version: 0.8</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="78" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="51" height="20" fill="#555"/><rect x="51" width="27" height="20" fill="#007ec6"/><rect width="78" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="265" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="410">version</text><text x="265" y="140" transform="scale(.1)" fill="#fff" textLength="410">version</text><text aria-hidden="true" x="635" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="170">0.8</text><text x="635" y="140" transform="scale(.1)" fill="#fff" textLength="170">0.8</text></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="78" height="20" role="img" aria-label="version: 0.9"><title>version: 0.9</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="78" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="51" height="20" fill="#555"/><rect x="51" width="27" height="20" fill="#007ec6"/><rect width="78" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="265" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="410">version</text><text x="265" y="140" transform="scale(.1)" fill="#fff" textLength="410">version</text><text aria-hidden="true" x="635" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="170">0.9</text><text x="635" y="140" transform="scale(.1)" fill="#fff" textLength="170">0.9</text></g></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

+1 -1
View File
@@ -200,7 +200,7 @@ install_caddy() {
'https://dl.cloudsmith.io/public/caddy/stable/setup.deb.sh' \
| sudo -E bash
apt -qq update
apt install -qqy caddy
apt install -qqy caddy=2.4.5
systemctl enable --now caddy
else
echo "Caddy is installed"
+1
View File
@@ -50,5 +50,6 @@ sed -i s/'^CONFIDENCE=.*'/"CONFIDENCE=${new_confidence}"/g ${birdnet_conf}
fi
${birdnetpi_dir}/scripts/update_birdnet.sh
sudo apt install -y --reinstall icecast2
xdg-open http://birdnetpi.local
systemctl --user disable birdnet-pi-welcome-wizard.service
+1 -1
View File
@@ -198,7 +198,7 @@ install_caddy() {
'https://dl.cloudsmith.io/public/caddy/stable/setup.deb.sh' \
| sudo -E bash
apt -qq update
apt install -qqy caddy
apt install -qqy caddy=2.4.5
systemctl enable --now caddy
else
echo "Caddy is installed"
+7
View File
@@ -1,3 +1,10 @@
# main v0.9 -- pre-installed image
- Bug fix for Auto Access Point
- Improved Welcome Wizard
- Support for GPIO shutdown, reboot, and
- Ships with Caddy 2.4.5 to avoid 2.4.6 bug
- IceCast2 bug fix (for pre-installed image)
# main v0.8
- Supports Bullseye
- Pre-installed image has AutoHotSpot enabled