- Modified console.logs to use debug instead. Now debugging can be enabled with
DEBUG=node-image-farmer* npm run app
- Modified the run script to include the imageFarmer process name. Now
sudo killall imageFarmer
will work.
- Added CHANGELOG.md and adjusted the README.md file.
- Modified nodeImageFarmer.sh to log to /var/log/node-image-farmer and nohup the process.
- Set nodeImageFarmer.sh to executable
- Added nodeImageFarmer.sh so that the app can be found more easily in
ps -A | grep nodeImageFarmer
- Changed README.md based on fixes from v1.2.1
- Fixed the prefix setting so the temp files are written to the correct folder.
- Moved the appConfig into a JSON file. Bumped the minor version because it's a semi-breaking change.
- Massive refactor of connect-thumbs to use promises, multiple processes, and API changes.
- Decided to bump the major version to prevent conflicts with older versions of the code.