Releases: jpanther/congo
Releases · jpanther/congo
v2.1.0
Added
Changed
- Upgrade SVG icons to FontAwesome 6:
- New icons for Hashnode, bug, check, comment, light bulb, list, pencil, skull, tag, and information.
⚠️ Theexclamation-triangle
icon has been renamedtriangle-exclamation
⚠️ Thetimes
icon has been renamedxmark
⚠️ Thestackoverflow
icon has been renamedstack-overflow
- Upgrade KaTeX to v0.15.3
- Markdown images and
figure
shortcode now search theassets/
directory if an image cannot be found in page bundle (#126) - Markdown images and
figure
shortcode now fallback to static assets if an image is not provided as a Hugo resource (#126) - Taxonomy term listings now honour the
groupByYear
parameter (#145) - The
alert
shortcode now allows its icon to be specified as a parameter
Fixed
- Dark appearance shown even when default appearance set to light and auto switching is disabled (#149)
v2.0.5
Added
- Bengali translation (#115)
Changed
- Upgrade to Tailwind v3.0.23 and Typography v0.5.2
- Upgrade to Mermaid v8.14.0
- Upgrade to Chart.js v3.7.1
Fixed
v2.0.4
v2.0.3
Changed
Fixed
- Markdown images and
figure
shortcode fail to load resource when providing an external URL source - HTML
figcaption
tags are output for Markdown images even when a caption is not provided - Light appearance briefly appears on page load before switching to dark appearance (#102)
v2.0.2
v2.0.1
v2.0.0
Added
- Multilingual support
- Right-to-left (RTL) language support
- Site search powered by Fuse.js
- Automatic Markdown image resizing and srcset generation
- Performance and Accessibility improvements to achieve perfect Lighthouse scores
- Tables of Contents on article pages
- Code copy buttons in article content
- Taxonomy and term listings now support Markdown content
- Taxonomies on article and list pages
- Article pagination direction can be inverted
- Author
headline
parameter - Skip to content and Scroll to top links
- Archetype for generating links to external articles
Changed
⚠️ Required Hugo version is now 0.87.0 or later⚠️ Complete rewrite of dark mode to allow more flexibile configuration⚠️ All theme images are now Hugo assets⚠️ Overhauledfigure
shortcode which now resizes images- Upgrade to Tailwind v3.0.18
- Inline Javascript moved to external files
- Improved JSON-LD structured data
- Breadcrumbs now fallback to section name when
title
is not provided - Minor style and layout improvements