Skip to content

Release 1.2.0

Choose a tag to compare

@github-actions github-actions released this 23 May 22:23
53779a9

1.2.0 (2026-05-23)

👻 Code Refactoring

  • remove getter and use pub on fields (d3abbe7)
  • run cargo fmt (3f81256)

✨ Features

  • exec: add support to verbose (cebe635)
  • exec+run: add support to overwrite notifications config with --notification (0adf9e2)
  • run: new arg --verbose will print log messages at differente states (612c38e)
  • exec: new arg --name will be used by notifications {task.id} (357c42a)
  • notification: add Fail notification when task or job failed (f9e7bc0)
  • move from yaml-rust to serde_yaml (cda3589)
  • add support to discord notification (ba2a0fa)
  • support $HOME/.runtasktic file too (4ed446e)

🔧 Build

🍏 Chore