Releases: raspberrypi/rpi-imager
v1.8.3
- Home: Device filtering reworked to download OS list eagerly
- OS List: Fixed 'Recommended' tag annotation
- i18n: Added zh-TW Traditional Chinese translation
- i18n: Updated Korean, German, Ukranian, translations
- build: Linux: Fix libdrm dependency requirement on non-embedded
build. - Common: Disable QML caching entirely
- OS customisation: Allow use if only cloudinit payload available
- OS customisation: Allow empty PSK for 'Open' WiFi networks.
- OS List: Use ImageList v4 URL
===
System requirements
Minimum operating system version needed:
- Windows 7
- Mac OS X 10.15
- Ubuntu 22.04
v1.8.1
- Advanced options: Rename to OS customization
- OS customization: change to tabbed UI
- OS customization: make SSH public key field a textarea
- OS customization: add convenience button to run ssh-keygen
- OS customization: Enforce choice as part of write flow
- OS customization: Fixes for state consistency across UI
- Home: Add mechanism for selecting Raspberry Pi device
- Shared: Multiple keyboard focus fixes
- i18n: Adds Spanish/Ukrainian translations
- i18n: Updates French, Catalan, Italian, German, Spanish, Russian,
Japanese translations - i18n: Use en_US as reference string, and make en_GB a translation
- Linux: Workaround for ArchLinux's lsblk labeling internal SD card readers
(mmcblk0) as non-removable storage. - Allow drag-dropping image files to Imager.
- Local .xz files: parse uncompressed size for better progress reports.
- Windows: fix .zst support
Ubuntu version
Minimum supported Ubuntu version is now 22.04
Mac version
Minimum supported Mac OS X version that works out-of-the-box (without patching system files for TLS) is now 10.15 (Catalina).
v1.7.5
- Windows: fix handling .zip files.
- Windows: allow Imager to start on Windows server editions that do not have "Wireless LAN service" role installed and are missing wlanapi.dll
(No changes from v1.7.4.1 for Linux and Mac other than version number)
Mac version
Raspberry.Pi.Imager.1.7.5.dmg is an Intel architecture build, and requires Rosetta 2 if run on Apple M1/M2 machines.
Raspberry.Pi.Imager.1.7.5.UNIVERSAL.BUILD.dmg is an universal build for both Intel and Apple M1/M2 architectures. It requires at least OS X 10.14.
v1.7.4.1
- Advanced settings: fix creating files on FAT partition that are an exact multiple of cluster size.
- Advanced settings: allow end-of-directory marker to be missing in FAT32 root directory (fixes customizing Homebridge image)
- Do you want to apply saved settings window: offer 'no' option, without clearing settings.
- Linux: eject storage properly through udisks2.
- Windows/OSX: update dependencies libarchive/zlib/liblzma/zstd
- Windows: update libcurl and OpenSSL dependencies
- Add Russian translation
Mac version
Raspberry.Pi.Imager.1.7.4.1.dmg is an Intel architecture build, and requires Rosetta 2 if run on Apple M1/M2 machines.
Raspberry.Pi.Imager.1.7.4.1.UNTESTED.UNIVERSAL.BUILD.dmg is an universal build for both Intel and Apple M1/M2 architectures. It requires at least OS X 10.14 and has only been tested on Intel and M2 Mac Mini. This software has currently NOT been tested on M1 hardware, nor on Macbooks, and will not be officially released, until this is the case. Use at your own risk.
v1.7.4 release
- Advanced settings: fix escaping single quotes ( ' ) in WLAN password
- Windows only: when auto-detecting the WLAN password used by the computer running Imager, it now processes passwords that contain < > ' " & correctly.
- Advanced settings: default to using username of logged-in user instead of 'pi'
- Now uses a different method to edit files on the FAT partition to apply advanced settings. Imager now understands the FAT16/FAT32 file system format and can edit files by itself using the raw disk device, without having to rely on the operating system to mount the partition first.
- French translation update
Mac version
Raspberry.Pi.Imager.1.7.4.dmg is an Intel architecture build, and requires Rosetta 2 if run on Apple M1/M2 machines.
Raspberry.Pi.Imager.1.7.4.UNTESTED.UNIVERSAL.BUILD.dmg is an universal build for both Intel and Apple M1/M2 architectures. It requires at least OS X 10.14 and has only been tested on Intel and M2 Mac Mini. This software has currently NOT been tested on M1 hardware, nor on Macbooks, and will not be officially released, until this is the case. Use at your own risk.
v1.7.3 release
- Fix persisting public key authentication setting
- Add digital signage icon
- Fix "Cannot send events to objects owned by a different thread" warning
- Update Slovan/Korean language files
- Allow selecting file names without extension
- Add possibility to outsource handling of custom settings to script at /usr/lib/raspberrypi-sys-mods/imager_custom
- Advanced settings: disallow invalid characters in hostname field
- Linux: use GnuTLS instead of OpenSSL for computing SHA256
- Linux: prefill wlan PSK if Linux distribution uses NetworkManager
v1.7.2 release
- Advanced options: remove overscan option
- Advanced options: remove first run wizard suppression option
- gz/xz/zstd custom images: pad if image size is not dividable by 512 byte
- Store saved wifi password hashed
- Make buttons blue on focus, to ease keyboard navigation
- Add Japan, Korean translations
v1.7.1 release
- Fix advanced settings not working if wifi settings were saved to "always use" in previous Imager version.
v1.7 release
- Show advanced settings button if the operating system indicates it
supports "advanced settings" by "init_format": "cloudinit" | "systemd" in the
repository json file. Saved settings are also only applied if the OS indicates support. Some heuristics are used with custom images from disk. - Advanced settings: add support for cloudinit format (used by Ubuntu server)
- Advanced settings: add support for specifying username
- Advanced settings: allow setting username and password separately from SSH
- Advanced settings: allow hidden wifi SSID
- Advanced settings: allow multi-line authorized_keys
- Linux: Retry on GnuTLS Recv errors
- Linux: Some fixes to deal better with Linux distributions auto-mounting drives
- Add Slovenija translation
- Adds support for zstd
- Allow nested subitems entries
- Add word-wrapping to OS list (contributed by mzanetti)
- Update icons
- Fix "Error writing file to disk" appearing sporadically on cancelling write.
- Linux: fix "terminate called without an active exception" on closing Imager while still writing.
- Windows/Mac: update bundled libarchive version to 3.5.2
- Mac: dual GPU systems: use integrated GPU to limit battery consumption.
- Telemetry: phone back home when image from repository is written:
- name and URL of image written, parent category.
- about the computer running Imager: OS, version, architecture,
locale, Imager version, Pi revision
v1.6.2 release
- Add website link support
- Add CLI support
- Advanced settings: fix handling of wifi passwords with special characters (store wifi passwords as PBKDF2 hash)
- Mac OS X: fix double free (fixes crash on Chinese OS X)
- Windows: fix window position restore on laptops if Imager was previously on a screen to the top or left of main screen, and that screen is no longer available.