Below is a detailed change-log, along with specific tasks completed, for each version released to date.
- #bugfix
- Updated the
README
to reflect the change in the renaming of the_basic/
template to_core/
. - Fixed up issues with the bold markdown syntax.
- Updated the
- #enhancement
- Updated the project URL to GitLab and not GitHub as this is where I maintain the software, GitHub is simply a clone of the GitLab repo.
- Deleted the Visual Studio workspace file. Decided it just added bloatware.
- #enhancement
- Renamed the
_basic/
template folder to a more appropriate name;_core/
. - Updated the
.gitignore
template. - Enhanced the
PULL_REQUEST_TEMPLATE.md
by becoming more human.
- Renamed the
- #bugfix
- Fixed up the trailing whitespace before line-breaks in:
CODE_OF_CONDUCT.md
CONTRIBUTING.md
README.md
PULL_REQUEST_TEMPLATE.md
- Set the correct file permissions on the licenses contained in the
_licenses
folder.
- Fixed up the trailing whitespace before line-breaks in:
- Simplified the
CHANGELOG.md
file. - Added VS Code workspace file.
- Added link to LICENSE file.
- #bugfix
- Fixed a minor issue in the README, relating to copying all the files.
- #new
- Initial Release