Skip to content

Releases: kostya-zero/tesuto

v0.3.0

06 Jul 06:41
38e8c37
Compare
Choose a tag to compare
  • Added with option to the project that allows user to specify custom shell and working directory. See README for more details.
  • Tesuto has finally learned how to load project jobs in the correct order.
  • This project is now licensed under the MIT license.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

10 Jun 18:22
42596d2
Compare
Choose a tag to compare
  • Now the Tesuto source code is not split into multiple projects, but is located in a single project.
  • Completely changed the structure of the project in Tesuto. More details in this README section.
  • Completely rewritten runner.
  • The program will now be run through a shell depending on the operating system (cmd on Windows and bash on other OS). This option cannot be configured yet.
  • The scenarios have been deleted.
  • You can no longer add new job to a project via the add command.
  • Added require field for steps to specify which programs are needed to execute this project.
  • Added list command to display all available jobs.
  • Added quite field for steps to disable program output.
  • Improvements to the code to improve performance.

v0.1.1

04 Sep 18:20
bbe0a00
Compare
Choose a tag to compare
  • Fix wrong stages order when running a project.

v0.1.0

02 Sep 05:39
e462d9a
Compare
Choose a tag to compare

First release of Tesuto.