Skip to content

Releases: jpanther/congo

v2.1.0

13 Mar 23:47
56fc286
Compare
Choose a tag to compare

Added

  • Simple page layout for creating full-width content (#139)
  • Portuguese (Portugal) translation (#144)

Changed

  • Upgrade SVG icons to FontAwesome 6:
    • New icons for Hashnode, bug, check, comment, light bulb, list, pencil, skull, tag, and information.
    • ⚠️ The exclamation-triangle icon has been renamed triangle-exclamation
    • ⚠️ The times icon has been renamed xmark
    • ⚠️ The stackoverflow icon has been renamed stack-overflow
  • Upgrade KaTeX to v0.15.3
  • Markdown images and figure shortcode now search the assets/ 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

20 Feb 03:42
480492a
Compare
Choose a tag to compare

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

  • Updated date is displayed even when it is the same as published date
  • Structured data on homepage unparsable by Google (#113)
  • Underline styles not displaying correctly in some browsers (#125)

v2.0.4

08 Feb 23:22
3930c5b
Compare
Choose a tag to compare

Changed

  • Updated German translation (#110)
  • Upgrade to Tailwind v3.0.19

Fixed

  • Main content area not growing to fill screen vertically
  • Search results not cleared when search is dismissed (#109)
  • Emoji strings not displaying in search results

v2.0.3

06 Feb 22:12
56ec1bf
Compare
Choose a tag to compare

Changed

  • Updated Turkish translation (#105)
  • Updated Spanish translation (#106)

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

05 Feb 08:42
5380e02
Compare
Choose a tag to compare

Changed

  • Updated French translation (#100)

Fixed

  • User's appearance preference is lost on page load when default appearance is dark (#102)
  • JavaScript warning when appearance switcher is disabled

v2.0.1

03 Feb 05:04
b13dea3
Compare
Choose a tag to compare

Fixed

  • Hugo module error when downloading version 2
  • Emoji strings not displaying in table of contents

v2.0.0

03 Feb 00:52
2b330b2
Compare
Choose a tag to compare

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
  • ⚠️ Overhauled figure 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

v1.6.4

24 Jan 00:54
d4bbc01
Compare
Choose a tag to compare

Added

  • Turkish translation (#90)

Changed

  • Article updated date formatting and i18n (#91)
  • Upgrade to Mermaid v8.13.10

Fixed

  • Article metadata not wrapping at small viewports (#91)

v1.6.3

19 Jan 02:44
c49a1b1
Compare
Choose a tag to compare

Added

  • Icon for Stack Overflow (#82)

Changed

  • Upgrade to Mermaid v8.13.9
  • Upgrade to KaTeX v0.15.2

Fixed

  • Emoji characters in article titles not appearing on list pages and in HTML metadata (#84)

v1.6.2

07 Jan 03:53
47d6183
Compare
Choose a tag to compare

Changed

  • Upgrade to Chart.js v3.7.0
  • Upgrade to Mermaid v8.13.8

Fixed

  • lead shortcode not rendering Markdown formatted text (#73)
  • JSON-LD keywords data not structured correctly (#74)