Skip to content

Releases: ryandesign/memdump

v0.0.0d5

26 Jun 07:38

Choose a tag to compare

Nobody likes a quitter

Changed

  • UI: Don't quit automatically after saving a dump. This allows you to save additional dump files from other address ranges if desired. The OK and Cancel buttons were renamed to Save and Quit with Command-S and Command-Q keyboard shortcuts. (#11)

Added

  • UI: Pressing Command-D now selects the Decimal radio button and pressing Command-H selects the Hexadecimal radio button. (#12)
  • UI: Pressing Command-A now selects all of the text in the focused text field. (#13)
  • Documentation: Added Usage section to README.md.

Fixed

  • UI: If a key is held down in a text field, do the same processing as when the key was initially pressed. (#15)
  • UI: If you press a key with the Command key held down and that isn't a recognized keyboard shortcut, don't insert that character into the text field. (#16)

v0.0.0d4

25 May 02:38

Choose a tag to compare

Measure twice, cut once

Changed

  • UI: Dump size is now displayed in an editable text field, in addition to the existing first and last fields. Whichever field you change, the others update accordingly. (#6)
  • UI: Invalid input now elicits a beep. Repeated invalid input will summon an alert box.

Fixed

  • UI: No longer crashes under Switcher. (#9)

v0.0.0d3

22 May 23:55

Choose a tag to compare

What's in a name?

Changed

  • UI: The selected range of addresses is included in the default filename. (#7)
  • UI: Start and End + 1 labels have been replaced by First and Last, and the last address now represents the last memory address that will be dumped, not one past the end. (#8)
  • UI: Addresses are now shown in hexadecimal by default instead of decimal.

v0.0.0d2

21 May 10:29

Choose a tag to compare

Now with hex!

Changed

  • UI: Addresses can be displayed and entered in hexadecimal or decimal. (#2)

Added

  • Code: THINK C 4 project file now included.
  • Code: Import and export scripts facilitate moving source code between a modern Mac and an emulated Macintosh disk image.
  • Documentation: README.md explains how to download the latest version from the Releases page and how to work with the source code.
  • Documentation: CHANGELOG.md shows what changed between versions.

Removed

  • Code: Unused debug_num function removed.

Fixed

  • UI: RAM size is now determined correctly under MultiFinder. (#1)
  • UI: Non-digit characters can no longer be entered. (#4)
  • UI: Clarified that the end address is the one after the last one that will be dumped.
  • UI: Dialog and alert box layouts adjusted to more closely conform to human interface guidelines. (#5)

v0.0.0d1

11 May 06:58

Choose a tag to compare

Initial release

Added

  • UI: A dialog box shows the size of RAM and allows input of a range of memory to dump to a file.