Skip to content

Latest commit

 

History

History
87 lines (41 loc) · 3.51 KB

CHANGELOG.md

File metadata and controls

87 lines (41 loc) · 3.51 KB

Changelog

0.5.0 (2023-10-21)

Features

0.4.5 (2023-08-28)

Bug Fixes

  • unescape the summary (ab1521c)
  • use page description as summary if present (bd6dc23)

0.4.4 (2023-06-28)

Bug Fixes

  • strip HTML tags from headings (167d5f1)

0.4.3 (2023-05-23)

Bug Fixes

  • adjust to Hugo v0.112.0 changes (e2715f4)

0.4.2 (2023-05-23)

Bug Fixes

  • adjust to Hugo v0.112.0 changes (e2715f4)

0.4.1 (2023-05-14)

Performance Improvements

  • simplify the hashing method (e6d2d90)

0.4.0 (2023-05-13)

Features

  • generate the hash for search indices (#140) (03db352)

0.3.1 (2023-05-13)

Bug Fixes

  • check if the taxonomies exist before rendering (6f6dd63)
  • ignore invalid years (f87cb77)
  • set z-index as 1 for dropdown menu to avoid overlapping with others (52584dc)

0.3.0 (2023-05-13)

Features

  • add support for filtering by years (dc8567d)
  • add the filter_years parameter (34d9f83)
  • add the taxonomies filter (55f6947)

Bug Fixes

  • correct the margin-bottom of dropdown menus (bcb43a0)

0.2.0 (2023-05-05)

Features

  • add the modal_toggle_selector parameter (5283b8c)

Bug Fixes

  • correct the search result heading style (20384da)
  • remove multiple active results and keep only one (1dd929d)