Skip to content

February 2023 Release

Compare
Choose a tag to compare
@akuker akuker released this 11 Feb 18:44
· 198 commits to main since this release

How to update

  • Option 1: Download the attached pre-configured Raspberry Pi OS Lite image, and flash it onto a SD card. (Reminder: Backup all of your data before doing this!)
  • Option 2: On an existing PiSCSI installation, perform the following procedure:
cd ~/piscsi
git pull
git checkout v23.02.01
./easyinstall.sh

Select option 1 in easyinstall.sh to rebuild and install

SD Card Info

  • Default username:password is pi : raspberry
  • Default host name is piscsi

Localization stats:

  • French
    255 translated messages, 1 untranslated message.
  • Chinese
    243 translated messages, 2 fuzzy translations, 11 untranslated messages.
  • Swedish
    256 translated messages.
  • Spanish
    256 translated messages.
  • German
    256 translated messages.

What's Changed

  • New "red panda" logo for PiSCSI, drawn by Lin van der Slikke by @rdmark in #1074

PiSCSI

Web Interface

  • Allow generating ISO image from local file by @rdmark in #1046
  • Streamline the create ISO workflow, removing the attach step by @rdmark in #1069
  • Unique page title for each page by @rdmark in #1056
  • Ability to download and upload config files by @rdmark in #1075 #1076 #1083 #1087
  • Native python methods for file operations, which enables large file operations on 32 bit OSes by @rdmark in #1079
  • Fix handling of properties files when they're in subdirs by @rdmark in #1082

Other improvements

Full Changelog: v22.12.01...v23.02.01