From 9c5d1e97cb929dd5afe8736d17d4c4cce986029d Mon Sep 17 00:00:00 2001 From: Mahdi Pourismaiel Date: Mon, 1 Jun 2020 20:34:56 +0430 Subject: [PATCH] Release Syna v0.17.2 --- .seed-config.yaml | 2 +- CHANGELOG.md | 27 ++++++++++++++++--- VERSION | 2 +- exampleSite/config-dev.toml | 2 +- exampleSite/config.toml | 2 +- .../content/docs/installation/content.md | 2 +- exampleSite/package.json | 2 +- layouts/partials/head.html | 2 +- package.json | 2 +- 9 files changed, 32 insertions(+), 11 deletions(-) diff --git a/.seed-config.yaml b/.seed-config.yaml index 9b282cc6..14851652 100644 --- a/.seed-config.yaml +++ b/.seed-config.yaml @@ -6,7 +6,7 @@ project: oneLiner: 'Highly customizable open source theme for Hugo based static websites' description: | Create your next website with Syna. - version: 'v0.17.1' + version: 'v0.17.2' vision: type: 'community' diff --git a/CHANGELOG.md b/CHANGELOG.md index 363efaca..1f02c4ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,19 +2,40 @@ # v0.18.0 _2018_ - [Downloads for v0.18.0](https://syna.okkur.org/releases/v0.18.0) -- [Changelog since v0.17.1](#changes-since-v0171) +- [Changelog since v0.17.2](#changes-since-v0171) ## Documentation for v0.17 [Documentation](https://syna.okkur.org/docs) *Documentation defaults to latest release* -## Changes since v0.17.1 +## Changes since v0.17.2 -## Fixes since v0.17.1 +## Fixes since v0.17.2 --- --> +# v0.17.2 + +_2020-06-01_ + +- [Downloads for v0.17.2](https://syna.okkur.org/releases/v0.17.2) +- [Changelog since v0.17.1](#changes-since-v0171) + +## Documentation for v0.17.2 + +[Documentation](https://syna.okkur.org/docs) _Documentation defaults to latest release_ + +## Changes since v0.17.1 + +- Spanish translation (now supporting Spanish, French, Dutch, English, German and Portuguese) [772](https://github.com/okkur/syna/pull/772) + +## Fixes since v0.17.1 + +- Fix faulty conditional that broke compatibility with Hugo v0.72.0 [774](https://github.com/okkur/syna/pull/774) + +--- + # v0.17.1 _2020-05-23_ diff --git a/VERSION b/VERSION index cfafe107..4b7d50c9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.17.1 \ No newline at end of file +v0.17.2 diff --git a/exampleSite/config-dev.toml b/exampleSite/config-dev.toml index 4ec5e1a2..493154ff 100644 --- a/exampleSite/config-dev.toml +++ b/exampleSite/config-dev.toml @@ -6,7 +6,7 @@ title = "Okkur - Syna" theme = "syna" themesDir = "../.." enableGitInfo = true -version = "0.17.1" +version = "0.17.2" disableKinds = ["RSS", "taxonomy", "taxonomyTerm"] RelativeURLs = true diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 49e545f1..b7a25bb4 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -6,7 +6,7 @@ title = "Okkur - Syna" theme = "syna" themesDir = "../.." enableGitInfo = true -version = "0.17.1" +version = "0.17.2" disableKinds = ["RSS", "taxonomy", "taxonomyTerm"] ignorefiles = [ "content/dev/.*" ] diff --git a/exampleSite/content/docs/installation/content.md b/exampleSite/content/docs/installation/content.md index 22e2564f..cf11c368 100644 --- a/exampleSite/content/docs/installation/content.md +++ b/exampleSite/content/docs/installation/content.md @@ -17,7 +17,7 @@ This way whenever you want to update the theme you can just pull the updates and git submodule init # If you haven't initialized before git submodule add https://git.okkur.org/syna themes/syna cd themes/syna -git checkout v0.17 # Latest release as of now is v0.17.1 +git checkout v0.17 # Latest release as of now is v0.17.2 ``` _You can visit [Hugo's documentation](https://gohugo.io/themes/installing-and-using-themes/) on installing themes for more information._ diff --git a/exampleSite/package.json b/exampleSite/package.json index 71f144db..d77472b3 100644 --- a/exampleSite/package.json +++ b/exampleSite/package.json @@ -1,6 +1,6 @@ { "name": "example-site", - "version": "0.17.1", + "version": "0.17.2", "description": "Example Site for Syna theme for Hugo", "main": "static-main/js/index.js", "author": "Michael Grosser", diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 3b5be072..9dc0a4e1 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -7,7 +7,7 @@ {{- end -}} - + diff --git a/package.json b/package.json index a39a019a..69f482be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "syna", - "version": "0.17.1", + "version": "0.17.2", "description": "Highly customizable open source theme for Hugo based static websites", "main": "static-main", "repository": "https://git.okkur.org/syna",