From 4eb4ae4493089884ced8a37f92ea0c14d3c6fbbe Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Thu, 26 Aug 2021 10:18:35 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Preparing=20release=20v1.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 22 +++++++++++++++++++++- assets/css/compiled/main.css | 2 +- assets/css/main.css | 2 +- package.json | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61a9a80f..9af42982 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,31 @@ # Changelog + All notable changes to Congo will be documented in this file. Things that need attention when upgrading from a prior version are marked ⚠️. 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). ## [Unreleased] + +## [1.2.1] - 2021-08-26 + ### Added + - New `robots` parameter to add metadata to guide robots on how to handle specific content ### Changed + - URLs are relative by default which allows the theme to be more flexible in different deployment scenarios ### Fixed + - Missing dark style for group subheadings on article listings - Fathom Analytics script included twice when using custom domain - Recent heading on homepage profile layout misaligned ## [1.2.0] - 2021-08-22 + ### Added + - Multiple colour schemes - Edit links on article pages - Icons for Foursquare and Pinterest @@ -24,9 +33,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - CSS minification for custom stylesheets ### Changed + - Static assets are now managed through Hugo Pipelines ### Fixed + - Minor style issue with `button` shortcode - Hugo Modules would fail when using default theme config file - Some content not centred correctly on the profile homepage layout @@ -34,11 +45,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - `externalUrl` front matter not working on some list pages ## [1.1.1] - 2020-08-19 + ### Fixed + - Hotfix for exampleSite and GitHub configuration ## [1.1.0] - 2020-08-18 + ### Added + - Breadcrumbs - i18n support - Recent articles partial @@ -47,16 +62,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - JSON-LD structured metadata ### Changed + - ⚠️ Renamed parameter: `homepage.showList` -> `homepage.showRecent` - ⚠️ Renamed parameter: `homepage.listSections` -> `mainSections` - ⚠️ Consolidated author configuration parameters into `config.toml` - General style tweaks to enhance design consistency ### Fixed + - URLs being incorrect in some cases when the site is deployed in a subfolder ## [1.0.0] - 2020-08-16 + ### Added + - Built with Tailwind CSS JIT for minified stylesheets without any excess code - Fully responsive layout - Dark mode (auto-switching based upon browser) @@ -76,7 +95,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Advanced customisation using simple Tailwind colour definitions and styles - Fully documented -[Unreleased]: https://github.com/jpanther/Congo/compare/v1.2.0...HEAD +[unreleased]: https://github.com/jpanther/Congo/compare/v1.2.1...HEAD +[1.2.1]: https://github.com/jpanther/Congo/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/jpanther/Congo/compare/v1.1.1...v1.2.0 [1.1.1]: https://github.com/jpanther/congo/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/jpanther/congo/compare/v1.0.0...v1.1.0 diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index bcac1b0c..2a4889f2 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1,4 +1,4 @@ -/*! Congo v1.2.0 | MIT License | https://github.com/jpanther/congo */ +/*! Congo v1.2.1 | MIT License | https://github.com/jpanther/congo */ /*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com */ diff --git a/assets/css/main.css b/assets/css/main.css index 53a25cae..0d4a7c28 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,4 +1,4 @@ -/*! Congo v1.2.0 | MIT License | https://github.com/jpanther/congo */ +/*! Congo v1.2.1 | MIT License | https://github.com/jpanther/congo */ @tailwind base; @tailwind components; diff --git a/package.json b/package.json index cd0dcb8d..3a2de271 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-congo-theme", - "version": "v1.2.0", + "version": "1.2.1", "description": "Congo theme for Hugo", "main": "index.js", "scripts": {