Merge branch 'master' into arm64
This commit is contained in:
commit
cfe65b2e64
3 changed files with 20 additions and 3 deletions
|
@ -20,7 +20,7 @@ BOOT_SIZE="$(( BOOT_SIZE / 1024 / 1024 + 1))"
|
||||||
ROOT_SIZE="$(( ROOT_SIZE / 1024 / 1024 + 1))"
|
ROOT_SIZE="$(( ROOT_SIZE / 1024 / 1024 + 1))"
|
||||||
|
|
||||||
BOOT_NOM="256"
|
BOOT_NOM="256"
|
||||||
ROOT_NOM="$(( ROOT_SIZE + 400 ))"
|
ROOT_NOM="$(echo "$ROOT_SIZE" | awk '{printf "%.0f", (($1 + 400) * 1.2) + 0.5 }')"
|
||||||
|
|
||||||
mv "${NOOBS_DIR}/OS.png" "${NOOBS_DIR}/${NOOBS_NAME// /_}.png"
|
mv "${NOOBS_DIR}/OS.png" "${NOOBS_DIR}/${NOOBS_NAME// /_}.png"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,22 @@
|
||||||
UNRELEASED:
|
UNRELEASED:
|
||||||
*
|
* Chromium version 86.0.4240.197 included
|
||||||
|
* Screen reader support enabled in Chromium
|
||||||
|
* Adobe have end-of-lifed Flash Player, so it has been removed
|
||||||
|
* Scratch 2 required Flash, so it has been removed
|
||||||
|
* Added Epson printer drivers
|
||||||
|
* Added timeout to hide messages from USB device monitor after 5 seconds
|
||||||
|
* Bug fix - PulseAudio output was in mono
|
||||||
|
* Bug fix - brief audio interruptions at start of playback in VLC
|
||||||
|
* Bug fix - old ALSA output settings being used instead of PulseAudio settings by some applications
|
||||||
|
* Bug fix - crash in PulseAudio volume controller when used on multichannel devices
|
||||||
|
* Bug fix - battery monitor failing to load on x86 platforms
|
||||||
|
* Bug fix - setting of password in startup wizard failed if language was changed
|
||||||
|
* Bug fix - Chromium video playback lockup on small number of devices
|
||||||
|
* Bug fix - Chromium Google Maps 3D view artefacts
|
||||||
|
* Slovak, Italian and Norwegian translations updated
|
||||||
|
* Added Epson printer drivers
|
||||||
|
* Raspberry Pi firmware 70f1581eec2c036b7e9309f1af41c651fb125447
|
||||||
|
* Linux kernel 5.4.83
|
||||||
2020-12-02:
|
2020-12-02:
|
||||||
* PulseAudio now included and running by default
|
* PulseAudio now included and running by default
|
||||||
* Bluealsa Bluetooth interface removed - Bluetooth audio is now handled by PulseAudio
|
* Bluealsa Bluetooth interface removed - Bluetooth audio is now handled by PulseAudio
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
mu-editor
|
mu-editor
|
||||||
#sonic-pi
|
#sonic-pi
|
||||||
#scratch nuscratch scratch2 scratch3
|
#scratch nuscratch scratch3
|
||||||
smartsim
|
smartsim
|
||||||
|
|
||||||
#minecraft-pi python-minecraftpi python-picraft python3-picraft
|
#minecraft-pi python-minecraftpi python-picraft python3-picraft
|
||||||
|
|
Loading…
Reference in a new issue