Releases: ryandesign/memdump
Releases · ryandesign/memdump
v0.0.0d5
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
v0.0.0d4
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
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
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_numfunction 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
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.