|
1 | 1 | Image Writer for Microsoft Windows |
2 | | -Release 1.0.0 - The "Holy cow, we made a 1.0 Release" release. |
| 2 | +Release 1.0.1 Beyond [2019-08-15] |
3 | 3 | ====== |
4 | | -About: |
5 | | -====== |
6 | | -This utility is used to read and write raw image files to SD and USB memory devices. |
7 | | -Simply run the utility, point it at your raw image, and then select the |
8 | | -removable device to write to. |
9 | | - |
10 | | -This utility can not write CD-ROMs. USB Floppy is NOT supported at this time. |
11 | | - |
12 | | -Future releases and source code are available on our Sourceforge project: |
13 | | -http://sourceforge.net/projects/win32diskimager/ |
| 4 | +This fork (based on 1.0.0) adds ignored_drives.cfg config file to skip/ignore/blacklist drives. |
14 | 5 |
|
15 | | -This program is Beta, and has no warranty. It may eat your files, |
16 | | -call you names, or explode in a massive shower of code. The authors take |
17 | | -no responsibility for these possible events. |
| 6 | +This allows to workaround issues with virtual drives, mapped network drives and subst drives. |
| 7 | +But also speeds up startup and can protect you from accidental deletion of important drives/files. |
| 8 | +See ignored_drives.cfg for details. |
18 | 9 |
|
19 | | -=================== |
20 | | -Build Instructions: |
21 | | -=================== |
22 | | -Requirements: |
23 | | -1. Now using QT 5.7/MinGW 5.3. |
| 10 | +URL: https://github.com/pawelrojek/win32diskimagerbeyond |
24 | 11 |
|
25 | | -Short Version: |
26 | | -1. Install the Qt Full SDK and use QT Creator to build. |
27 | | - See DEVEL.txt for details |
28 | 12 |
|
29 | | -============= |
30 | | -New Features: |
31 | | -============= |
32 | | -Verify Image - Now you can verify an image file with a device. This compares |
33 | | -the image file to the device, not the device to the image file (i.e. if you |
34 | | -write a 2G image file to an 8G device, it will only read 2G of the device for |
35 | | -comparison). |
36 | | -Additional checksums - Added SHA1 and SHA256 checksums. |
37 | | -Read Only Allocated Partitions - Option to read only to the end of the defined partition(s). Ex: Write a 2G image to a 32G device, reading it to a new file will only read to the end of |
38 | | -the defined partition (2G). |
39 | | -Save last opened folder - The program will now store the last used folder in |
40 | | -the Windows registry and default to it on next execution. |
41 | | -Additional language translations (thanks to devoted users for contributing). |
42 | 13 |
|
43 | | -============= |
44 | | -Bugs Fixed |
45 | | -============= |
46 | | -https://bugs.launchpad.net/win32-image-writer |
47 | | -LP: 1285238 - Need to check filename text box for valid filename (not just a directory). |
48 | | -LP: 1323876 - Installer doesn't create the correct permissions on install |
49 | | -LP: 1330125 - Multi-partition SD card only partly copied |
50 | | -https://sourceforge.net/p/win32diskimager/tickets/ |
51 | | -SF: 7 - Windows 8 x64 USB floppy access denied. Possibly imaging C drive |
52 | | -SF: 8 - Browse Dialog doesnt open then crashes application |
53 | | -SF: 9 - Cannot Read SD Card |
54 | | -SF: 13 - 0.9.5 version refuses to open read-only image |
55 | | -SF: 15 - Open a image for write, bring window in the background |
56 | | -SF: 27 - Error1: Incorrect function |
57 | | -SF: 35 - Mismatch between allocating and deleting memory buffer |
58 | | -SF: 39 - Miswrote to SSD |
59 | | -SF: 40 - Disk Imager scans whole %USERPROFILE% on start |
60 | | -SF: 45 - Translation files adustment |
61 | 14 |
|
62 | 15 |
|
63 | 16 |
|
64 | | -============= |
65 | | -Known Issues: |
66 | | -============= |
67 | | -* Lack of reformat capabilities. |
68 | | -* Lack of file compression support |
69 | | - |
70 | | -These are being looked into for future releases. |
71 | | - |
72 | 17 | ====== |
73 | 18 | Legal: |
74 | 19 | ====== |
75 | 20 | Image Writer for Windows is licensed under the General Public |
76 | | -License v2. The full text of this license is available in |
| 21 | +License v2. The full text of this license is available in |
77 | 22 | GPL-2. |
78 | 23 |
|
79 | 24 | This project uses and includes binaries of the MinGW runtime library, |
80 | 25 | which is available at http://www.mingw.org |
81 | 26 |
|
82 | | -This project uses and includes binaries of the Qt library, licensed under the |
83 | | -"Library General Public License" and is available at |
| 27 | +This project uses and includes binaries of the Qt library, licensed under the |
| 28 | +"Library General Public License" and is available at |
84 | 29 | http://www.qt-project.org/. |
85 | 30 |
|
86 | 31 | The license text is available in LGPL-2.1 |
87 | 32 |
|
88 | 33 | Original version developed by Justin Davis < [email protected]> |
89 | 34 | Maintained by the ImageWriter developers (http://sourceforge.net/projects/win32diskimager). |
90 | | - |
| 35 | +Beyond fork by Pawel Rojek (https://github.com/pawelrojek/win32diskimagerbeyond). |
0 commit comments