Skip to content

Releases: espositoandrea/Make-to-Batch

Version 0.2.2

24 Mar 12:23
Compare
Choose a tag to compare
Version 0.2.2 Pre-release
Pre-release

Changelog

  • Fixed an error on the CLI option parsing: if the --output option was set without a 'parent directory' (for example dest.bat instead of ./dest.bat), the tool crashed
  • Added support for inline make calls using $(MAKE) or ${MAKE}

Version 0.2.1

24 Mar 12:22
Compare
Choose a tag to compare
Version 0.2.1 Pre-release
Pre-release

Changelog

  • Added comments' parsing
  • Added support for 'cp' command

Parsing Improvements

08 Dec 21:06
Compare
Choose a tag to compare
Parsing Improvements Pre-release
Pre-release

In this version, a more powerful parser has been added: the tool is now capable of recognizing the options in commands and converts them in the batch equivalents. Furthermore, a new command is now recognized (ls).

⚠️ Warning: The output batch file may be incorrect due to the incompatibility of some commands: a revision is suggested.

First working version

08 Dec 21:01
Compare
Choose a tag to compare
First working version Pre-release
Pre-release

Changelog

  • Added the mkdir equivalent (MKDIR)
  • Added some useful files for contributing (like CONTRIBUTING.md)
  • Added docstrings to every class, method and function

This is the first working version of the tool. It's still rudimentary.

– From v0.1.1's release notes

⚠️ Warning: The output batch file may be incorrect due to the incompatibility of some commands: a revision is suggested.

First working version

08 Dec 21:02
Compare
Choose a tag to compare
First working version Pre-release
Pre-release

This is the first working version of the tool. It's still rudimentary.

Note that the version code is v0.1.1 (and not v0.1.0) because this project is an evolution of a previously existing project I worked on.

⚠️ Warning: The output batch file may be incorrect due to the incompatibility of some commands: a revision is suggested.