Skip to content

Releases: jpanther/congo

v2.4.0

10 Nov 02:16
b168c4d
Compare
Choose a tag to compare

Added

  • Support for article thumbnails, covers and featured images
  • Hybrid header layout that switches between the hamburger and basic menus at appropriate viewport sizes
  • Traditional Chinese (Taiwan) translation (#262)
  • New list.paginationWidth parameter to specify how many pagination links are generated before they are truncated
  • Site title display can be toggled on or off independently, allowing for it to be displayed alongside the site logo or removed entirely
  • Tailwind plugin for Prettier to standardise the order of CSS classes (#268)
  • External links in article content will now open in a new browser tab (#312)
  • Independent control over the display of taxonomy listings on article and list pages (#326)
  • Button shortcode now supports an optional download parameter to instruct browsers to directly download resources rather than navigate to a URL (#349)
  • Minor style and layout improvements

Changed

  • ⚠️ The logo parameter has moved under the header group and is now set using header.logo
  • ⚠️ Simplified Chinese (China) language code has changed from zh to zh-cn
  • Site logo is now in its own logo.html partial to allow it to be easily overridden (#322)
  • Upgrade to Chart.js v3.9.1 (#261)
  • Upgrade to Tailwind v3.2.2 (#265, #333, #352)
  • Upgrade to Mermaid v9.2.2 (#272, #279, #296, #339, #360)
  • Upgrade to KaTeX v0.16.3 (#284, #334)
  • Upgrade to Typography v0.5.8 (#287, #292, #353)

Fixed

  • Appearance switcher title doesn't update when switching appearance (#235)
  • Article updated date logic doesn't consider formatted date values (#259)
  • Error calling Paginate when attempting to generate a site with no taxonomies (#289)
  • Multilingual links are spaced incorrectly when using Hugo minify (#298)
  • Pagination links overflow the page area on large datasets (#299)
  • Embedded content disappears when displayed at certain viewport sizes (#302, #335)
  • Order of articles on list pages would not follow Hugo conventions when grouped by year (#313)
  • Button shortcode overlaps table of contents when at the top of the article content (#337)
  • Providing a colorScheme value containing uppercase characters breaks some deployments (#347)

v2.3.1

30 Jul 06:31
a74a401
Compare
Choose a tag to compare

Added

  • Japanese translation (#234)

Changed

  • Upgrade to Mermaid v9.1.3 (#233)
  • Upgrade to Tailwind v3.1.6 (#245)
  • Upgrade to Typography v0.5.4 (#246)
  • Upgrade to Chart.js v3.8.2 (#247)

Fixed

  • Main content misaligned when hamburger menu is opened at large viewport sizes

v2.3.0

27 Jun 03:18
38996db
Compare
Choose a tag to compare

Added

  • Header layouts for selecting a preferred header style
  • Hamburger menu header layout with popover main menu (#167, #88, #43, #29)
  • Front matter support for showing or hiding comments on a per article basis (#207)
  • showCopyright and showThemeAttribution parameters that allow more control over how the site footer is displayed (#192)
  • bars SVG icon

Changed

  • ⚠️ Footer configuration parameters are now in their own footer sub-group
  • Search will now return results for all page types, including lists and taxonomies
  • Comments partials are now better considered within the page layout
  • Reduced whitespace at the top of the main content block (#226)
  • Upgrade to Tailwind v3.1.4 (#225)

Fixed

  • Hugo v0.101.0 breaks the link to the homepage (#230)
  • Search link does not appear in header if main menu has no items to display
  • Search only returns results in the primary language when multiple languages are available (#229)
  • Arrow on external article links not aligned correctly when title wraps onto multiple lines
  • Arrow on external article links points the wrong direction for RTL languages
  • Scroll to top misaligned with the footer at small viewport heights
  • Link to homepage would be incorrect in some deployments if baseURL contained sub-directories in the path

v2.2.3

22 Jun 06:28
a754630
Compare
Choose a tag to compare

Changed

  • Profile image alt text now uses author name when available

Fixed

  • Search not working when baseURL does not end with a forward slash (#224)
  • Author headline parameter not correctly displaying Markdown or Emoji content

v2.2.2

16 Jun 01:27
782850d
Compare
Choose a tag to compare

Added

  • Breadcrumb display can now be can now be specificed in front matter for articles and list pages
  • Italian translation (#209)

Changed

  • Upgrade to Chart.js v3.8.0 (#204)
  • Upgrade to KaTeX v0.16.0 (#208)
  • Upgrade to Mermaid v9.1.2 (#214)

v2.2.1

25 May 04:27
1416c72
Compare
Choose a tag to compare

Changed

  • Upgrade to Mermaid v9.1.1 (#194)
  • Upgrade to Fuse.js v6.6.2 (#195)
  • Upgrade KaTeX to v0.15.6 (#202)

Fixed

  • Main content area doesn't grow to window height (#201)

v2.2.0

08 May 23:02
9569c24
Compare
Choose a tag to compare

Added

  • Finnish translation (#185)

Changed

  • Updated French translation (#178)
  • Analytics partial now checks hugo.IsProduction instead of .Site.IsServer before including scripts (#179)
  • Upgrade to Tailwind v3.0.24 (#176)
  • Upgrade to Mermaid v9.0.1 (#183)
  • Upgrade to Fuse.js v6.6.1 (#189)

Fixed

  • Code blocks are rendered incorrectly in RTL languages (#164)
  • Scroll to top link overlaps footer menu on mobile devices when there are several links (#172)

Removed

v2.1.3

11 Apr 23:41
fb32b72
Compare
Choose a tag to compare

Added

  • Hungarian translation (#170)

Fixed

  • Scroll to top link overlaps footer menu on mobile devices (#172)

v2.1.2

08 Apr 00:43
799ac6e
Compare
Choose a tag to compare

Added

  • Romanian translation (#168)

Changed

  • Upgrade to Mermaid v9.0.0

v2.1.1

03 Apr 05:32
265e0ee
Compare
Choose a tag to compare

Added

  • Print styles to hide unnecessary elements when printing (#155)
  • Hebrew translation (#163)

Fixed

  • Footer menu displays incorrectly in RTL languages (#165)