WoeUSB v3.2.0
Highlights
- A check for "FAT32 Filesystem 4GiB Single File Size Limitation" has been implemented thanks to Jakub Szymański
- A fix to comply with the recent changes of UEFI:NTFS has been implemented thanks to Felipe Magno de Almeida
- PNG images distributed in WoeUSB has been optimized to smaller size thanks to Peter Dave Hello
- A typo has been picked out in woeusb(1) manpage thanks to Anthony Fok
Enjoy!
Detailed Changes since v3.1.5
- 林博仁(Buo-ren Lin) - 28890ca - src/woeusb: Check source filesystem before we even touch the target device
- 林博仁(Buo-ren Lin) - 6fb1ee1 - mount_target_filesystem: Support NTFS
- 林博仁(Buo-Ren Lin) - bc37598 - setup-development-environment.bash: Message grammar fixes
- 林博仁(Buo-Ren Lin) - 7e1b732 - setup-development-environment.bash: Make ShellCheck happy
- 林博仁(Buo-Ren Lin) - ad4bd92 - setup-development-environment.bash: Only stash if needed, should fix #111
- 林博仁(Buo-ren Lin) - b9228b6 - init: Fixing wrong argument for only_for_gui_ref, fixes #178
- 林博仁(Buo-ren Lin) - 7bac6dc - src/woeusb: Fix check_if_the_drive_is_really_wiped isn't declared readonly
- 林博仁(Buo-ren Lin) - 981bbde - fixup! Added check for files bigger than 4GB (#186)
- 林博仁(Buo-ren Lin) - fe83365 - Refactor:
trap_exit
andcleanup_mountpoints
: Simplify logic - 林博仁(Buo-ren Lin) - 952e2da - src/woeusb: chk_fat32_filesize_limitation: Improve error message
- 林博仁(Buo-ren Lin) - 2a410bf - src/woeusb: Rename check_fat32_filesize_limitation
- 林博仁(Buo-ren Lin) - 805d04f - src/woeusb: chk_for_big_files: Add func. param. qty. assertion
- 林博仁(Buo-ren Lin) - 16c4d2b - Move check_for_big_files implementation to the same function category
- Jakub Szymański - 29d74ee - Added check for files bigger than 4GB (#186)
- Felipe Magno de Almeida - a3af891 - Double size of UEFI-NTFS partition to accomodate new size in newer versions
- Peter Dave Hello - c3d411f - Fix file permission, remove wrong executable permission
- Peter Dave Hello - a2bc7f2 - Optimize PNG images in src/ via zopflipng
- slacka - 4f53afc - Merge pull request #174 from anthonyfok/fix-typo-in-manpage
- Anthony Fok - 078ec22 - Manpages: woeusb(1): Fix typo