- Aug 18, 2022
-
-
Floris Bos authored
Implemented as "validator" which will cause that if an user presses a key that is not allowed, it will not register. Saves having to add an error message that would need to be translated to different languages. Closes #474
-
Floris Bos authored
Just feed them through the libarchive workflow as well. Prevents issues on Windows/osx when writing uncompressed images that come from the Internet. Ref #473
-
Floris Bos authored
Existing Ubuntu version does not like new regulatory-domain parameter being present. This reverts commit 31252bf1.
-
- Jul 31, 2022
-
-
Floris Bos authored
-
Floris Bos authored
Seems to have been added to netplan: https://github.com/canonical/netplan/pull/281
-
Floris Bos authored
Only supported when NetworkManager is used on the Linux distro as wpa_supplicant itself does not support reading PSKs through DBus, only setting them. Closes #457
-
Floris Bos authored
OpenSSL was replaced by GnuTLS for SHA256 calculation in cb415a6a Remove left-over header includes and adjust dependencies in README
-
- Jul 26, 2022
-
-
Floris Bos authored
-
Floris Bos authored
Closes #464
-
Floris Bos authored
-
Floris Bos authored
Ref #442
-
maxnet authored
Update Slovak translation
-
maxnet authored
code-quality: fixed all range-loop warnings which were reported from clazy
-
maxnet authored
Allow selection of files without extension
-
maxnet authored
Rpi-imager_ko : some copy-edit
-
- Jul 07, 2022
-
-
RuffaloLavoisier authored
-Fix sentence -Translate remaining untranslated -Update wireless LAN words
-
- Jul 02, 2022
-
-
Pavel Shliak authored
I have automatically generated images that do not match *.* as filename contains no dots. I have to rename them every time :(
-
- Jun 14, 2022
-
-
Floris Bos authored
Prevents issues with often changing OpenSSL ABI. Ref #429
-
- Jun 08, 2022
-
-
Marcel Petrick authored
See: `rpi-imager/src/downloadthread.cpp:1015:14: warning: Missing reference in range-for with non trivial type (QByteArray) [clazy-range-loop]`
-
- May 09, 2022
-
-
Jose Riha authored
-
- Mar 24, 2022
-
-
Floris Bos authored
- Remove overscan and piwiz supression option - Change wifi -> wireless LAN - Bump version
-
Floris Bos authored
Normal Linux/Windows/Mac should have support for Asian fonts themselves.
-
maxnet authored
Korean translation: update some copyedit
-
maxnet authored
Add compile time options for telemetry and updates
-
- Feb 25, 2022
-
-
RuffaloVM authored
-
RuffaloVM authored
<Enable telemetry> is version 1.5 of the Raspberry Pi Imager introduced download telemetry to get a view of which operating systems are the most popular. Raspberry Pi introduced download telemetry as part of a plan to ensure the most popular operating systems are easier to find in the Raspberry Pi Imager's menu system. It does not collect a device's IP address.
-
RuffaloVM authored
-
- Feb 23, 2022
-
-
Floris Bos authored
-
Floris Bos authored
SDXC controller was not playing nice with rpiboot.
-
maxnet authored
Add Japanese translation No2
-
- Feb 22, 2022
-
-
okaits authored
-
- Feb 21, 2022
-
-
Floris Bos authored
-
Floris Bos authored
-
Floris Bos authored
Update rpi-imager_de.ts by rejas PR, modified for path change (i18n -> src/i18n) Closes #349
-
Floris Bos authored
-
Floris Bos authored
Closes #348
-
- Feb 18, 2022
-
-
Gordon Hollingworth authored
-
- Feb 16, 2022
-
-
Floris Bos authored
Disk image sizes that are not dividable by 512 bytes should not exist, as that is the minimum sector size any disk can have, and the smallest unit an OS can write to a disk. We were already rejecting such image files if we know in advance the size was wrong, which we can test if they are uncompressed, if they are in an easy parsable file format such as .zip, or if the repository meta data indicated the uncompressed size. However for gz/xz/zstd files this check is not done, and it would fail at the verification stage instead. If encountering such corner case, pad the image instead of failing. Ref #364
-
- Feb 14, 2022
-
-
Ludwig Nussel authored
-
Floris Bos authored
-