Donations:
Changes v4.2:
- Added multi-platform support (FreeBSD, macOS and Windows)
- Improved error detection and handling
- Updated
README.md
to include information for newly supported platforms - Reformatted
README.md
andCHANGELOG.md
to improve readability when using
plain text viewers/editors (i.e. without Markdown rendering) - Cleaned up and refactored code, applied various minor changes (functions,
comments, variables, prints, etc.)
Changes v4.1 (intermediate development version, has not been published):
- Separated macro handling code/state into macro and command playback
- Added support for using CTRL+D to abort currently running command playback
- Added feature to optionally specify commands to be executed right after
startup via command line - Performed code cleanup and refactoring for all functions (underscore
variables, return values) - Applied various minor code modification (variables, comments, errors, etc.)