diff --git a/CHANGELOG.md b/CHANGELOG.md index 35da88ea80..9688fabc3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ Reference: common-changelog.org +## 1.3.0 - 2024-08-16 + +### Changed + +- List component `filters` parameter changed to `filter` and now takes any Ruby expression instead of the existing custom syntax. + Example: `filters="publisher: bioRxiv, date: ^2020"` becomes `filter="publisher == 'bioRxiv' and date =~ /^2020/"`. + See docs for more info. +- Fix rare bug where data (e.g. a paper title) containing certain characters (e.g. a double quote) can mess up HTML rendering. +- Fix "first time setup" workflow bug. +- Tweak GitHub Actions debugging/logging. + +### Added + +- Styling for `
` HTML element. + ## 1.2.2 - 2024-06-05 ### Added @@ -37,7 +52,7 @@ Reference: common-changelog.org - Add `image` param to support blog post thumbnails. - Add `html-proofer` plugin that checks for broken images/links/etc. -- Add `remove` flag to remove a source from a metasource. +- Add `remove` flag to remove a source from a metasource. ## 1.1.6 - 2023-10-06 diff --git a/CITATION.cff b/CITATION.cff index 2ded51e8d2..493aba6404 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,8 +1,8 @@ # citation metadata for the template itself title: "Lab Website Template" -version: 1.2.2 -date-released: 2024-06-05 +version: 1.3.0 +date-released: 2024-08-16 url: "https://github.com/greenelab/lab-website-template" authors: - family-names: "Rubinetti"