aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-07-06 20:24:49 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-07-06 20:24:49 +0800
commitd7fb92fff90b9c23aa20fd1c4d10ac10e168531f (patch)
tree9f43123b889f2468b22b5713b5bc0cf3778042c2
parent5840c2fdd37e995259f5e2fcc3b7bd3a33dbc3a7 (diff)
chore(release): release 3.2.0
-rw-r--r--CHANGELOG.md69
-rw-r--r--layouts/partials/head.html2
-rw-r--r--layouts/partials/scripts.html2
-rw-r--r--src/package.json2
4 files changed, 61 insertions, 14 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dad3186..e8eeaf8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,19 +1,66 @@
-# Changelog
+<a name="3.2.0"></a>
+# [3.2.0](https://github.com/olOwOlo/hugo-theme-even/compare/v3.1.1...v3.2.0) (2018-07-06)
-## 3.0.0
-- feat: add `center`, `right`, `left` shortcodes
-- feat: support 'right' and 'left' class value for the built-in `figure`
+### Bug Fixes
+
+* **gist:** css conflict ([#61](https://github.com/olOwOlo/hugo-theme-even/issues/61)) ([e1781a2](https://github.com/olOwOlo/hugo-theme-even/commit/e1781a2))
+* **section:** remove hard coded `section` ([#67](https://github.com/olOwOlo/hugo-theme-even/issues/67)) ([6766e09](https://github.com/olOwOlo/hugo-theme-even/commit/6766e09))
+
+
+### Features
+
+* **mathjax:** add auto number for mathjax ([#53](https://github.com/olOwOlo/hugo-theme-even/issues/53)) ([af22a48](https://github.com/olOwOlo/hugo-theme-even/commit/af22a48))
+* **comment:** add gitalk ([#51](https://github.com/olOwOlo/hugo-theme-even/issues/51)) ([5f8b79f](https://github.com/olOwOlo/hugo-theme-even/commit/5f8b79f))
+* **config:** add option to hide header and footer for a post ([#58](https://github.com/olOwOlo/hugo-theme-even/issues/58)) ([094cfa5](https://github.com/olOwOlo/hugo-theme-even/commit/094cfa5))
+* **config:** configure to show archive count ([2c7773b](https://github.com/olOwOlo/hugo-theme-even/commit/2c7773b)), closes [#46](https://github.com/olOwOlo/hugo-theme-even/issues/46)
+* **i18n:** add Spanish(es) translation ([#48](https://github.com/olOwOlo/hugo-theme-even/issues/48)) ([d7c6059](https://github.com/olOwOlo/hugo-theme-even/commit/d7c6059))
+* **post:** add out-of-date content warning ([#68](https://github.com/olOwOlo/hugo-theme-even/issues/68)) ([9033266](https://github.com/olOwOlo/hugo-theme-even/commit/9033266))
+
+
+
+<a name="3.1.1"></a>
+
+# [3.1.1](https://github.com/olOwOlo/hugo-theme-even/compare/v3.1.0...v3.1.1) (2018-03-12)
+
+### Bug Fixes
+
+* release: version param ([b18086f](https://github.com/olOwOlo/hugo-theme-even/commit/b18086f))
+
+<a name="3.1.0"></a>
+# [3.1.0](https://github.com/olOwOlo/hugo-theme-even/compare/v3.0.0...v3.1.0) (2018-03-12)
+
+
+### Bug Fixes
+
+* mathjax overflow for displayed mathematics ([#32](https://github.com/olOwOlo/hugo-theme-even/issues/32)) ([2b4a373](https://github.com/olOwOlo/hugo-theme-even/commit/2b4a373))
+
+
+### Features
+
+* add gitment module ([#36](https://github.com/olOwOlo/hugo-theme-even/issues/36)) ([1da110d](https://github.com/olOwOlo/hugo-theme-even/commit/1da110d))
+* add hiddenFromHomePage param ([#37](https://github.com/olOwOlo/hugo-theme-even/issues/37)) ([5277734](https://github.com/olOwOlo/hugo-theme-even/commit/5277734))
+* generate flowchart diagrams from code blocks ([#35](https://github.com/olOwOlo/hugo-theme-even/issues/35)) ([7043881](https://github.com/olOwOlo/hugo-theme-even/commit/7043881))
+* generate sequence diagrams from code blocks ([#35](https://github.com/olOwOlo/hugo-theme-even/issues/35)) ([5bcf92d](https://github.com/olOwOlo/hugo-theme-even/commit/5bcf92d))
+* support custom css and js ([#29](https://github.com/olOwOlo/hugo-theme-even/issues/29)) ([33594c0](https://github.com/olOwOlo/hugo-theme-even/commit/33594c0))
+
+
+# 3.0.0
+
+### Features
+
+* feat: add `center`, `right`, `left` shortcodes
+* feat: support 'right' and 'left' class value for the built-in `figure`
### Breaking changes
-- See [Language Support](https://github.com/olOwOlo/hugo-theme-even#language-support).
-- See [Favicon](https://github.com/olOwOlo/hugo-theme-even#favicon).
-- Remove deprecated `bootcdn` param, you can use `[params.publicCDN]`.
-- The `archive-paginate` param rename to `archivePaginate`.
-- Add a `postMetaInFooter` parameter to control the `contentCopyright` container, and now you can show the author and lastMod information without displaying the license.
-- There must be a `version` param, otherwise the build process will give an error.
-- Minimum version required: 0.26 -> 0.35
+* See [Language Support](https://github.com/olOwOlo/hugo-theme-even#language-support).
+* See [Favicon](https://github.com/olOwOlo/hugo-theme-even#favicon).
+* Remove deprecated `bootcdn` param, you can use `[params.publicCDN]`.
+* The `archive-paginate` param rename to `archivePaginate`.
+* Add a `postMetaInFooter` parameter to control the `contentCopyright` container, and now you can show the author and lastMod information without displaying the license.
+* There must be a `version` param, otherwise the build process will give an error.
+* Minimum version required: 0.26 -> 0.35
```toml
# add
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index d670c16..86ab6cf 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -61,7 +61,7 @@
{{- end }}
<!-- Styles -->
-<link href="{{ "dist/even.min.css?v=3.1.1" | relURL }}" rel="stylesheet">
+<link href="{{ "dist/even.min.css?v=3.2.0" | relURL }}" rel="stylesheet">
{{ if .Site.Params.publicCDN.enable -}}
{{ if .Site.Params.fancybox }}{{ .Site.Params.publicCDN.fancyboxCss | safeHTML }}{{ end }}
{{- else -}}
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html
index 8b2ae94..803ac6a 100644
--- a/layouts/partials/scripts.html
+++ b/layouts/partials/scripts.html
@@ -54,7 +54,7 @@
<script src="https://cdn.jsdelivr.net/gh/bramp/js-sequence-diagrams@2.0.1/dist/sequence-diagram-min.js" integrity="sha384-8748Vn52gHJYJI0XEuPB2QlPVNUkJlJn9tHqKec6J3q2r9l8fvRxrgn/E5ZHV0sP" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/bramp/js-sequence-diagrams@2.0.1/dist/sequence-diagram-min.css" integrity="sha384-6QbLKJMz5dS3adWSeINZe74uSydBGFbnzaAYmp+tKyq60S7H2p6V7g1TysM5lAaF" crossorigin="anonymous">
{{- end }}
-<script type="text/javascript" src="{{ "dist/even.min.js?v=3.1.1" | relURL }}"></script>
+<script type="text/javascript" src="{{ "dist/even.min.js?v=3.2.0" | relURL }}"></script>
{{- if and (or .Params.mathjax (and .Site.Params.mathjax (ne .Params.mathjax false))) (or .IsPage .IsHome) }}
<script type="text/javascript">
diff --git a/src/package.json b/src/package.json
index 83f9221..2f436b7 100644
--- a/src/package.json
+++ b/src/package.json
@@ -1,6 +1,6 @@
{
"name": "even-src",
- "version": "3.1.1",
+ "version": "1.0.0",
"description": "even source file",
"main": "index.js",
"scripts": {