diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index b720d275..8344579e 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -16,6 +16,7 @@ module.exports = { '/contributing/', '/building-from-source/', '/deployment/', + '/changelog/', ], smoothScroll: true, }, diff --git a/docs/changelog/README.md b/docs/changelog/README.md new file mode 100644 index 00000000..95b0dffc --- /dev/null +++ b/docs/changelog/README.md @@ -0,0 +1,52 @@ +--- +title: Changelog +--- + +# Changelog + +All notable changes to this project will be documented in this file. + +## March 2020 + +### March 29, 2020 + +- Add Issue Templates in GitHub for Bug Reports and Feature Requests +- Rewriting Documentation in VuePress +- Implement "Deploy to Netlify" button, by [hwang381](https://github.com/hwang381) + +### March 28, 2020 + +- Add About Tab in the Right Sidebar +- JSON Migration Bugfix, by [Panzki](https://github.com/Panzki) +- Designed Castform Template + +### March 27, 2020 + +- Add Google Site Verification Tag +- Fix bug with Gengar Template not respecting enable values +- Add Language & References Section to Resumes +- Update Onyx, Pikachu & Gengar Templates +- Add Nunito Font, removed few other fonts +- Add Entry Animation using [animate.css](https://daneden.github.io/animate.css/) +- Fix Awkward Page Breaks in Resume when Printing +- Make Links Clickable in the Resume PDF + +### March 26, 2020 + +- Fix bug in Pikachu Template where photo was not visible +- Add option to enter any font family stored locally on system +- Allow printing of more than one page +- Add Markdown Support to Descriptions +- Designed Gengar Template + +### March 25, 2020 + +- Released App to Public through Firebase Hosting +- Add Firebase Analytics +- Add Progressive Web App Caching +- Designed Pikachu Template + +### March 24, 2020 + +- Initiating Development of App +- Designed Onyx Template