Skip to content

Commit

Permalink
Merge pull request #77 from BrianCriswell/0.6.0
Browse files Browse the repository at this point in the history
Prepare 0.6.0
  • Loading branch information
BrianCriswell authored Oct 13, 2017
2 parents 1221f68 + 4e3fc14 commit 8f4735c
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 9 deletions.
30 changes: 25 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

* None

### Changed

* None

### Fixed

* None

### Deprecated

* None

### Removed

* None

## [0.6.0] - 2017-10-12

### Added

* Added `bg-none` option to disable background image.
* Defined coral-coloured `dnditemtable` environment.
* Added `monsterboxnobg` environment for stat blocks without a background image.
Expand Down Expand Up @@ -62,6 +84,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed

* Licensed under MIT license.
* Removed dependency on `multicols`; use `twocolumn` option for `book` class instead.

### Fixed

Expand All @@ -74,10 +97,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

* Removed `monster` environment.

### Changed

* Removed dependency on `multicols`; use `twocolumn` option for `book` class instead.

## [0.2] - 2016-03-07

## Added
Expand All @@ -104,6 +123,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Defined green `commentbox` environment.
* Section and subsection titles.

[Unreleased]: https://github.com/evanbergeron/DND-5e-LaTeX-Template/compare/v0.5...HEAD
[Unreleased]: https://github.com/evanbergeron/DND-5e-LaTeX-Template/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/evanbergeron/DND-5e-LaTeX-Template/compare/v0.5...v0.6.0
[0.5]: https://github.com/evanbergeron/DND-5e-LaTeX-Template/compare/v0.2...v0.5
[0.2]: https://github.com/evanbergeron/DND-5e-LaTeX-Template/compare/v0.1...v0.2
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ LaTeX will find the package automatically.
2. Download the [latest release](https://github.com/evanbergeron/DND-5e-LaTeX-Template/releases/latest) and extract it in `$TEXMFHOME/tex/latex/`.

```sh
wget https://github.com/evanbergeron/DND-5e-LaTeX-Template/archive/v0.5.zip
unzip -d "$(kpsewhich -var-value TEXMFHOME)/tex/latex/" v0.5.zip
wget https://github.com/evanbergeron/DND-5e-LaTeX-Template/archive/v0.6.0.zip
unzip -d "$(kpsewhich -var-value TEXMFHOME)/tex/latex/" v0.6.0.zip
cd "$(kpsewhich -var-value TEXMFHOME)/tex/latex/"
mv DND-5e-LaTeX-Template-0.5 dnd
mv DND-5e-LaTeX-Template-0.6.0 dnd
```

Alternatively, clone the repo to the same location:
Expand Down
2 changes: 1 addition & 1 deletion dnd.sty
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% Modified by Christopher Liu December 2015
% Modified by Yannic Meyer Feb 2016

\ProvidesPackage{dnd}[2016/03/13 v0.5 Template for D&D 5e material]
\ProvidesPackage{dnd}[2017/10/13 v0.6.0 Template for D&D 5e material]

%
% Prerequisite Packages
Expand Down
Binary file modified scrot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8f4735c

Please sign in to comment.