Grimoire Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.21.0 - 2022-08-31
- First letter golden gradient.
- Standalone page option for displaying collections.
- Search mechanism.
- Change the demographics' class and subclass to customizable.
1.18.2 - 2022-08-05
- Missing CSS rule for image width.
- Change the
wealth
andgp-limit
parameters in settlements to optional.
1.18.0 - 2022-08-02
- Support for 5th Edition on all available layouts.
- Bumped some dependency versions:
html-proofer
to3.16.0
; andzeitwerk
to2.4.1
.
- Bumped some
docs/
dependency versions:activesupport
to6.0.3.4
;em-websocket
to0.5.2
;faraday
to1.1.0
;github-pages
to209
;jemoji
to0.12.0
;rouge
to3.23.0
;jekyll-feed
to0.15.1
;just-the-docs
to0.3.3
;octokit
to4.19.0
; andzeitwerk
to2.4.1
.
1.13.13 - 2020-09-18
- Level for NPCs no Settlement layout now optional, for 5th-Edition compatibility.
- Shops' owner information is now optional.
- Documentation page display names.
1.13.10 - 2020-09-12
- Age layout.
- Animal layout.
- Armor layout.
- Item layout.
- Plant layout.
- Weapon layout.
- To-do list with future plans to be implemented.
- Miscellaneous dependencies.
- GitHub Actions CI.
1.7.6 - 2020-02-26
- Version, Copyright, and License texts now customizable.
- Version, Copyright, and License now regular text.
- Liquid syntax for Version, Copyright and License display.
1.6.5 - 2020-02-26
- Version displaying on header.
- Copyright notice display on header.
- License display on header.
- Hippocratic License to version
2.0
.
nokogiri
version to~> 1.10.8
.
- Changed license to Hippocratic.
1.4.4 - 2019-10-04
- Fix some layout issues with
Adventure
andSettlement
- #3.
- Moved documentation from makeshift
_drafts/
folder into properdocs/
- see them online.
- Moved
css/
folder into theassets/
folder, for proper inclusion.
1.4.2 - 2019-09-26
- Installation instructions to ReadMe file.
- Update Changelog format to 1.0.0.
- Stylesheet and font dependencies from Yarn to CDN sources.
- Ignore
script/
folder, since it contains only Travis CI-related scripts. - Bump Jekyll version to
4.0.0
. - Bump HTML-Proofer version to
3.13.0
.
- Yarn dependency.
- jekyll-relative-links plugin, due to incompatibility with Jekyll
4.0.0
.
1.3.2 - 2019-09-06
- Release to RubyGems as
nereare_grimoire
.
- Gemfile dependencies to gemspec file.
- Added missing Ruby version to gemspec.
1.2.1 - 2019-08-26
- Detailed demographics to Settlement layout.
- Update tutorial for detailed demographics.
1.0.0 - 2019-08-22
- Code of Conduct from Contributor Covenant v1.4.1.
- License.
- Git metafiles (
.gitignore
and.gitattributes
). - GitHub templates:
- Issues;
- Feature request;
- User question;
- Pull request.
- ReadMe file.
- Changelog file.
- Add Jekyll and Yarn.
- Yarn dependencies:
- Libre Baskerville font,
^0.0.72
; - Material Design Icons,
^4.1.95
; - Montserrat font,
^0.0.75
; - Normalize.css,
^8.0.1
; - Noto Sans font,
^0.0.72
; - Skeleton,
^2.0.4
; - UnifrakturCook font,
^0.0.71
.
- Libre Baskerville font,
- Layouts:
- Adventure;
- Chapter;
- Default;
- Index;
- Monster;
- Non-Epic Spell;
- Post;
- Settlement.
- Layouts tutorial.
- Custom filters:
AbbrAlignFilter
for getting the abbreviation for alignments;AbilityModFilter
for appending modifiers to ability scores;AddSignFilter
for prepending+
on positive modifiers;ArticulateFilter
for prepending either a or an to a word, based on its first word only;OrdinalFilter
for appenging the ordinal suffix to the number (e.g.th
,st
);PluralizeFilter
for appending the singular or plural word, depending on the number given (the code must list both forms of the word);PrettyNumberFilter
for adding thousands separators.
- Bump
nokogiri
to>= 1.10.4
.