Skip to content

Releases: liamhays/alum

v0.3

25 Sep 20:46
Compare
Choose a tag to compare

Changes in version 0.3:

  • Kermit receive added! This was a requested feature, particularly to make Alum work with the ARCHIVE command. It is available with the kget subcommand, but be aware: it is intended to be used with the SEND and ARCHIVE commands, and won't work with a Kermit server.
  • The -f flag is now an option for the ksend, xsend, and xget subcommands. This means that the syntax has changed from alum -f xget FILE to alum xget -f FILE.

As ever, let me know if you find an issue or are interested in a feature.

v0.2

19 Sep 13:51
Compare
Choose a tag to compare

Changes in version 0.2:

  • Thanks to TomC on the MoHPC forums for spotting a major bug!
    If the user requested a unique filename when receiving a file via XModem, Alum would calculate the unique filename and then not use it. Alum would then error out when it tried to calculate the HP CRC on the wrong filename.

First release: v0.1

12 Sep 17:29
Compare
Choose a tag to compare

This is the first release of Alum. It should be considered mostly stable---it's worked in all my testing but I surely didn't try all the edge cases. If you find an issue or want a feature, please feel free to open an issue.

The Windows release was compiled on Arch Linux using the MingW64 compiler in the Arch repository, and the x86_64-pc-windows-gnu Rust target. It is 64-bit only. The Linux release was also compiled on Arch, using the x86_64-unknown-linux-gnu Rust target.

Place the executable somewhere useful, and add it to your PATH environment variable if you wish.