Skip to content

Releases: RikunjSindhwad/Task-Ninja

v2.1.1

14 Aug 05:12
Compare
Choose a tag to compare
  • Improvised Docker Performance

Full Changelog: v2.1.0...v2.1.1

V2.1.0

13 Aug 19:13
Compare
Choose a tag to compare

Full Changelog: v2.0.3...v2.1.0

  • Multiple bugfixes

v2.0.3

03 Mar 03:56
Compare
Choose a tag to compare

Improvised Docker Pull

Full Changelog: v2.0.2...v2.0.3

v2.0.2

25 Dec 09:59
Compare
Choose a tag to compare

Multiple bugfixes and features upgrade

  1. DynamicRange now allows user to specify {{{Task-Name:file}}} and ``{{{Task-Name:folder}}}` placeholders
  2. Typo fixed with FATAL
  3. When logs are not enabled, It won't create logs directory
  4. Improved file copy and download error handeling
  5. DockerName will be now task-name for future plans
  6. Version upgrade
  7. Other minor bugfixes

v2.0.1

12 Dec 04:58
Compare
Choose a tag to compare

Fixed some bugs and improved

Upgrade v2.0

04 Dec 20:33
9440687
Compare
Choose a tag to compare

A big upgrade to v2 which makes workflows shorter and smarter to handle task efficiently.

  1. Task-Ninja uses docker library now to execute tasks in the docker container with specified image in the yaml file which makes it fully dockerized.
  2. Task-Ninja workflow has structure change with config.logs:bool, tasks.inputs, tasks.image,tasks.dockerhive,tasks.mounts added and some unused are removed. link
  3. Task-Ninja has more default placeholders to manage tasks. link
  4. Tasks.inputs allows file/folder and weburl in the list type.
  5. Task output and input are now easiest.
  6. Dynamic tasks will now more accurate and faster
  7. Visuals are improved with colours are more.
  8. Few bugs removed from the code that was identified.

Warning

v1.x workflows will no longer work on v2

Full Changelog: v1.4...v2.0

v1.4

28 Sep 08:04
Compare
Choose a tag to compare

Full Changelog: 1.3...v1.4

1, Dynamic Tasks Now Supports DynamicOutput and rand placeholders
2. Default output visual will be minimal
3. -detailed argument added to get detailed output
4. Dynamic Tasks now supports variables values (specify value in vars section and reuse it in DynamicTasks dynamicFile: {{input.txt}})

1.3

19 Sep 08:10
2cea378
Compare
Choose a tag to compare
1.3
  • Improved Error Handling while reading and parsing workflows

1.2

18 Sep 16:44
Compare
Choose a tag to compare
1.2
  • Fixed Logging issue with dynamic tasks

1.1

16 Sep 09:05
Compare
Choose a tag to compare
1.1
  1. Improved performance
  2. Improved Error handle
  3. Fixed bugs in required list
  4. Improved Structure
  5. Made robust
  6. Logging Improved
  7. Many more...