Skip to content

V1.47

Latest
Compare
Choose a tag to compare
@geraldholdsworth geraldholdsworth released this 13 Jun 10:15
· 5 commits to main since this release
bbd0d6c

1.47 - 12th June 2024

New or improved features

  • Font size on the BBC Basic Viewer can be changed.
  • Added the ability to use the mouse scroll wheel on a hex dump.
  • Read Acorn ROM FS images.
  • When reading UEF images, each CFS header is checked to be valid before reading.
  • Create blank Acorn ROM FS images.
  • Add files to Acorn ROM FS images.
  • Delete files from Acorn ROM FS images.
  • Some minor code changes (creation of new images).
  • Command line parsing has been completely removed and replaced by a command line console.
  • Attributes are now validated before applying.
  • CSV output now includes the option for MD5, per file.
  • Button added to allow loading of multiple images and outputting a CSV of each file.
  • Copy and move files within an Acorn ROM FS image.
  • Update the title, copyright and version strings in an Acorn ROM FS image.
  • Added option to generate a *.dsc file for ADFS hard drive images when saving (if none already exist).
  • DOS images can now import *.inf files.
  • DFS disc titles are now padded with nulls and not spaces.

Bug fixes

  • OS dark mode: most of the controls do not react to the change from light mode to dark mode. The changing of the font colour sometimes made them hard to see with the tiling selected.
  • The Hex Dump dialogue was not scaling correctly with Hi-DPI setups.
  • Not all BASIC files are terminated with 0xFF. This fooled the BASIC detector in the Hex Dump viewer.
  • If the creation of a new image fails, the application still thought that there was an image open.
  • When renaming a file, or editing the load or execution addresses, pressing the BackSpace key would attempt to delete the file, instead of deleting the text.
  • It was possible to remove the 'D' attribute of a directory, or add one to a file.
  • If the last line in a hex dump text output was less than 16 bytes, then the position of the ASCII representation would not line up with the columns above.
  • MS-DOS 6.22 failed to properly read a floppy image created by the application. Changed a few settings in the header when formatting a new image.
  • Fixed some quote placement errors in the CSV output.
  • WINDOWS: The Cancel and Create buttons on the Hard Drive Creator dialogue box, for ADFS, did not fire when clicked.
  • WINDOWS: Disabled Radio and Tick boxes would flash.
  • Files ending in a forward or back slash would not be recognised.
  • Some DFS images were producing a "phantom directory".
  • When files were getting written to a DOS image, the same block was being used for each segment of the file resulting in the file being overwritten by itself.