Skip to content

Latest commit

 

History

History
175 lines (157 loc) · 6.23 KB

CHANGELOG.md

File metadata and controls

175 lines (157 loc) · 6.23 KB

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

Added

  • First letter golden gradient.
  • Standalone page option for displaying collections.
  • Search mechanism.

Changed

  • Change the demographics' class and subclass to customizable.

1.18.2 - 2022-08-05

Fixed

  • Missing CSS rule for image width.
  • Change the wealth and gp-limit parameters in settlements to optional.

1.18.0 - 2022-08-02

Added

  • Support for 5th Edition on all available layouts.

Changed

  • Bumped some dependency versions:
    • html-proofer to 3.16.0; and
    • zeitwerk to 2.4.1.
  • Bumped some docs/ dependency versions:
    • activesupport to 6.0.3.4;
    • em-websocket to 0.5.2;
    • faraday to 1.1.0;
    • github-pages to 209;
    • jemoji to 0.12.0;
    • rouge to 3.23.0;
    • jekyll-feed to 0.15.1;
    • just-the-docs to 0.3.3;
    • octokit to 4.19.0; and
    • zeitwerk to 2.4.1.

1.13.13 - 2020-09-18

Changed

  • Level for NPCs no Settlement layout now optional, for 5th-Edition compatibility.
  • Shops' owner information is now optional.

Fixed

  • Documentation page display names.

1.13.10 - 2020-09-12

Added

  • Age layout.
  • Animal layout.
  • Armor layout.
  • Item layout.
  • Plant layout.
  • Weapon layout.
  • To-do list with future plans to be implemented.

Fixed

  • Miscellaneous dependencies.

Removed

  • GitHub Actions CI.

1.7.6 - 2020-02-26

Changed

  • Version, Copyright, and License texts now customizable.
  • Version, Copyright, and License now regular text.

Fixed

  • Liquid syntax for Version, Copyright and License display.

1.6.5 - 2020-02-26

Added

  • Version displaying on header.
  • Copyright notice display on header.
  • License display on header.

Changed

Fixed

  • nokogiri version to ~> 1.10.8.

[1.4.5] - 2019-11-02

Changed

1.4.4 - 2019-10-04

Fixed

  • Fix some layout issues with Adventure and Settlement - #3.

1.4.3 - 2019-09-26

Changed

  • Moved documentation from makeshift _drafts/ folder into proper docs/ - see them online.

Fixed

  • Moved css/ folder into the assets/ folder, for proper inclusion.

1.4.2 - 2019-09-26

Added

Changed

  • 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.

Removed

1.3.2 - 2019-09-06

Added

Changed

  • Gemfile dependencies to gemspec file.

Fixed

  • Added missing Ruby version to gemspec.

1.2.1 - 2019-08-26

Added

  • Detailed demographics to Settlement layout.
  • Update tutorial for detailed demographics.

1.0.0 - 2019-08-22

Added

  • 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:
  • 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.

Change

  • Bump nokogiri to >= 1.10.4.