• v0.10.1 9024f131f1

    Version 0.10.1 Pre-Release

    joe released this 2024-02-14 12:45:24 -06:00 | 0 commits to dev since this release

    Added

    Downloads
  • v0.9.4 8bb07d8f7b

    Version 0.9.4 Pre-Release

    joe released this 2022-11-17 05:52:19 -06:00 | 7 commits to dev since this release

    Fixed

    • Fixed stray character escapes in regular expression patterns passed to grep. No more grep: warning: stray \ before # spam! (b9511b9a71)

    • Fixed unclear wording related to the use and function of the project build file. (a047477f38)

    Downloads
  • v0.9.3 94b663c876

    Version 0.9.3 Pre-Release

    joe released this 2022-03-24 16:56:31 -05:00 | 11 commits to dev since this release

    Fixed

    • Fixed project failing to build if name contained capital letters. (#10)
    Downloads
  • v0.9.2 54da839860

    Version 0.9.2 Pre-Release

    joe released this 2021-12-31 01:32:38 -06:00 | 16 commits to dev since this release

    Changed

    • Changed BuildProject log format to output file counter before file name.

    Fixed

    • Don't output logs to script when building (#9)

    Download LINAC v0.9.2

    Downloads
  • v0.9.1 6ed70e3d35

    Version 0.9.1 Pre-Release

    joe released this 2021-12-05 04:56:24 -06:00 | 19 commits to dev since this release

    Added

    • Added a new option -k to the build command to keep comments from source files in the build output.
    • Added lots of logging to 'BuildProject' function
    • [Internal] Added ShellCheck error SC2004 to ignorelist.

    Changed

    • Changed build command option/argument order so that the option must precede the build file argument.
    • [Internal] Changed log level for project to 'debug' to make development easier.

    Removed

    • Removed debug flag from build command.
    • Removed obsolete debug_enabled value from default configuration.
    • [Internal] Removed obsolete debug_enabled value from project configuration.

    Fixed

    • Set shell option 'pipefail' so errors in piped commands can be handled properly.
    Downloads
  • v0.8.0 72ee4655e3

    Version 0.8.0 Pre-Release

    joe released this 2021-10-14 20:32:38 -05:00 | 28 commits to dev since this release

    Changed

    • Replaced DebugPrint function with proper logging function.
    Downloads
  • v0.7.3 556fe05d0d

    Version 0.7.3 Pre-Release

    joe released this 2021-10-11 22:48:23 -05:00 | 31 commits to dev since this release

    Fixed

    • Fixed handling of project names containing spaces or special characters. (#6, #8)
    • Fixed attempts to execute project description by properly quoting it. (#7)
    Downloads
  • v0.7.1 9389d0ce5e

    Version 0.7.1 Pre-Release

    joe released this 2021-09-22 21:30:56 -05:00 | 40 commits to dev since this release

    Changed

    • Changed build command to no longer append '.build.sh' to build output. (#3)
    Downloads
  • v0.7.0 010745d299

    Version 0.7.0 Pre-Release

    joe released this 2021-09-05 12:37:14 -05:00 | 44 commits to dev since this release

    Changed

    • Changed build command to automatically create configured build directory if it does not exist (#1)

    Fixed

    • Fixed creation of project version variable during initialization (#2)
    Downloads
  • v0.6.0 cf5f4e6b9d

    Version 0.6.0 Pre-Release

    joe released this 2021-08-26 04:42:49 -05:00 | 48 commits to dev since this release

    Added

    • Added support for directories in the build file
    Downloads