diff --git a/.github/issue_template.md b/.github/issue_template.md index b90bad4..d522278 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,14 +1,19 @@ -**Browser Type/Version**: [Google Ultron v90.01] +**If you are suggestting a feature or improvement**, delete everything here and just write your idea. -**Operating System**: [GLaDOS v34.5.8] +If you are reporting a bug, please fill out the details. If you don't I will most likely just close the issue asking for more detail. -**Issue Description**: [The thing won't thing] +--- -**Markdown code to reproduce**: +**Browser Type/Version**: [FILL OUT] + +**Operating System**: [FILL OUT] + +**Issue Description**: [FILL OUT] + +**Brew code to reproduce**: ``` -# thing -> thing 2 +PUT YOUR BREW CODE HERE ``` -**Related Images** : +**Related Images** : [IF APPLICABLE] diff --git a/changelog.md b/changelog.md index 6571039..020cd61 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,10 @@ # changelog -### Wednesday, 25/05/2016 +### Friday, 27/05/2016 - v2.0.6 +- Updated the issue template for (hopefully) better reporting +- Added suggestion to use chrome while PDF printing + +### Wednesday, 25/05/2016 -v2.0.5 - The class table generators have the proper ability score improvement progression. ### Tuesday, 24/05/2016 - v2.0.4 @@ -13,6 +17,8 @@ - Bumped up the allowed entity size for extra-large brew (Thanks for reporting it dickboner93) - Added a little error box when a save fails with a custom link to reporting the issue on github. +/page + ### Saturday, 14/05/2016 - v2.0.0 (finally!) I've been working on v2 for a *very* long time. I want to thank you guys for being paitent. diff --git a/client/homebrew/navbar/navbar.jsx b/client/homebrew/navbar/navbar.jsx index e09bb78..f643fe1 100644 --- a/client/homebrew/navbar/navbar.jsx +++ b/client/homebrew/navbar/navbar.jsx @@ -11,7 +11,7 @@ var Navbar = React.createClass({
The Homebrewery
- v2.0.5 + v2.0.6 {this.props.children} diff --git a/client/homebrew/pages/homePage/homePage.less b/client/homebrew/pages/homePage/homePage.less index cf419ab..6f49934 100644 --- a/client/homebrew/pages/homePage/homePage.less +++ b/client/homebrew/pages/homePage/homePage.less @@ -1,7 +1,5 @@ .homePage{ - - position : relative; a.floatingNewButton{ .animate(background-color); diff --git a/package.json b/package.json index 60c30d9..7fc86b1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "naturalcrit", "description": "D&D Tools for the discerning DM", - "version": "2.0.5", + "version": "2.0.6", "scripts": { "postinstall": "gulp prod", "start": "node server.js"