Skip to content

Releases: tom-tan/medal

v1.3.0

06 May 12:14
8ae923e
Compare
Choose a tag to compare
  • Add ~(tr.newfile.*) syntax to access newly introduced files by ~(newfile) from the commands in log.failure

v1.2.0

16 Apr 15:35
0ac1364
Compare
Choose a tag to compare
  • Breaking change of user log structure
  • Add --sys-silent and --app-silent for more quiet logs
    • Even in --sys-silent, medal prints messages if there are errors when loading the networks.

v1.1.3

12 Apr 08:30
9c795a7
Compare
Choose a tag to compare
  • Improve process handling

v1.1.2

09 Apr 04:18
7c38cdd
Compare
Choose a tag to compare
  • Improve input network validation

v1.1.1

06 Apr 09:13
16f56dd
Compare
Choose a tag to compare
  • Add user log feature

    • All transitions support log field for user logs
    • See examples/user-log/network.yml for working example.
    • Limitations
      • Currently user logs should be in JSON format. Otherwise medal prints it with warning log level
  • Remove --debug and add options to control system logs and user logs individually

    • For system logs: --sys-quiet, --sys-verbose and --sys-log
    • For user logs: --app-quiet, --app-verbose and --app-log

v1.1.0

06 Apr 07:56
5e343c7
Compare
Choose a tag to compare
v1.1.0

v1.0.1

29 Mar 06:47
c577247
Compare
Choose a tag to compare
  • ~(tag), ~(workdir) and ~(tmpdir) (same as $MEDAL_TMPDIR) are supported in command field

v1.0.0

26 Mar 10:04
3dac272
Compare
Choose a tag to compare
  • Fix output directory for stdout and stderr

v0.5.0

26 Mar 06:59
1814762
Compare
Choose a tag to compare
  • Disruptive syntax changes

v0.4.3

15 Mar 07:42
51155da
Compare
Choose a tag to compare
  • Now an error message when loading includes line number and column number.