Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

46 lines (35 loc) · 1.41 KB

Project Change-Log

Below is a detailed change-log, along with specific tasks completed, for each version released to date.

Version 1.0.4 (12/09/2018)

  • #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.
  • #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.

Version 1.0.3 (31/05/2018)

  • #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.
  • #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.

Version 1.0.2 / 2018-05-20

  • Simplified the CHANGELOG.md file.
  • Added VS Code workspace file.
  • Added link to LICENSE file.

Version 1.0.1 (11/05/2018)

  • #bugfix
    • Fixed a minor issue in the README, relating to copying all the files.

Version 1.0.0 (10/05/2018)

  • #new
    • Initial Release