mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2024-11-08 14:39:44 +00:00
13 KiB
13 KiB
4.1.0 (2021-01-17)
Bug Fixes
- code font size and extra mathjax scoll bar (#125) (4fe2685)
- comment: gitment object progressEvent error (#165) (9059876)
- exampleSite: insecure mixed content (97c4764)
- index.html: .Site.RegularPages (5a3e559), closes #188 #192
- js: add wrapper for all tables except highlighted code-blocks (#244) (5ec3bea), closes #232
- js: code block title for hugo 0.60 or above (#229) (af108c4), closes #221
- js: infnity scrolling post on the Chrome and Safari (#225) (60844e8), closes #209
- layouts: add missing space for minify (#250) (4ad955c)
- layouts/partials/head.html: fix hugo 0.55 warning (#161) (add91d5), closes #158
- post/toc: js toc error (#271) (708de67), closes #279
- scss: Fix code block padding with
codeFences = false
(#297) (513c19a) - uglyurls: uglyurls with tag and categories terms (#129) (f14d7b5), closes #89
Features
- comment: add utterances support (#156) (ceba71f), closes #117
- comment: added sid for Changyan comments (#133) (cd7f705), closes #121
- comment: Valine Support (#155) (d8a7dab), closes #95
- flowchart: support keyword
flow
(ecb7935), closes #113 - i18n: add Traditional Chinese translation (#230) (4be1234)
- i18n: Adding Turkish translations (#328) (79b91ba)
- lastmod: use git commit to generate lastmod info (#124) (920e2eb)
- layout: minify script (#258) (50aa3f8)
- mathjax: upgrade to 3.0.5 (#270) (7dfedd3)
- scripts: disable google analytics on localhost (#123) (915174f)
- scripts: only enable google analytics in production environment (#260) (f6a183a)
- scss: font-display: swap (#267) (567fd46)
- scss: support diff highlight (#163) (8ce9bce)
- shortcodes: support bilibili video (#294) (da4320e), closes #278
- taxonomy: custom order (#159) (439557f), closes #157
4.0.0 (2018-11-06)
Bug Fixes
- busuanzi: update busuanzi domain (51e5aca), closes #104 #108 #109
- config: MediaType's Suffix deprecated warning (#103) (b55831b)
Code Refactoring
Features
- init admonition & refactor iconfont (2517f74)
- highlight: add support for chroma (7710103)
- mathjax: configure to let mathjax use local files (a3cab1a), closes #63
- scripts: configure to use local files for flowchart and sequence diagram (cec9ea9), closes #76 #77
- style: dashed hr (90a17f8)
- table: responsive table (9d8940b), closes #107
- title: add anchor (8d39099)
BREAKING CHANGES
-
hugo: Hugo minimum version required "0.50".
-
comment: Remove local comment js/css files.
-
highlight: You need add params to enable
chroma
orhighlight.js
since they are disabled by default. -
param: Rename parameter names.
origin now fancyboxJs fancyboxJS fancyboxCss fancyboxCSS baidu_push baiduPush baidu_analytics baiduAnalytics baidu_verification baiduVerification google_verification googleVerification -
version: Version flag "4.x".
[params] version = "4.x" # 3.x -> 4.x
3.2.0 (2018-07-06)
Bug Fixes
Features
- mathjax: add auto number for mathjax (#53) (af22a48)
- comment: add gitalk (#51) (5f8b79f)
- config: add option to hide header and footer for a post (#58) (094cfa5)
- config: configure to show archive count (2c7773b), closes #46
- i18n: add Spanish(es) translation (#48) (d7c6059)
- post: add out-of-date content warning (#68) (9033266)
3.1.1 (2018-03-12)
Bug Fixes
- release: version param (b18086f)
3.1.0 (2018-03-12)
Bug Fixes
Features
- add gitment module (#36) (1da110d)
- add hiddenFromHomePage param (#37) (5277734)
- generate flowchart diagrams from code blocks (#35) (7043881)
- generate sequence diagrams from code blocks (#35) (5bcf92d)
- support custom css and js (#29) (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.
- See Favicon.
- Remove deprecated
bootcdn
param, you can use[params.publicCDN]
. - The
archive-paginate
param rename toarchivePaginate
. - Add a
postMetaInFooter
parameter to control thecontentCopyright
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
# add
version = "3.x" # Used to give a friendly message when you have an incompatible update
# add
postMetaInFooter = true
# rename archive-paginate
archivePaginate = 50