Skip to content

Hst Imager v1.2.437

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Mar 11:35
· 48 commits to main since this release

Hst Imager v1.2.437-7d8644e release.

Changes:

  • Fix fs copy and extract command issue with filenames starting or ending with spaces or dots not detected as files with UAE metadata. This has been tested with the WHDLoad game "Demolition", which contains 2 filenames with whitespaces and 1 filename ending with a whitespace.
  • Fix Hst Imager console disk overview showing start and end offsets instead of sectors.
  • Fix Hst Imager gui save file dialog expecting files to exist and change to show prompt overwrite if files exist.
  • Fix sector stream reading past end of stream.
  • Fix format command not erasing first 10MB of image file or physical disk.
  • Fix rdb init command not using correct disk size for .vhd image file.
  • Fix physical drive / raw disk access on macos with streams not being closed properly.
  • Fix issues macos elevate helper used to start background worker for Hst Imager gui.
  • Fix tests not running on macos and linux due to newline and path backslash issues.
  • Update format command to download pfs3aio from aminet.net by default. PFS3AIO is no longer included with Hst Imager and is only downloaded when it doesn't exist locally.
  • Update format command to support DOS3 and DOS7 file system for Rigid Disk Block and PiStorm RDB.
  • Update format command to select max partition sizes based on DOS3 and DOS7 file system version.
  • Update format command to max create 3 PiStorm RDB partitions when formatting PiStorm disk due to MBR partition limit of 4.
  • Update format and rdb fs import commands to read file system file from .iso, .adf, .lha files and image files with Rigid Disk Block or PiStorm RDB.
  • Add format page in hst imager gui with same functionality as hst imager console.