Releases: WillJRoper/dir-wand
Releases · WillJRoper/dir-wand
Initial release
This is the first full release of WAND. All functionality has been implemented including:
- Making copies from a template.
- Running commands after making a copy.
- Running commands on existing directories.
- Passing a file containing a list for placeholders.
- Passing a swap file.
- A silent mode to suppress WAND's outputs.
- When not in silent mode and a simple report of what WAND has done.
What's Changed
- Introduced automagical running of commands in many directories by @WillJRoper in #5
- Introduced swap file by @WillJRoper in #6
- New ASCII art and clean up prints by @WillJRoper in #7
- Added silent mode and logger class by @WillJRoper in #8
- Improved output and tracking some basic stats by @WillJRoper in #9
Full Changelog: v0.2.0-beta...v1.0.0
PyPi pre-release
This release adds the deployment to PyPi for easy installation without cloning the repo.
What's Changed
- Minor improvement to README instructions by @WillJRoper in #1
- Created PyPi deploy action by @WillJRoper in #4
New Contributors
- @WillJRoper made their first contribution in #1
Full Changelog: v0.1.0-beta...v0.2.0-beta
Initial Pre-release
The initial release of WAND: WAND Automates Nested Directories.
This includes basic functionality to seamlessly make a large number of directories based on a template directory.
Full Changelog: https://github.com/WillJRoper/dir-wand/commits/v0.1.0-beta