Skip to content
Compare
Choose a tag to compare
@kostya-zero kostya-zero released this 21 Feb 14:47
· 33 commits to main since this release
a8b5863

Changes

  • Removed Pipe_NoConsole, Pipe_CustomShell and Options_LowMemory.
  • Replace Pipe_BuildModule with Project_Type where you can select which project type you want to use.
  • Added Git_CheckoutBranch which automatically checkout specified branch if project is a git repository.
  • Added Pipe_RequiredTools option to select which tools are required for this project.
  • Added Depends_UseRequirements option to force Pipe call pip to install all dependencies from requirements.txt file.
  • Less logging.
  • Updated logging style.
  • You can change project type from console with proj type argument.
  • Added check for Python installations and compilers binaries.
  • Improved stability.
  • Pipe tell you final executable name on build finish.