Releases: Joxit/runtasktic
Releases · Joxit/runtasktic
Release 1.2.1
Release 1.2.0
1.2.0 (2026-05-23)
👻 Code Refactoring
✨ Features
- exec: add support to verbose (cebe635)
- exec+run: add support to overwrite notifications config with
--notification(0adf9e2) - run: new arg
--verbosewill print log messages at differente states (612c38e) - exec: new arg
--namewill be used by notifications{task.id}(357c42a) - notification: add
Failnotification when task or job failed (f9e7bc0) - move from
yaml-rusttoserde_yaml(cda3589) - add support to discord notification (ba2a0fa)
- support
$HOME/.runtaskticfile too (4ed446e)
🔧 Build
- release 1.2.0 (53779a9)
🍏 Chore
Release 1.1.0
1.1.0 (2025-06-17)
🪲 Bug Fixes
- notification: must wait all notifications before exit (15fa16c)
- notification: was using only one provider (08044a2)
- move runtime from config to commands (620066c)
- mail: fix default email values for name, smtp.port, smtp.username, smtp.tls (3251502)
✨ Features
- add support to env configuration for notification (881fa92)
- mail: send mail notification after print (c081eb8)
- mail: update function signatures (0f313ee)
- mail: add yaml trait for email configuration (b9b7ff8)
- mail: add mailing configuration (331e489)
- movre from openssl to rustls (ae18de9)
🔧 Build
- release 1.1.0 (6a2f9a8)
📝 Documentation
Release 1.0.0
Release 0.6.0
Release 0.5.1
Release 0.5.0
0.5.0 (2021-05-29)
✨ Features
- notification: add print notification for stdout, stderr or custom path (e6758b4)
- exec: add support for notification templates (706a4bd)
- notification: add
task.full_cmdandtask.short_cmd(8485632) - notification: add supports for
notify_all_tasks_endwithtask_failedwith default templates (c3857ce) - run: add supports for
notify_task_endwith default templates (6d0403c) - notification: add support for custom messages (0ed4a98)
- notification: use single bracket instead of two (8408164)
- notification: add template message for environment variables (ff931fd)
- notification: add template message for hostname (cef68d9)
- permit
YamlTasksSchedulerwith no tasks (70216bb)
🔧 Build
- release 0.5.0 (3c39114)
✔️ Tests
- fix notification tests (e439a76)
📝 Documentation
- add doc for messages configuration (201377d)
🚀 Continuous Integration
- release: install kokai via cargo (cffd40a)
Release 0.4.0
0.4.0 (2021-04-17)
🪲 Bug Fixes
- start: rename to start with multi occurence of single task (85fbaa0)
✨ Features
- completion: add completion script generator for bash, fish and zsh (98d7515)
- exec: exec a single task from a config file from its id (0bd8fd1)
- run: add
--startsflag to override default starting tasks (e8c2eab) - fst: add
reachable_statesfunction for later use (424687d) - run: add support to many configuration files (c6ebd96)
🔧 Build
- release 0.4.0 (83ae113)
🚀 Continuous Integration
- update branch trigger to main instead of master (58cc091)
- release: update action for kokai 0.2.0 (372a36e)
🍏 Chore
- rename main struct from ApplicationArguments to Runtasktic (23f4a6d)
Release 0.3.0
0.3.0 (2020-11-21)
Features
- feat(on_failure): add global
on_failureoption (c1208bb) - feat(on_failure): add behaviour for
on_failure. When set to exit, it will do a graceful exit. (c0b3be2) - feat(on_failure): add new task options
on_failure. This will exit the run or ignore failure. (3706fb7)
Build
- build: release 0.3.0 (0d4b1b4)
Tests
- test(on_failure): add new test for
on_failureparsing (459eb02)
Documentation
Continuous Integration
- ci(release): add release note from kokai (270a9cb)
0.2.0 (2020-10-15)
Features
- New subcommand for single command execution
- Add
stdoutandstderras global entry in config file - Add
working_diras global entry - Add exit status codes for each task with report at the end
- Notification: add username in configuration and update default name
- New subcommand for graph generation (png or graphviz file)