Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2019-08-16 17:54:08 +0300
committerGitHub <noreply@github.com>2019-08-16 17:54:08 +0300
commit37030350f0bb87bb70683e42c8d7b1f9d223d960 (patch)
tree912254da43eec1db0d085a8ea3dbbf3a008bbfe0 /CHANGELOG.md
parentec9690b2d96c9747528313acf179b8bbf78868d9 (diff)
Release 5.3.0 (#74)5.3.0
* Gitflow semantic versioning (#63) * Update version number to include wip * Add change log file * Add WIP example to change log * Add japanese (#64) * add japanese * Update package version and change log * Update README to include Japanese translation set * install ja folder * Update assets to latest from HTML5UP. (#65) * Update assets to latest from HTML5UP. Fix minor issue with contact form formatting. * Update version and change log * Update version and change log (#67) * Update version and change log * Add dev tag to version * Add npm script (#69) * Featuredpost config boolean (#70) * Update featured post logic to use boolean With fallback for existing strings * Update change log and package version * Fix homepage issues for Hugo 0.57.0 (#72) * Add fix to use RegularPages * Add disableKinds configuration * Update content (#73) * Update post content * Update package version and change log * Update package version and change log
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5b01346..0fc5b7e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,27 @@
# Change Log
+---
+## `5.3.0-dev`
+
+### Breaking Changes
+
+### Minor Changes
+
+### Patches
+
+---
+## `5.3.0`
+
+### Breaking Changes
+
+### Minor Changes
+ - Add npm script for running Hugo `exampleSite`
+ - Update config logic for featured post to use booleans (Fixes [#59](https://github.com/curtistimson/hugo-theme-massively/issues/59))
+ - Backwards compatibility support for string values - "true" and "false"
+ - Example Site - Update post content
+
+### Patches
+ - Fix homepage issues with Hugo 0.57.0 ([#71](https://github.com/curtistimson/hugo-theme-massively/issues/71))
---
## `5.2.0`