Releases: liamhays/alum
Releases · liamhays/alum
v0.3
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 theksend
,xsend
, andxget
subcommands. This means that the syntax has changed fromalum -f xget FILE
toalum xget -f FILE
.
As ever, let me know if you find an issue or are interested in a feature.
v0.2
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
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.