Skip to content

AppleCommander 1.9.0

Latest
Compare
Choose a tag to compare
@a2geek a2geek released this 01 Nov 20:07
· 2 commits to main since this release

We are pleased to announce the 1.9.0 release of AppleCommander!

AppleCommander provides:

  • Command-line tools: ac and acx.
  • GUI Applications for: Windows (Intel 64-bit), Mac OS X (Intel/ARM 64-bit), Linux (Intel/ARM 64-bit).
  • Shared libraries published to Maven Central.
  • Many related command-line tools associated to the shared libraries. Code is already included in the provided AppleCommander packages (you do not need to download unless the specialized tools are desired). Current versions:
    Repository Current Version Status
    AppleSingle support, asu v1.2.2 New Release
    BASIC Tools, bt, st v0.4.0 New Release
    Disassembler support, acdasm v0.5.0 New Release
    Shrinkit support v1.2.2 Unchanged

Enhancements

  • 'acx dump' Command Enhancements PR #98. Thanks to @ThomasFok the instruction set can now be selected for disassembly among a few other tweaks.
  • Add support for "RDOS 3.3" disk format #109, PR #110. Thanks to @btb who tracked down some missed RDOS formats.
  • Added "raw/binary" option for 'acx import' #122

Bug Fixes

  • 'acx format' with DOS 3.3 source disk doesn't setup free sectors correctly #129
  • Some text is cut off in Create, Compare, and Compile wizards #113.
  • Windows should have a reasonable minimum size #127
  • Nonfunctional About menu item on macOS #118
  • AppleSingle issues (files without data fork, real name, modification date) #84
  • Naming inconsistency: Compare Disks Wizard vs Compare Image Wizard #114
  • 'acx copy --recursive' does not copy files correctly. #130
  • Imported file detected as type BIN #128
  • Text file in File View shows as blank. Exports nothing. #106
  • 'acx list' - Display volume name and free/used bytes when listing an empty image
  • targetPath (--directory parameter) is completely ignored by acx cp #104
  • acx -a=$1234 does not work correctly on Linux #91 - making error message (hopefully) more helpful
  • Import Wizard doesn't disable Edit and Remove buttons after editing item; crashes when clicked #125
  • Syntax-highlighted BASIC code unreadable in dark mode #115
  • Applesoft BASIC programs fail to decode if they run up to the edge of buffer #126
  • Export Wizard destination field unreadable in dark mode #116
  • No confirmation for destructive actions #117
  • 'acx import' not working with AppleSingle flag #108
  • Import Wizard doesn't disable Edit button after removing item from list; crashes when clicked #120
  • Crash when viewing malformed Applesoft BASIC file #119

Thanks

Many thanks to: @ryandesign, @ThomasFok, @btb, @lebraseric, @kevin-chau, @majick, @way5, @markjfisher

See the AppleCommander 1.9.0 project.

Commits between 1.8.0 and 1.9.0.