| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- Release 0.9.5
- =============
- Update copyright headers, bump for point release
- Fixed broken translation (caused build error).
- Converted build environment to QT 5.2/Mingw 4.8
- Added Italian translation (LP#1270388)
- Added translations.
- Start work on installer with Innosetup.
- Release 0.9
- ===========
- Added custom file dialog window.
- Bug fixes:
- LP:1118217 - can not select SD card to write image to.
- LP:1191156 - File-open dialog does not accept non-existing *.img files as targets.
- Release 0.8
- ===========
- Added drag and drop - Drag a file from Windows Explorer and drop it in the
- text window.
- Added DiskImagesDir environment variable for default images directory.
- Improved startup Downloads directory search.
- Add copy button for MD5.
- Bug fixes:
- LP:1080880 Add a copy button for MD5.
- LP:1157849 - Partial sectors not written.
- LP:1117840 Initial startup can take a long time (+20s) due to the "Downloads" find routine.
- LP:1118349 Application does not start.
- LP:1157849 Partial sectors not written.
- SF:1 Application doesn't start. No window appears.
- SF:3 No support of russian characters in image file path
- SF:5 Very long app opening time
- Release 0.7
- ===========
- Added default directory path pointing to the user's download directory.
- Fixed permission settings to require administrator privileges in Vista/7
- Reinstated DiskImager.rc rc file (qmake method lost too many options - may revisit later).
- Make MD5Sum selectable for copying. Fixes LP:1080880.
- Add version info to the main window.
- Cleanup, move winver resources to project file.
- Renamed base translation for English.
- More translation updates, minor cleanup.
- Added translation capabilities. Cleaned up some code formatting (broke up long lines).
- Testing changes for UTF16 support.
- Clean up mixed indentation types, some minor code cleanup. no functional changes.
- Updating the 'driveLabel' stuff to use QString rather than char * on a suggestion from Roland Rudenauer
- Bug fixes:
- Fixed LP:1100228 "An error occured while accessing the device. Error1: Incorrect function"
- Fixed LP:1102608 "Cannot load images from network shares"
- Fixed LP:1095038 "Error message encoding is messed up"
- Fixed LP:984510 "Cannot select Device"
- Fixed LP:923719 "An error occured while accessing the device. Error1: Incorrect function"
- Fixed LP:985080 "C: with windows 7 partition erased with all data" (NOT FULLY VERIFIED)
- fixing memory leak
|