From a5a5c28f6c4844df9933ef478b9d8bc604ed9514 Mon Sep 17 00:00:00 2001 From: Scott Date: Sun, 17 Jan 2016 10:49:39 -0500 Subject: [PATCH] Adding a changelog --- README.md | 7 ++++++- changelog.md | 21 +++++++++++++++++++++ client/homebrew/homePage/welcome_msg.txt | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 changelog.md diff --git a/README.md b/README.md index ad05cd3d8..c414271a8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A tool suite for DMs to use for D&D 1. Clone down the repo 1. In your terminal, head to the repo 1. Run `npm install` to get all the dependacies -2. Run `npm install -g gulp` to install the gulp build tool +2. Run `npm install -g gulp` to install the gulp build tool 1. Run `gulp fresh`, this will compile and build all the needed libraries (this only has to be done once, unless you add more libs) 1. Run `gulp` to run the project locally. Should be accessible at `localhost:8000` 2. Any changes to files within the proejct will be detected and the propject will automatically re-build @@ -15,3 +15,8 @@ A tool suite for DMs to use for D&D **Notes:** If you'd like to create and edit homebrews, you'll need to have MongoDB installed and running. Have fun! + + +### changelog + +You can check out the changelog [here](https://github.com/stolksdorf/NaturalCrit/blob/master/changelog.md) \ No newline at end of file diff --git a/changelog.md b/changelog.md new file mode 100644 index 000000000..2294511f9 --- /dev/null +++ b/changelog.md @@ -0,0 +1,21 @@ +## changelog + +#### Sunday, 17/01/2016 +* Added a printer friendly snippet that injects some CSS to remove backbrounds and images +* Adjusted the styling specific to spell blocks to give it tighter spacing +* Added a changelog! How meta! + +#### Thursday, 14/01/2016 + +* Added view source to see the markdown that made the page +* Added print view +* Fixed API issues that were causing the server to crash +* Increased padding on table cells +* Raw html now shows in view source + +#### Wednesday, 3/01/2016 + +* Added `phb.standalone.css` plus a build system for creating it +* Added page numbers and footer text +* Page accent now flips each page + diff --git a/client/homebrew/homePage/welcome_msg.txt b/client/homebrew/homePage/welcome_msg.txt index 171adceba..e6c989a5e 100644 --- a/client/homebrew/homePage/welcome_msg.txt +++ b/client/homebrew/homePage/welcome_msg.txt @@ -40,7 +40,7 @@ Anyone with the *share url* will be able to access a read-only version of your h ``` ## New Things! -What's new in the latest update? +What's new in the latest update? Check out the full changelog [here](https://github.com/stolksdorf/NaturalCrit/blob/master/changelog.md) * **View Source** on the share page to see the markdown text for the brew * **Fixed Server Issues** should increase stability of the site greatly