Skip to content

Releases: BlitterStudio/host-run

host-run v1.5

03 Feb 17:54
Compare
Choose a tag to compare

With this update, host-run is now able to detect retrieve the full pathname for parameters that are files or directories under AmigaOS.
This works for relative paths, absolute paths, paths within assigns or no paths at all (just specifying a filename in the current directory).
It works best in combination with the latest Amiberry version (dated 2021-02-03 or newer), in order to also support filenames with spaces.

Update: host-multiview v1.0 has been added as a binary release as well.

host-run v1.4

01 Feb 21:47
Compare
Choose a tag to compare
  • Added "?" parameter, to show usage
  • Added version information
  • Added missing struct in header
  • Added Makefile for gcc compile
  • Added VSCode tasks to compile using gcc docker

host-run v1.3

10 Nov 12:55
Compare
Choose a tag to compare

This version of host-run includes an important change:

  • The "&" character is no longer added at the end of the command passed to the emulator. This is handled by the emulator itself from now on, to allow host-run to be more portable across different platforms.

Note: Requires Amiberry v3.4 or later

host-run v1.2

28 Jun 18:07
Compare
Choose a tag to compare

Changes in this version:

  • Make sure the buffer is cleared in the beginning, to avoid having junk characters in the command when running through IconX

host-run v1.1

28 Jun 10:50
Compare
Choose a tag to compare

Changes since the previous version:

  • Fixed bug #1 : the command buffer wasn't cleared after using it, causing subsequent runs from the same stack to re-run the previous commands on top of the new ones.

Initial release

26 Jun 17:39
Compare
Choose a tag to compare

First public release