2021-08-17 00:55:25 +00:00
# Changelog
2021-08-26 00:18:35 +00:00
2022-06-22 06:27:55 +00:00
All notable changes to Congo will be documented in this file. Things that need particular attention when upgrading from a prior version are marked ⚠️.
2021-08-18 04:35:54 +00:00
2021-08-18 02:54:18 +00:00
The format is based on [Keep a Changelog ](https://keepachangelog.com/en/1.0.0/ ), and this project adheres to [Semantic Versioning ](https://semver.org/spec/v2.0.0.html ).
2021-08-17 00:55:25 +00:00
2021-08-19 04:09:43 +00:00
## [Unreleased]
2021-08-26 00:18:35 +00:00
2023-08-14 07:21:19 +00:00
### Added
- Plausible Analytics support ([#584](https://github.com/jpanther/congo/pull/584))
- Spanish translation of example site samples ([#606](https://github.com/jpanther/congo/pull/606))
- Japanese translation of docs and example site ([#618](https://github.com/jpanther/congo/pull/618))
2023-06-25 05:04:16 +00:00
### Changed
2023-08-14 07:21:19 +00:00
- Upgrade to Mermaid v10.3.1 ([#577](https://github.com/jpanther/congo/pull/577), [#582 ](https://github.com/jpanther/congo/pull/582 ), [#626 ](https://github.com/jpanther/congo/pull/626 ))
2023-06-26 00:10:38 +00:00
- Upgrade to KaTeX v0.16.8 ([#590](https://github.com/jpanther/congo/pull/590))
2023-08-14 07:21:19 +00:00
- Upgrade to Tailwind v3.3.3 ([#602](https://github.com/jpanther/congo/pull/602))
- Upgrade to ChartJS v4.3.3 ([#616](https://github.com/jpanther/congo/pull/616), [#627 ](https://github.com/jpanther/congo/pull/627 ))
### Fixed
- URL to Congo project in footer used deprecated git.io short link ([#605](https://github.com/jpanther/congo/pull/605))
- Various typos in the docs and example site ([#608](https://github.com/jpanther/congo/pull/608), [#609 ](https://github.com/jpanther/congo/pull/609 ), [#613 ](https://github.com/jpanther/congo/pull/613 ))
2023-06-25 05:04:16 +00:00
2023-06-04 00:38:18 +00:00
## [2.6.1] - 2023-06-04
2023-06-03 23:42:47 +00:00
### Changed
2023-06-04 00:31:57 +00:00
- Images are now marked for lazy loading by default ([#552](https://github.com/jpanther/congo/pull/552))
2023-06-04 00:20:41 +00:00
- Current language is no longer displayed in language selection ([#565](https://github.com/jpanther/congo/issues/565))
- Updated Simplified Chinese (China) translation ([#573](https://github.com/jpanther/congo/pull/573))
2023-06-03 23:42:47 +00:00
2023-06-03 23:36:34 +00:00
### Fixed
2023-06-04 00:20:41 +00:00
- Language selection repeats current language on multilingual sites instead of linking to translated content ([#565](https://github.com/jpanther/congo/issues/565))
2023-06-03 23:36:34 +00:00
- Icon padding inconsistent when using `--minify` option to build site ([#568](https://github.com/jpanther/congo/pull/568))
2023-06-04 00:26:15 +00:00
- Copyright string in the language configuration does not apply ([#572](https://github.com/jpanther/congo/issues/572))
2023-06-03 23:42:47 +00:00
- Upgrade to Mermaid v10.2.1 ([#569](https://github.com/jpanther/congo/pull/569))
2023-06-03 23:36:34 +00:00
2023-05-25 04:37:47 +00:00
## [2.6.0] - 2023-05-25
2023-04-04 23:53:45 +00:00
### Added
2023-05-25 04:12:42 +00:00
- Support for Hugo v0.112.0
2023-05-25 04:39:53 +00:00
- Ability to specify an alternate logo image when dark appearance is active ([#533](https://github.com/jpanther/congo/pull/533), [#543 ](https://github.com/jpanther/congo/pull/543 ))
2023-05-25 03:58:30 +00:00
- Ability to specify the hashing algorithm that is used when fingerprinting assets ([#478](https://github.com/jpanther/congo/issues/478))
2023-04-04 23:53:45 +00:00
- Arabic translation ([#521](https://github.com/jpanther/congo/pull/521))
2023-05-07 02:31:02 +00:00
- Slovak translation ([#541](https://github.com/jpanther/congo/pull/541))
- Czech translation ([#541](https://github.com/jpanther/congo/pull/541))
2023-04-04 23:53:45 +00:00
2023-03-29 04:11:19 +00:00
### Changed
2023-05-25 04:12:42 +00:00
- ⚠️ Some parameters in the root of the Languages config file have been nested under the `params` block
2023-03-29 04:11:19 +00:00
- Search results now respect `showDate` value when displaying article metadata ([#511](https://github.com/jpanther/congo/pull/511))
2023-04-05 00:50:15 +00:00
- Adopted new Tailwind logical properties for RTL styling
2023-05-25 04:32:09 +00:00
- Article sharing links now open in a new tab/window
2023-05-07 02:31:02 +00:00
- Updated Dutch translation ([#544](https://github.com/jpanther/congo/pull/544))
2023-04-05 00:50:15 +00:00
- Upgrade to Tailwind v3.3.1 ([#523](https://github.com/jpanther/congo/pull/523))
2023-05-25 01:46:15 +00:00
- Upgrade to KaTeX v0.16.7 ([#538](https://github.com/jpanther/congo/pull/538), [#549 ](https://github.com/jpanther/congo/pull/549 ))
- Upgrade to Chart.js v4.3.0 ([#551](https://github.com/jpanther/congo/pull/551))
- Upgrade to Mermaid v10.2.0 ([#563](https://github.com/jpanther/congo/pull/563))
2023-03-29 04:11:19 +00:00
2023-03-29 04:08:50 +00:00
### Fixed
- Some `srcset` values are broken when using Hugo `--minify` option ([#508](https://github.com/jpanther/congo/pull/508))
2023-05-25 02:52:11 +00:00
- Author images are cropped off-centre during image processing ([#527](https://github.com/jpanther/congo/pull/527))
2023-05-25 02:18:05 +00:00
- Site doesn't build when using Hugo v0.112.0 ([#561](https://github.com/jpanther/congo/pull/561))
2023-03-29 04:08:50 +00:00
2023-03-20 01:10:39 +00:00
## [2.5.4] - 2023-03-20
2023-03-20 01:04:32 +00:00
### Added
- Polish translation ([#497](https://github.com/jpanther/congo/pull/497))
### Changed
- Updated Russian translation ([#502](https://github.com/jpanther/congo/pull/502))
2023-03-20 01:08:39 +00:00
### Fixed
2023-03-20 01:09:53 +00:00
- Bengali translation prevents site building in certain configurations ([#503](https://github.com/jpanther/congo/issues/503))
2023-03-20 01:08:39 +00:00
2023-03-04 22:19:59 +00:00
## [2.5.3] - 2023-03-05
2023-03-02 23:31:15 +00:00
### Added
- Russian translation ([#485](https://github.com/jpanther/congo/pull/485))
2023-03-02 23:27:47 +00:00
### Changed
- Updated German translation ([#475](https://github.com/jpanther/congo/pull/475))
2023-03-02 23:41:12 +00:00
- Upgrade to Chart.js v4.2.1 ([#472](https://github.com/jpanther/congo/pull/472))
2023-03-04 22:11:45 +00:00
- Upgrade to Mermaid v9.4.0 ([#473](https://github.com/jpanther/congo/pull/473))
2023-03-02 23:41:12 +00:00
- Upgrade to Tailwind v3.2.7 ([#491](https://github.com/jpanther/congo/pull/491))
2023-03-02 23:27:47 +00:00
2023-03-04 21:58:13 +00:00
### Fixed
- Caching the analytics partial prevents some advanced analytics use cases ([#480](https://github.com/jpanther/congo/issues/480))
2023-01-23 21:50:19 +00:00
## [2.5.2] - 2023-01-24
2023-01-22 21:49:09 +00:00
### Added
- New icons for `mobile` and `phone`
### Fixed
- Author links containing URLs in non-hypertext schemes (ie. `tel:` ) would not be created as links ([#452](https://github.com/jpanther/congo/pull/452))
2023-01-23 21:43:49 +00:00
- Extra whitespace inserted after links within Markdown content ([#456](https://github.com/jpanther/congo/pull/456))
2023-01-22 21:49:09 +00:00
2023-01-19 23:20:01 +00:00
## [2.5.1] - 2023-01-20
2023-01-19 21:47:40 +00:00
### Changed
- External links are now automatically appended with `rel="noreferrer noopener"` ([#446](https://github.com/jpanther/congo/pull/446))
- Updated Traditional Chinese (Taiwan) translation ([#448](https://github.com/jpanther/congo/pull/448))
- Upgrade to Chart.js v4.2.0 ([#449](https://github.com/jpanther/congo/pull/449))
2023-01-19 22:06:19 +00:00
### Fixed
- Page alignment off-centre when opening hamburger menu at wide viewports ([#445](https://github.com/jpanther/congo/issues/445))
2023-01-17 02:00:12 +00:00
## [2.5.0] - 2023-01-17
2023-01-09 04:29:12 +00:00
### Added
2023-01-16 03:21:03 +00:00
- Support for icons in menus including support for links styled as an icon by itself or an icon with text
2023-01-17 01:58:04 +00:00
- Search and appearance switcher links can now be fully customised and positioned anywhere in the menu
2023-01-13 02:02:32 +00:00
- Front matter support for specifying article thumbnails, covers and featured image details (including filename pattern, alt text and caption)
2023-01-17 00:08:19 +00:00
- Two new colour schemes - `cherry` and `sapphire`
2023-01-14 23:38:53 +00:00
- Support for SVG assets as article thumbnails, covers and featured images
2023-01-10 05:33:33 +00:00
- Front matter keywords support on a per article basis
2023-01-09 04:29:12 +00:00
- Indonesian translation ([#398](https://github.com/jpanther/congo/pull/398))
2023-01-09 04:52:59 +00:00
- Mastodon sharing links ([#405](https://github.com/jpanther/congo/pull/405))
2023-01-10 04:43:56 +00:00
- `homepage.recentLimit` parameter to adjust the maximum number of recent items listed on the homepage ([#411](https://github.com/jpanther/congo/pull/411))
2023-01-09 04:29:12 +00:00
2023-01-09 05:30:40 +00:00
### Changed
2023-01-13 00:41:28 +00:00
- Images smaller than the article width are no longer resized to fill the content area and will now simply align centre ([#394](https://github.com/jpanther/congo/pull/394))
2023-01-09 05:30:40 +00:00
- Upgrade to KaTeX v0.16.4 ([#414](https://github.com/jpanther/congo/pull/414))
- Upgrade to Mermaid v9.3.0 ([#419](https://github.com/jpanther/congo/pull/419))
- Upgrade to Chart.js v4.1.2 ([#420](https://github.com/jpanther/congo/pull/420), [#434 ](https://github.com/jpanther/congo/pull/434 ))
2023-01-12 20:53:17 +00:00
- Upgrade to Typography v0.5.9 ([#437](https://github.com/jpanther/congo/pull/437))
2023-01-09 05:30:40 +00:00
2022-11-23 21:47:15 +00:00
### Fixed
2023-01-13 00:58:38 +00:00
- `mainSections` parameter is language dependent and is not referenced from `params.toml` ([#376](https://github.com/jpanther/congo/pull/376))
2022-11-23 21:47:15 +00:00
- Code highlight background cut off in Google Chrome when overflowing content area ([#383](https://github.com/jpanther/congo/pull/383))
2023-01-09 07:26:34 +00:00
- Social icons shift position during CSS transition when hovered in Safari ([#396](https://github.com/jpanther/congo/pull/396))
2023-01-12 22:04:34 +00:00
- Hamburger navigation menu is misaligned in mobile browsers ([#399](https://github.com/jpanther/congo/pull/399))
2023-01-09 06:00:17 +00:00
- Error when attempting to resize SVG assets in page bundles ([#427](https://github.com/jpanther/congo/pull/427))
2023-01-12 20:53:17 +00:00
- Appearance switcher missing `aria-label` ([#438](https://github.com/jpanther/congo/pull/438))
- Article links missing `alt` text and `aria-label` ([#439](https://github.com/jpanther/congo/pull/439))
2023-01-17 00:12:08 +00:00
- Line height in article tag list would cause overlap when wrapping to a new line ([#444](https://github.com/jpanther/congo/pull/444))
2023-01-14 00:24:41 +00:00
- Figure shortcode would not apply `class` or `href` attribtues in some cases
2023-01-14 03:21:53 +00:00
- Charts displaying with incorrect theme colours
2022-11-23 21:47:15 +00:00
2022-11-22 00:06:31 +00:00
## [2.4.2] - 2022-11-22
2022-11-15 22:32:13 +00:00
### Added
- Dutch translation ([#371](https://github.com/jpanther/congo/pull/371))
2022-11-21 23:01:29 +00:00
- HTML `theme-color` meta tag to adjust browser colours according to the active Congo colour scheme ([#379](https://github.com/jpanther/congo/pull/379))
2022-11-15 22:32:13 +00:00
2022-11-21 02:59:09 +00:00
### Changed
2022-11-22 00:03:28 +00:00
- Extended head and footer partials are no longer cached during builds
2022-11-21 02:59:09 +00:00
- Upgrade to Chart.js v4.0.1 ([#373](https://github.com/jpanther/congo/pull/373))
2022-11-21 03:48:30 +00:00
### Fixed
2022-11-21 23:32:13 +00:00
- Code highlight background cut off when overflowing content area ([#374](https://github.com/jpanther/congo/issues/374))
2022-11-21 03:48:30 +00:00
- 'Description' HTML meta tag not set from article description ([#378](https://github.com/jpanther/congo/issues/378))
2022-11-14 04:00:46 +00:00
## [2.4.1] - 2022-11-14
2022-11-14 03:57:56 +00:00
### Changed
- Upgrade to Tailwind v3.2.4 ([#368](https://github.com/jpanther/congo/pull/368))
2022-11-13 23:43:45 +00:00
### Fixed
2022-11-14 02:22:15 +00:00
- List page doesn't render nested list pages ([#365](https://github.com/jpanther/congo/issues/365))
2022-11-13 23:43:45 +00:00
- Pagination is duplicated on term pages ([#366](https://github.com/jpanther/congo/issues/366))
2022-11-14 02:23:44 +00:00
- Link to last pagination page sometimes displays twice
2022-11-14 02:24:57 +00:00
- Recent articles would sometimes display less than five articles
2022-11-13 23:43:45 +00:00
2022-11-10 02:12:59 +00:00
## [2.4.0] - 2022-11-10
2022-08-18 04:32:21 +00:00
### Added
2022-11-08 22:30:26 +00:00
- Support for article thumbnails, covers and featured images
2022-11-09 23:52:11 +00:00
- Hybrid header layout that switches between the hamburger and basic menus at appropriate viewport sizes
2022-08-18 04:32:21 +00:00
- Traditional Chinese (Taiwan) translation ([#262](https://github.com/jpanther/congo/pull/262))
2022-11-08 01:15:25 +00:00
- New `list.paginationWidth` parameter to specify how many pagination links are generated before they are truncated
2022-11-10 00:32:43 +00:00
- Site title display can be toggled on or off independently, allowing for it to be displayed alongside the site logo or removed entirely
2022-08-18 04:59:46 +00:00
- Tailwind plugin for Prettier to standardise the order of CSS classes ([#268](https://github.com/jpanther/congo/pull/268))
2022-11-07 04:49:55 +00:00
- External links in article content will now open in a new browser tab ([#312](https://github.com/jpanther/congo/pull/312))
2022-11-07 22:53:35 +00:00
- Independent control over the display of taxonomy listings on article and list pages ([#326](https://github.com/jpanther/congo/pull/326))
2022-11-07 05:40:36 +00:00
- Button shortcode now supports an optional `download` parameter to instruct browsers to directly download resources rather than navigate to a URL ([#349](https://github.com/jpanther/congo/pull/349))
2022-11-10 01:36:05 +00:00
- Minor style and layout improvements
2022-08-18 04:32:21 +00:00
2022-08-18 04:19:37 +00:00
### Changed
2022-11-10 00:32:43 +00:00
- ⚠️ The `logo` parameter has moved under the `header` group and is now set using `header.logo`
2022-08-18 04:33:44 +00:00
- ⚠️ Simplified Chinese (China) language code has changed from `zh` to `zh-cn`
2022-11-07 05:04:10 +00:00
- Site logo is now in its own `logo.html` partial to allow it to be easily overridden ([#322](https://github.com/jpanther/congo/pull/322))
2022-08-18 04:19:37 +00:00
- Upgrade to Chart.js v3.9.1 ([#261](https://github.com/jpanther/congo/pull/261))
2022-11-08 02:57:12 +00:00
- Upgrade to Tailwind v3.2.2 ([#265](https://github.com/jpanther/congo/pull/265), [#333 ](https://github.com/jpanther/congo/pull/333 ), [#352 ](https://github.com/jpanther/congo/pull/352 ))
2022-11-10 01:50:48 +00:00
- Upgrade to Mermaid v9.2.2 ([#272](https://github.com/jpanther/congo/pull/272), [#279 ](https://github.com/jpanther/congo/pull/279 ), [#296 ](https://github.com/jpanther/congo/pull/296 ), [#339 ](https://github.com/jpanther/congo/pull/339 ), [#360 ](https://github.com/jpanther/congo/pull/360 ))
2022-11-07 06:39:14 +00:00
- Upgrade to KaTeX v0.16.3 ([#284](https://github.com/jpanther/congo/pull/284), [#334 ](https://github.com/jpanther/congo/pull/334 ))
2022-11-08 02:57:12 +00:00
- Upgrade to Typography v0.5.8 ([#287](https://github.com/jpanther/congo/pull/287), [#292 ](https://github.com/jpanther/congo/pull/292 ), [#353 ](https://github.com/jpanther/congo/pull/353 ))
2022-08-18 04:19:37 +00:00
2022-08-18 05:57:01 +00:00
### Fixed
2022-08-18 06:13:30 +00:00
- Appearance switcher title doesn't update when switching appearance ([#235](https://github.com/jpanther/congo/issues/235))
2022-08-18 05:57:01 +00:00
- Article updated date logic doesn't consider formatted date values ([#259](https://github.com/jpanther/congo/issues/259))
2022-11-08 01:34:43 +00:00
- Error calling Paginate when attempting to generate a site with no taxonomies ([#289](https://github.com/jpanther/congo/issues/289))
2022-11-08 02:15:58 +00:00
- Multilingual links are spaced incorrectly when using Hugo minify ([#298](https://github.com/jpanther/congo/issues/298))
2022-11-08 01:15:25 +00:00
- Pagination links overflow the page area on large datasets ([#299](https://github.com/jpanther/congo/issues/299))
2022-11-08 02:25:53 +00:00
- Embedded content disappears when displayed at certain viewport sizes ([#302](https://github.com/jpanther/congo/issues/302), [#335 ](https://github.com/jpanther/congo/issues/335 ))
2022-11-07 06:49:18 +00:00
- Order of articles on list pages would not follow Hugo conventions when grouped by year ([#313](https://github.com/jpanther/congo/issues/313))
2022-11-07 22:28:19 +00:00
- Button shortcode overlaps table of contents when at the top of the article content ([#337](https://github.com/jpanther/congo/issues/337))
- Providing a `colorScheme` value containing uppercase characters breaks some deployments ([#347](https://github.com/jpanther/congo/issues/347))
2022-08-18 05:57:01 +00:00
2022-07-30 06:30:58 +00:00
## [2.3.1] - 2022-07-30
2022-06-29 04:42:52 +00:00
### Added
- Japanese translation ([#234](https://github.com/jpanther/congo/pull/234))
2022-06-29 04:51:26 +00:00
### Changed
2022-06-29 04:56:31 +00:00
- Upgrade to Mermaid v9.1.3 ([#233](https://github.com/jpanther/congo/pull/233))
2022-07-30 04:42:54 +00:00
- Upgrade to Tailwind v3.1.6 ([#245](https://github.com/jpanther/congo/pull/245))
- Upgrade to Typography v0.5.4 ([#246](https://github.com/jpanther/congo/pull/246))
- Upgrade to Chart.js v3.8.2 ([#247](https://github.com/jpanther/congo/pull/247))
2022-06-29 04:51:26 +00:00
2022-06-27 23:47:30 +00:00
### Fixed
- Main content misaligned when hamburger menu is opened at large viewport sizes
2022-06-27 03:18:18 +00:00
## [2.3.0] - 2022-06-27
2022-06-25 02:42:02 +00:00
### Added
2022-06-27 02:31:15 +00:00
- Header layouts for selecting a preferred header style
- Hamburger menu header layout with popover main menu ([#167](https://github.com/jpanther/congo/discussions/167), [#88 ](https://github.com/jpanther/congo/discussions/88 ), [#43 ](https://github.com/jpanther/congo/discussions/43 ), [#29 ](https://github.com/jpanther/congo/discussions/29 ))
2022-06-25 05:03:45 +00:00
- Front matter support for showing or hiding comments on a per article basis ([#207](https://github.com/jpanther/congo/discussions/207))
- `showCopyright` and `showThemeAttribution` parameters that allow more control over how the site footer is displayed ([#192](https://github.com/jpanther/congo/discussions/192))
2022-06-27 02:31:15 +00:00
- `bars` SVG icon
2022-06-25 02:42:02 +00:00
2022-06-22 07:25:25 +00:00
### Changed
2022-06-27 00:30:07 +00:00
- ⚠️ Footer configuration parameters are now in their own `footer` sub-group
2022-06-25 00:48:27 +00:00
- Search will now return results for all page types, including lists and taxonomies
2022-06-25 04:17:44 +00:00
- Comments partials are now better considered within the page layout
2022-06-25 05:03:45 +00:00
- Reduced whitespace at the top of the main content block ([#226](https://github.com/jpanther/congo/discussions/226))
2022-06-22 07:25:25 +00:00
- Upgrade to Tailwind v3.1.4 ([#225](https://github.com/jpanther/congo/pull/225))
2022-06-25 00:40:24 +00:00
### Fixed
2022-06-27 03:12:55 +00:00
- Hugo v0.101.0 breaks the link to the homepage ([#230](https://github.com/jpanther/congo/issues/230))
2022-06-25 00:48:27 +00:00
- 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](https://github.com/jpanther/congo/issues/229))
2022-06-25 05:31:08 +00:00
- 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
2022-06-25 03:04:41 +00:00
- Scroll to top misaligned with the footer at small viewport heights
2022-06-25 01:00:20 +00:00
- Link to homepage would be incorrect in some deployments if `baseURL` contained sub-directories in the path
2022-06-25 00:40:24 +00:00
2022-06-22 06:28:10 +00:00
## [2.2.3] - 2022-06-22
2022-06-22 02:14:10 +00:00
### Changed
- Profile image alt text now uses author name when available
2022-06-22 01:50:52 +00:00
### Fixed
- Search not working when `baseURL` does not end with a forward slash ([#224](https://github.com/jpanther/congo/pull/224))
2022-06-22 02:15:05 +00:00
- Author `headline` parameter not correctly displaying Markdown or Emoji content
2022-06-22 01:50:52 +00:00
2022-06-16 01:27:20 +00:00
## [2.2.2] - 2022-06-16
2022-05-26 01:43:19 +00:00
### Added
2023-07-20 20:46:30 +00:00
- Breadcrumb display can now be can now be specified in front matter for articles and list pages
2022-06-08 01:06:41 +00:00
- Italian translation ([#209](https://github.com/jpanther/congo/pull/209))
2022-05-26 01:43:19 +00:00
2022-06-15 23:10:17 +00:00
### Changed
- Upgrade to Chart.js v3.8.0 ([#204](https://github.com/jpanther/congo/pull/204))
2022-06-15 23:14:54 +00:00
- Upgrade to KaTeX v0.16.0 ([#208](https://github.com/jpanther/congo/pull/208))
2022-06-16 00:05:17 +00:00
- Upgrade to Mermaid v9.1.2 ([#214](https://github.com/jpanther/congo/pull/214))
2022-06-15 23:10:17 +00:00
2022-05-25 04:26:09 +00:00
## [2.2.1] - 2022-05-25
2022-05-25 04:05:52 +00:00
### Changed
- Upgrade to Mermaid v9.1.1 ([#194](https://github.com/jpanther/congo/pull/194))
2022-05-25 04:09:52 +00:00
- Upgrade to Fuse.js v6.6.2 ([#195](https://github.com/jpanther/congo/pull/195))
2022-05-25 04:13:42 +00:00
- Upgrade KaTeX to v0.15.6 ([#202](https://github.com/jpanther/congo/pull/202))
2022-05-25 04:09:52 +00:00
### Fixed
- Main content area doesn't grow to window height ([#201](https://github.com/jpanther/congo/issues/201))
2022-05-25 04:05:52 +00:00
2022-05-08 23:01:44 +00:00
## [2.2.0] - 2022-05-09
2022-04-30 04:53:26 +00:00
### Added
- Finnish translation ([#185](https://github.com/jpanther/congo/pull/185))
2022-04-13 23:15:26 +00:00
### Changed
2022-04-25 00:03:44 +00:00
- Updated French translation ([#178](https://github.com/jpanther/congo/pull/178))
2022-04-25 01:12:02 +00:00
- Analytics partial now checks `hugo.IsProduction` instead of `.Site.IsServer` before including scripts ([#179](https://github.com/jpanther/congo/issues/179))
2022-04-13 23:15:26 +00:00
- Upgrade to Tailwind v3.0.24 ([#176](https://github.com/jpanther/congo/pull/176))
2022-04-25 00:04:06 +00:00
- Upgrade to Mermaid v9.0.1 ([#183](https://github.com/jpanther/congo/pull/183))
2022-05-08 23:00:55 +00:00
- Upgrade to Fuse.js v6.6.1 ([#189](https://github.com/jpanther/congo/pull/189))
2022-04-13 23:15:26 +00:00
2022-05-01 00:19:32 +00:00
### Fixed
2022-05-01 01:17:30 +00:00
- Code blocks are rendered incorrectly in RTL languages ([#164](https://github.com/jpanther/congo/issues/164))
2022-05-01 00:19:32 +00:00
- Scroll to top link overlaps footer menu on mobile devices when there are several links ([#172](https://github.com/jpanther/congo/issues/172))
2022-05-01 00:53:27 +00:00
### Removed
- `hugo.Generator` from HTML `<head>` so that the [default Hugo generator behaviour ](https://gohugo.io/getting-started/configuration/#disablehugogeneratorinject ) works as expected ([#179](https://github.com/jpanther/congo/issues/179))
2022-04-11 23:41:38 +00:00
## [2.1.3] - 2022-04-12
2022-04-10 23:03:38 +00:00
### Added
- Hungarian translation ([#170](https://github.com/jpanther/congo/pull/170))
2022-04-11 23:17:17 +00:00
### Fixed
- Scroll to top link overlaps footer menu on mobile devices ([#172](https://github.com/jpanther/congo/issues/172))
2022-04-08 00:43:10 +00:00
## [2.1.2] - 2022-04-08
2022-04-05 03:59:32 +00:00
### Added
2022-04-08 00:17:39 +00:00
- Romanian translation ([#168](https://github.com/jpanther/congo/pull/168))
2022-04-05 03:59:32 +00:00
2022-04-08 00:15:43 +00:00
### Changed
- Upgrade to Mermaid v9.0.0
2022-04-03 05:32:32 +00:00
## [2.1.1] - 2022-04-03
2022-04-03 03:30:49 +00:00
### Added
2022-04-03 03:54:02 +00:00
- Print styles to hide unnecessary elements when printing ([#155](https://github.com/jpanther/congo/pull/155))
2022-04-03 03:30:49 +00:00
- Hebrew translation ([#163](https://github.com/jpanther/congo/pull/163))
2022-04-03 04:11:46 +00:00
### Fixed
2022-04-03 04:57:29 +00:00
- Footer menu displays incorrectly in RTL languages ([#165](https://github.com/jpanther/congo/pull/165))
2022-04-03 04:11:46 +00:00
2022-03-13 23:46:34 +00:00
## [2.1.0] - 2022-03-14
2022-03-07 23:09:37 +00:00
### Added
2022-03-07 23:46:26 +00:00
- Simple page layout for creating full-width content ([#139](https://github.com/jpanther/congo/issues/139))
2022-03-07 23:09:37 +00:00
- Portuguese (Portugal) translation ([#144](https://github.com/jpanther/congo/pull/144))
2022-03-07 22:51:19 +00:00
### Changed
2022-03-13 23:44:40 +00:00
- Upgrade SVG icons to FontAwesome 6:
2022-06-25 05:03:45 +00:00
- New icons for Hashnode, bug, check, comment, light bulb, list, pencil, skull, tag, and information. ([#136](https://github.com/jpanther/congo/discussions/136))
2022-03-09 05:13:36 +00:00
- ⚠️ The `exclamation-triangle` icon has been renamed `triangle-exclamation`
- ⚠️ The `times` icon has been renamed `xmark`
- ⚠️ The `stackoverflow` icon has been renamed `stack-overflow`
2022-03-13 23:44:40 +00:00
- Upgrade KaTeX to v0.15.3
2022-03-07 22:51:19 +00:00
- Markdown images and `figure` shortcode now search the `assets/` directory if an image cannot be found in page bundle ([#126](https://github.com/jpanther/congo/issues/126))
- Markdown images and `figure` shortcode now fallback to static assets if an image is not provided as a Hugo resource ([#126](https://github.com/jpanther/congo/issues/126))
2022-03-07 23:43:56 +00:00
- Taxonomy term listings now honour the `groupByYear` parameter ([#145](https://github.com/jpanther/congo/pull/145))
2022-03-09 04:14:09 +00:00
- The `alert` shortcode now allows its icon to be specified as a parameter
2022-03-07 22:51:19 +00:00
2022-03-13 23:40:34 +00:00
### Fixed
- Dark appearance shown even when default appearance set to light and auto switching is disabled ([#149](https://github.com/jpanther/congo/issues/149))
2022-02-20 03:42:04 +00:00
## [2.0.5] - 2022-02-20
2022-02-13 07:38:34 +00:00
### Added
- Bengali translation ([#115](https://github.com/jpanther/congo/pull/115))
2022-02-20 03:34:38 +00:00
### 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
2022-02-13 06:44:30 +00:00
### Fixed
- Updated date is displayed even when it is the same as published date
2022-02-13 07:00:38 +00:00
- Structured data on homepage unparsable by Google ([#113](https://github.com/jpanther/congo/issues/113))
2022-02-20 03:36:36 +00:00
- Underline styles not displaying correctly in some browsers ([#125](https://github.com/jpanther/congo/issues/125))
2022-02-13 06:44:30 +00:00
2022-02-08 23:22:07 +00:00
## [2.0.4] - 2022-02-09
2022-02-08 03:32:28 +00:00
### Changed
2022-02-08 22:19:57 +00:00
- Updated German translation ([#110](https://github.com/jpanther/congo/pull/110))
2022-02-08 03:32:28 +00:00
- Upgrade to Tailwind v3.0.19
2022-02-06 22:37:59 +00:00
### Fixed
- Main content area not growing to fill screen vertically
2022-02-07 21:50:06 +00:00
- Search results not cleared when search is dismissed ([#109](https://github.com/jpanther/congo/pull/109))
2022-02-07 22:00:35 +00:00
- Emoji strings not displaying in search results
2022-02-06 22:37:59 +00:00
2022-02-06 22:12:13 +00:00
## [2.0.3] - 2022-02-07
2022-02-06 00:31:36 +00:00
### Changed
- Updated Turkish translation ([#105](https://github.com/jpanther/congo/pull/105))
- Updated Spanish translation ([#106](https://github.com/jpanther/congo/pull/106))
2022-02-06 00:26:37 +00:00
### 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
2022-02-06 22:11:47 +00:00
- Light appearance briefly appears on page load before switching to dark appearance ([#102](https://github.com/jpanther/congo/issues/102))
2022-02-06 00:26:37 +00:00
2022-02-05 08:42:23 +00:00
## [2.0.2] - 2022-02-05
2022-02-04 23:03:34 +00:00
### Changed
- Updated French translation ([#100](https://github.com/jpanther/congo/pull/100))
2022-02-05 08:19:47 +00:00
### Fixed
- User's appearance preference is lost on page load when default appearance is dark ([#102](https://github.com/jpanther/congo/issues/102))
- JavaScript warning when appearance switcher is disabled
2022-02-03 05:03:26 +00:00
## [2.0.1] - 2022-02-03
2022-02-03 04:53:07 +00:00
### Fixed
- Hugo module error when downloading version 2
- Emoji strings not displaying in table of contents
2022-02-03 00:51:19 +00:00
## [2.0.0] - 2022-02-03
2022-01-11 01:00:27 +00:00
### Added
- Multilingual support
2022-01-11 05:17:49 +00:00
- Right-to-left (RTL) language support
2022-01-13 04:56:30 +00:00
- Site search powered by Fuse.js
2022-01-12 03:21:22 +00:00
- Automatic Markdown image resizing and srcset generation
2022-01-12 01:20:04 +00:00
- Performance and Accessibility improvements to achieve perfect Lighthouse scores
2022-06-25 05:03:45 +00:00
- Tables of contents on article pages ([#47](https://github.com/jpanther/congo/discussions/47))
2022-01-25 23:49:30 +00:00
- Code copy buttons in article content
2022-01-20 03:08:52 +00:00
- Taxonomy and term listings now support Markdown content
2022-01-16 23:16:57 +00:00
- Taxonomies on article and list pages
2022-01-24 06:05:50 +00:00
- Article pagination direction can be inverted
2022-01-12 01:32:29 +00:00
- Author `headline` parameter
2022-01-18 06:26:46 +00:00
- Skip to content and Scroll to top links
2022-01-25 02:12:14 +00:00
- Archetype for generating links to external articles
2022-01-11 01:00:27 +00:00
2022-01-10 22:25:33 +00:00
### Changed
2022-01-19 00:28:20 +00:00
- ⚠️ Required Hugo version is now 0.87.0 or later
2022-01-27 04:26:18 +00:00
- ⚠️ Complete rewrite of dark mode to allow more flexibile configuration
- ⚠️ All theme images are now Hugo assets
2022-01-19 00:28:20 +00:00
- ⚠️ Overhauled `figure` shortcode which now resizes images
2022-01-30 22:17:43 +00:00
- Upgrade to Tailwind v3.0.18
2022-02-05 08:19:47 +00:00
- Inline JavaScript moved to external files
2022-01-17 04:56:08 +00:00
- Improved JSON-LD structured data
2022-01-27 00:39:36 +00:00
- Breadcrumbs now fallback to section name when `title` is not provided
2022-01-11 13:08:38 +00:00
- Minor style and layout improvements
2022-01-10 22:25:33 +00:00
2022-01-24 00:53:27 +00:00
## [1.6.4] - 2022-01-24
2022-01-23 22:44:45 +00:00
### Added
- Turkish translation ([#90](https://github.com/jpanther/congo/pull/90))
2022-01-24 00:06:57 +00:00
### Changed
- Article updated date formatting and i18n ([#91](https://github.com/jpanther/congo/pull/91))
2022-01-24 00:11:36 +00:00
- Upgrade to Mermaid v8.13.10
2022-01-24 00:06:57 +00:00
### Fixed
- Article metadata not wrapping at small viewports ([#91](https://github.com/jpanther/congo/pull/91))
2022-01-19 02:44:19 +00:00
## [1.6.3] - 2022-01-19
2022-01-16 22:17:54 +00:00
### Added
- Icon for Stack Overflow ([#82](https://github.com/jpanther/congo/pull/82))
2022-01-19 01:32:07 +00:00
### Changed
- Upgrade to Mermaid v8.13.9
2022-01-19 01:36:36 +00:00
- Upgrade to KaTeX v0.15.2
2022-01-19 01:32:07 +00:00
2022-01-19 01:22:35 +00:00
### Fixed
2022-01-19 02:46:09 +00:00
- Emoji characters in article titles not appearing on list pages and in HTML metadata ([#84](https://github.com/jpanther/congo/pull/84))
2022-01-19 01:22:35 +00:00
2022-01-07 03:53:10 +00:00
## [1.6.2] - 2022-01-07
2022-01-07 03:31:07 +00:00
### Changed
- Upgrade to Chart.js v3.7.0
- Upgrade to Mermaid v8.13.8
2022-01-04 23:13:23 +00:00
### Fixed
- `lead` shortcode not rendering Markdown formatted text ([#73](https://github.com/jpanther/congo/issues/73))
2022-01-07 03:50:15 +00:00
- JSON-LD keywords data not structured correctly ([#74](https://github.com/jpanther/congo/issues/74))
2022-01-04 23:13:23 +00:00
2021-12-30 22:09:46 +00:00
## [1.6.1] - 2021-12-31
2021-12-30 22:05:48 +00:00
### Added
- Icon for Blogger ([#71](https://github.com/jpanther/congo/pull/71))
2021-12-26 21:49:34 +00:00
### Fixed
- Error when building using older Hugo versions ([#65](https://github.com/jpanther/congo/pull/65))
2021-12-29 07:09:57 +00:00
- Error when serving sites using blogdown ([#66](https://github.com/jpanther/congo/pull/66))
2021-12-26 21:49:34 +00:00
2021-12-21 02:27:10 +00:00
## [1.6.0] - 2021-12-21
2021-12-17 22:06:59 +00:00
### Added
2021-12-17 23:07:38 +00:00
- Article word counts ([#57](https://github.com/jpanther/congo/pull/57))
- Last updated dates on articles
2021-12-20 21:46:11 +00:00
- Icons for Amazon, Apple, Flickr, Google, Kickstarter, Microsoft, Patreon, Telegram, Tumblr and WhatsApp
2021-12-17 22:06:59 +00:00
2021-12-17 22:16:04 +00:00
### Changed
2021-12-21 02:22:45 +00:00
- Adjusted contrast of some items to improve accessibility
2021-12-17 22:16:04 +00:00
- Upgrade to Chart.js v3.6.2
- Upgrade to Mermaid v8.13.6
2021-12-21 02:22:45 +00:00
### Fixed
- Missing ARIA descriptions and alt tags on some images and links
2021-11-17 22:49:16 +00:00
## [1.5.3] - 2021-11-18
2021-11-16 06:46:40 +00:00
### Changed
- Updated Chinese translation ([#32](https://github.com/jpanther/congo/pull/32))
### Fixed
- Article pagination uses date of current article ([#32](https://github.com/jpanther/congo/pull/32))
2021-11-10 01:56:39 +00:00
## [1.5.2] - 2021-11-10
2021-11-07 23:34:36 +00:00
### Added
- German translation ([#27](https://github.com/jpanther/congo/pull/27))
2022-03-07 23:09:37 +00:00
- Portuguese (Brazil) translation ([#28](https://github.com/jpanther/congo/pull/28))
2021-11-10 01:44:38 +00:00
- Spanish translation ([#30](https://github.com/jpanther/congo/pull/30))
2021-11-07 23:34:36 +00:00
2021-11-06 02:05:29 +00:00
### Fixed
2021-11-06 03:49:55 +00:00
- Article pagination link spacing ([#26](https://github.com/jpanther/congo/pull/26))
- Minor icon style issues
2021-11-06 02:05:29 +00:00
2021-11-04 03:22:21 +00:00
## [1.5.1] - 2021-11-04
2021-11-04 03:19:02 +00:00
### Fixed
- Hugo failing to build site when deploying as a module
2021-11-04 00:06:28 +00:00
## [1.5.0] - 2021-11-04
2021-10-26 22:52:45 +00:00
### Added
2021-10-28 04:32:27 +00:00
- Chart.js support using `chart` shortcode
2021-11-03 23:11:48 +00:00
- KaTeX support using `katex` shortcode
2021-10-29 03:51:49 +00:00
- Dark mode toggle with new theme parameters for managing light/dark appearance
2021-10-26 22:52:45 +00:00
- French translation ([#18](https://github.com/jpanther/congo/pull/18))
2021-11-03 23:54:47 +00:00
- Author bio in article footer
2023-07-20 20:46:30 +00:00
- Grouping by year can now be specified in front matter on list pages
2021-10-26 22:52:45 +00:00
2021-10-26 23:34:50 +00:00
### Changed
- Site name, author and menus will now render Markdown and Emoji
2021-10-28 01:39:34 +00:00
- Bundled Mermaid for better vendor dependency management
2021-10-28 04:01:19 +00:00
- Mermaid diagrams are now themed to match the configured colour scheme
2021-11-04 00:02:36 +00:00
- Upgrade to Tailwind v2.2.19
2021-10-26 23:34:50 +00:00
2021-10-28 06:19:53 +00:00
### Fixed
- Site logo image dimensions are unconstrained ([#19](https://github.com/jpanther/congo/issues/19))
2021-10-29 03:54:46 +00:00
- Article summary styled incorrectly in dark mode
2021-11-03 22:56:30 +00:00
- Links containing `code` blocks styled incorrectly
2021-10-28 06:19:53 +00:00
2021-10-20 03:56:47 +00:00
## [1.4.0] - 2021-10-20
2021-10-18 02:08:36 +00:00
### Added
2021-10-19 04:45:11 +00:00
- Footer menu
2021-10-19 06:04:42 +00:00
- Article summary support
2021-10-18 02:08:36 +00:00
- Slate colour scheme ([#9](https://github.com/jpanther/congo/pull/9))
- Icons for ORCID and ResearchGate ([#9](https://github.com/jpanther/congo/pull/9))
2021-10-20 00:07:55 +00:00
- Pinterest sharing links
2021-10-19 23:44:57 +00:00
- Sharing links can now be specified in front matter
2021-10-18 02:08:36 +00:00
2021-10-19 04:44:23 +00:00
### Changed
- Main menu is now optional
2021-10-19 23:21:44 +00:00
- Upgrade to Mermaid v8.13.3
2021-10-20 03:47:40 +00:00
- Upgrade to Tailwind v2.2.17
2021-10-19 04:44:23 +00:00
2021-10-19 06:33:18 +00:00
### Fixed
- Site logo not linked to home page ([#13](https://github.com/jpanther/congo/issues/13))
2021-09-29 00:56:22 +00:00
## [1.3.0] - 2021-09-29
2021-09-20 05:17:43 +00:00
### Added
2021-09-22 02:24:46 +00:00
- Site logo support
2021-09-20 05:17:43 +00:00
- Chinese translation ([#2](https://github.com/jpanther/congo/pull/2))
2021-09-29 00:55:03 +00:00
### Changed
- Upgrade to Tailwind v2.2.16
2021-08-26 00:18:35 +00:00
## [1.2.1] - 2021-08-26
2021-08-26 00:07:37 +00:00
### Added
2021-08-26 00:18:35 +00:00
2021-08-26 00:07:37 +00:00
- New `robots` parameter to add metadata to guide robots on how to handle specific content
### Changed
2021-08-26 00:18:35 +00:00
2021-08-26 00:07:37 +00:00
- URLs are relative by default which allows the theme to be more flexible in different deployment scenarios
2021-08-22 23:49:59 +00:00
### Fixed
2021-08-26 00:18:35 +00:00
2021-08-22 23:49:59 +00:00
- Missing dark style for group subheadings on article listings
2021-08-25 03:31:53 +00:00
- Fathom Analytics script included twice when using custom domain
2021-08-25 06:25:45 +00:00
- Recent heading on homepage profile layout misaligned
2021-08-19 04:09:43 +00:00
2021-08-22 07:24:17 +00:00
## [1.2.0] - 2021-08-22
2021-08-26 00:18:35 +00:00
2021-08-19 07:28:56 +00:00
### Added
2021-08-26 00:18:35 +00:00
2021-08-20 07:02:08 +00:00
- Multiple colour schemes
2021-08-21 01:42:40 +00:00
- Edit links on article pages
2021-08-19 07:28:56 +00:00
- Icons for Foursquare and Pinterest
2021-08-21 02:20:29 +00:00
- Asset fingerprinting and SRI
- CSS minification for custom stylesheets
### Changed
2021-08-26 00:18:35 +00:00
2021-08-21 02:20:29 +00:00
- Static assets are now managed through Hugo Pipelines
2021-08-19 07:28:56 +00:00
2021-08-19 04:09:43 +00:00
### Fixed
2021-08-26 00:18:35 +00:00
2021-08-19 04:40:57 +00:00
- Minor style issue with `button` shortcode
- Hugo Modules would fail when using default theme config file
2021-08-19 06:43:45 +00:00
- Some content not centred correctly on the profile homepage layout
2021-08-20 03:56:45 +00:00
- Some links missing the correct styles when in Firefox
2021-08-22 06:58:25 +00:00
- `externalUrl` front matter not working on some list pages
2021-08-19 04:09:43 +00:00
2021-10-20 03:56:25 +00:00
## [1.1.1] - 2021-08-19
2021-08-26 00:18:35 +00:00
2021-08-19 03:00:59 +00:00
### Fixed
2021-08-26 00:18:35 +00:00
2021-08-19 03:00:59 +00:00
- Hotfix for exampleSite and GitHub configuration
2021-10-20 03:56:25 +00:00
## [1.1.0] - 2021-08-18
2021-08-26 00:18:35 +00:00
2021-08-17 06:48:08 +00:00
### Added
2021-08-26 00:18:35 +00:00
2021-08-18 00:08:06 +00:00
- Breadcrumbs
2021-08-17 06:48:08 +00:00
- i18n support
2021-08-18 04:35:54 +00:00
- Recent articles partial
2021-08-18 02:54:18 +00:00
- CSS transitions
2021-08-18 06:01:53 +00:00
- Hugo module support
2021-08-18 07:06:14 +00:00
- JSON-LD structured metadata
2021-08-17 06:48:08 +00:00
2021-08-17 05:35:04 +00:00
### Changed
2021-08-26 00:18:35 +00:00
2021-08-18 06:01:53 +00:00
- ⚠️ Renamed parameter: `homepage.showList` -> `homepage.showRecent`
2021-08-18 07:06:14 +00:00
- ⚠️ Renamed parameter: `homepage.listSections` -> `mainSections`
2021-08-18 06:01:53 +00:00
- ⚠️ Consolidated author configuration parameters into `config.toml`
2021-08-18 02:54:18 +00:00
- General style tweaks to enhance design consistency
2021-08-17 05:35:04 +00:00
2021-08-17 01:03:22 +00:00
### Fixed
2021-08-26 00:18:35 +00:00
2021-08-17 06:48:08 +00:00
- URLs being incorrect in some cases when the site is deployed in a subfolder
2021-08-17 01:03:22 +00:00
2021-10-20 03:56:25 +00:00
## [1.0.0] - 2021-08-16
2021-08-26 00:18:35 +00:00
2021-08-22 06:55:10 +00:00
### Added
2021-08-26 00:18:35 +00:00
2021-08-17 00:55:25 +00:00
- Built with Tailwind CSS JIT for minified stylesheets without any excess code
- Fully responsive layout
- Dark mode (auto-switching based upon browser)
- Highly customisable configuration
- Multiple homepage layouts
- Flexible with any content types, taxonomies and menus
- Ability to link to posts on third-party websites
- Diagrams and visualisations using Mermaid JS
- SVG icons from FontAwesome 5
- Heading anchors, Buttons, Badges and more
- HTML and Emoji support in articles
- SEO friendly with links for sharing to social media
- RSS feeds
- Fathom Analytics and Google Analytics support
- Favicons support
- Comments support
- Advanced customisation using simple Tailwind colour definitions and styles
- Fully documented
2023-06-04 00:38:18 +00:00
[Unreleased]: https://github.com/jpanther/congo/compare/v2.6.1...HEAD
[2.6.1]: https://github.com/jpanther/congo/compare/v2.6.0...v2.6.1
2023-05-25 04:37:47 +00:00
[2.6.0]: https://github.com/jpanther/congo/compare/v2.5.4...v2.6.0
2023-03-20 01:10:39 +00:00
[2.5.4]: https://github.com/jpanther/congo/compare/v2.5.3...v2.5.4
2023-03-04 22:19:59 +00:00
[2.5.3]: https://github.com/jpanther/congo/compare/v2.5.2...v2.5.3
2023-01-23 21:50:19 +00:00
[2.5.2]: https://github.com/jpanther/congo/compare/v2.5.1...v2.5.2
2023-01-19 23:20:01 +00:00
[2.5.1]: https://github.com/jpanther/congo/compare/v2.5.0...v2.5.1
2023-01-17 02:00:12 +00:00
[2.5.0]: https://github.com/jpanther/congo/compare/v2.4.2...v2.5.0
2022-11-22 00:06:31 +00:00
[2.4.2]: https://github.com/jpanther/congo/compare/v2.4.1...v2.4.2
2022-11-14 04:00:46 +00:00
[2.4.1]: https://github.com/jpanther/congo/compare/v2.4.0...v2.4.1
2022-11-10 02:12:59 +00:00
[2.4.0]: https://github.com/jpanther/congo/compare/v2.3.1...v2.4.0
2022-07-30 06:30:58 +00:00
[2.3.1]: https://github.com/jpanther/congo/compare/v2.3.0...v2.3.1
2022-06-27 03:18:18 +00:00
[2.3.0]: https://github.com/jpanther/congo/compare/v2.2.3...v2.3.0
2022-06-22 06:28:10 +00:00
[2.2.3]: https://github.com/jpanther/congo/compare/v2.2.2...v2.2.3
2022-06-16 01:27:20 +00:00
[2.2.2]: https://github.com/jpanther/congo/compare/v2.2.1...v2.2.2
2022-05-25 04:26:09 +00:00
[2.2.1]: https://github.com/jpanther/congo/compare/v2.2.0...v2.2.1
2022-05-08 23:01:44 +00:00
[2.2.0]: https://github.com/jpanther/congo/compare/v2.1.3...v2.2.0
2022-04-11 23:41:38 +00:00
[2.1.3]: https://github.com/jpanther/congo/compare/v2.1.2...v2.1.3
2022-04-08 00:43:10 +00:00
[2.1.2]: https://github.com/jpanther/congo/compare/v2.1.1...v2.1.2
2022-04-03 05:32:32 +00:00
[2.1.1]: https://github.com/jpanther/congo/compare/v2.1.0...v2.1.1
2022-03-13 23:46:34 +00:00
[2.1.0]: https://github.com/jpanther/congo/compare/v2.0.5...v2.1.0
2022-02-20 03:42:04 +00:00
[2.0.5]: https://github.com/jpanther/congo/compare/v2.0.4...v2.0.5
2022-02-08 23:22:07 +00:00
[2.0.4]: https://github.com/jpanther/congo/compare/v2.0.3...v2.0.4
2022-02-06 22:12:13 +00:00
[2.0.3]: https://github.com/jpanther/congo/compare/v2.0.2...v2.0.3
2022-02-05 08:42:23 +00:00
[2.0.2]: https://github.com/jpanther/congo/compare/v2.0.1...v2.0.2
2022-02-03 05:03:26 +00:00
[2.0.1]: https://github.com/jpanther/congo/compare/v2.0.0...v2.0.1
2022-02-03 00:51:19 +00:00
[2.0.0]: https://github.com/jpanther/congo/compare/v1.6.4...v2.0.0
2022-01-24 00:53:27 +00:00
[1.6.4]: https://github.com/jpanther/congo/compare/v1.6.3...v1.6.4
2022-01-19 02:44:19 +00:00
[1.6.3]: https://github.com/jpanther/congo/compare/v1.6.2...v1.6.3
2022-01-07 03:53:10 +00:00
[1.6.2]: https://github.com/jpanther/congo/compare/v1.6.1...v1.6.2
2021-12-30 22:09:46 +00:00
[1.6.1]: https://github.com/jpanther/congo/compare/v1.6.0...v1.6.1
2021-12-21 02:27:10 +00:00
[1.6.0]: https://github.com/jpanther/congo/compare/v1.5.3...v1.6.0
2021-11-17 22:49:16 +00:00
[1.5.3]: https://github.com/jpanther/congo/compare/v1.5.2...v1.5.3
2021-11-10 01:56:39 +00:00
[1.5.2]: https://github.com/jpanther/Congo/compare/v1.5.1...v1.5.2
2021-11-04 03:22:21 +00:00
[1.5.1]: https://github.com/jpanther/Congo/compare/v1.5.0...v1.5.1
2021-11-04 00:06:28 +00:00
[1.5.0]: https://github.com/jpanther/Congo/compare/v1.4.0...v1.5.0
2021-10-20 03:56:47 +00:00
[1.4.0]: https://github.com/jpanther/Congo/compare/v1.3.0...v1.4.0
2021-09-29 00:56:22 +00:00
[1.3.0]: https://github.com/jpanther/Congo/compare/v1.2.1...v1.3.0
2021-08-26 00:18:35 +00:00
[1.2.1]: https://github.com/jpanther/Congo/compare/v1.2.0...v1.2.1
2021-08-22 07:24:17 +00:00
[1.2.0]: https://github.com/jpanther/Congo/compare/v1.1.1...v1.2.0
2021-08-19 03:00:59 +00:00
[1.1.1]: https://github.com/jpanther/congo/compare/v1.1.0...v1.1.1
2021-08-18 23:36:00 +00:00
[1.1.0]: https://github.com/jpanther/congo/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/jpanther/congo/releases/tag/v1.0.0