Releases: Digitoxin1/DiskImageTool
Releases · Digitoxin1/DiskImageTool
v2.26.00
- Combined Kryoflux and Greaseweazle interfaces
- Bug fixes
v2.25.00
- Added Flux Image Set (.raw) as an output type when reading floppies with the Greaseweazle
- Greaseweazle cannot simultaneously read to .raw and .ima, so importing is handled as a second step when dumping to .raw. This is handled seamlessly by DiskImageTool.
- When dumping to .raw, you can re-read individual tracks using the track selection feature.
- Fixed several bugs related to saving new and imported images.
- Cleaned up several small issues and inconsistencies in the Greaseweazle and Kryoflux dialogs.
v2.24.00
- Import Flux Image and Read Disk dialogs now have both an Import and Import and Close button
- You can now import an image and leave the dialog open for the next image
- Import Flux Image dialogs now have an open button or you can drag and drop a flux file or a folder containing flux files onto the window to open a new flux set
v2.23.0
- Settings have been moved into a settings.json file. You will need to reconfigure.
- Added a file extension dropdown to all appropriate flux dialogs.
- Your file extension preference is stored in settings.
- Remembers the last drive you used in the Read Disk dialog for your current session.
- Added a file templating feature when Reading a Disk. if you put <> around a number in the filename, it will cache that filename and increment the number on each subsequent read.
v2.22.0
- Added preliminary Kryoflux support. Configure the location of DTC.exe under Kryoflux Configuration in the Options menu.
- You can currently Import Flux Images using DTC.exe
v2.21.01
- Added a Save Log button to all Greaseweazle dialogs
v2.21.00
- Preliminary Greaseweazle support. Configure it with the new Greaseweazle Configuration in Options
- You can now save XDF bitstream images as Basic Sector images (.ima)
- Cleaned up some of the form layouts
- If you have multiple images loaded, you can now open an image to a new application instance with the new button in the top right corner of the application
- A large portion of the codebase has been cleaned up and refactored
v2.20.00
- UI fixes for languages other than English
- Improvements to the Data Inspector Panel
- Added additional data to the Summary Panel for bitstream images
- Added a Write Splices report for bitstream images
- Improved hashing algorithm for bitstream images
v2.19.00
- When creating a new image, a filename no longer needs to be specified ahead of time
- Added import file buttons to the Edit menu and toolbar
- Added an Import Files checkbox to the new disk image form
v2.18.01
- Fixed Create Backup on Save feature