diff options
author | Serge Schneider <[email protected]> | 2021-01-11 12:48:15 +0000 |
---|---|---|
committer | Serge Schneider <[email protected]> | 2021-01-11 12:48:15 +0000 |
commit | cfe65b2e643210aae052cd8faaa5256329d4e939 (patch) | |
tree | a12dc6a222b608ce01d93e713d9967201c8a1681 | |
parent | 88e48a8acae35ccc2476e9b6d55605df31fdb1f0 (diff) | |
parent | 21090519d85bdaa1615d5d5057d37b09368ea5d2 (diff) |
Merge branch 'master' into arm64
-rwxr-xr-x | export-noobs/00-release/00-run.sh | 2 | ||||
-rw-r--r-- | export-noobs/00-release/files/release_notes.txt | 19 | ||||
-rw-r--r-- | stage5/00-install-extras/00-packages | 2 |
3 files changed, 20 insertions, 3 deletions
diff --git a/export-noobs/00-release/00-run.sh b/export-noobs/00-release/00-run.sh index c2a4a51..488098a 100755 --- a/export-noobs/00-release/00-run.sh +++ b/export-noobs/00-release/00-run.sh @@ -20,7 +20,7 @@ BOOT_SIZE="$(( BOOT_SIZE / 1024 / 1024 + 1))" ROOT_SIZE="$(( ROOT_SIZE / 1024 / 1024 + 1))" 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" diff --git a/export-noobs/00-release/files/release_notes.txt b/export-noobs/00-release/files/release_notes.txt index d5b6629..abc7bfc 100644 --- a/export-noobs/00-release/files/release_notes.txt +++ b/export-noobs/00-release/files/release_notes.txt @@ -1,5 +1,22 @@ 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: * PulseAudio now included and running by default * Bluealsa Bluetooth interface removed - Bluetooth audio is now handled by PulseAudio diff --git a/stage5/00-install-extras/00-packages b/stage5/00-install-extras/00-packages index 34ba459..edf7b2e 100644 --- a/stage5/00-install-extras/00-packages +++ b/stage5/00-install-extras/00-packages @@ -1,6 +1,6 @@ mu-editor #sonic-pi -#scratch nuscratch scratch2 scratch3 +#scratch nuscratch scratch3 smartsim #minecraft-pi python-minecraftpi python-picraft python3-picraft |