Skip to content

Releases: hugo-fixit/FixIt

v0.3.12

28 Sep 06:40
v0.3.12
f9dde8f
Compare
Choose a tag to compare

v0.3.12 - 2024-09-28

✨ Enhancements

  • ✨ Feat: add custom partials options params.customPartials 954d864 by @Lruihao (See Docs)
  • ✨ Feat: add HTML support for profile subtitle dafc266 by @Lruihao
  • ✨ Feat: add credly as a "social" by @rsrchboy in #504
  • ✨ Feat: more markers can be added to mapbox by @Tim-Saijun in #506
  • 🚚 Feat: supersede markup.tableOfContents settings with params.page.toc by @Lruihao in #508

🐛 Bug Fixes

📝 Documentation

🔧 Other Changes

  • ♻️ Refactor: javascript output for inline scripts 1ca9fdb by @Lruihao
  • ♻️ Refactor: color scheme checking and move data-theme to document element c36d87f by @Lruihao

Full Changelog: v0.3.11...v0.3.12

New Contributors

v0.3.11

30 Aug 05:02
v0.3.11
4203b57
Compare
Choose a tag to compare

v0.3.11 - 2024-08-30

Note

This version is identical to v0.3.10, except that it fixes a bug in the FixIt theme internal version number.

🚀 Upgrade guide

  1. Update min hugo version to 0.132.0

  2. Custom Output Formats for your need. Default is:

    [outputs]
      home = ["html", "rss", "archives", "offline", "search"]
      page = ["html", "markdown"]
      section = ["html", "rss"]
      taxonomy = ["html"]
      term = ["html", "rss"]
  3. If you use algolia search, you should upload search.json rather than index.json

  4. Repalce front matter hiddenFromRss to hiddenFromFeed

  5. Remove the params.ibruce configuration and add the params.busuanzi configuration with the following format:

    # FixIt 0.3.10 | NEW Busuanzi count
    [params.busuanzi]
      # whether to enable busuanzi count
      enable = false
      # busuanzi count core script source. Default is https://vercount.one/js
      source = "https://vercount.one/js"
      # whether to show the site views
      siteViews = true
      # whether to show the page views
      pageViews = true

v0.3.10

30 Aug 03:57
v0.3.10
afc504e
Compare
Choose a tag to compare

v0.3.10 - 2024-08-30

🚀 Upgrade guide

  1. Update min hugo version to 0.132.0

  2. Custom Output Formats for your need. Default is:

    [outputs]
      home = ["html", "rss", "archives", "offline", "search"]
      page = ["html", "markdown"]
      section = ["html", "rss"]
      taxonomy = ["html"]
      term = ["html", "rss"]
  3. If you use algolia search, you should upload search.json rather than index.json

  4. Repalce front matter hiddenFromRss to hiddenFromFeed

  5. Remove the params.ibruce configuration and add the params.busuanzi configuration with the following format:

    # FixIt 0.3.10 | NEW Busuanzi count
    [params.busuanzi]
      # whether to enable busuanzi count
      enable = false
      # busuanzi count core script source. Default is https://vercount.one/js
      source = "https://vercount.one/js"
      # whether to show the site views
      siteViews = true
      # whether to show the page views
      pageViews = true

💥 Breaking Changes

  • ♻️ Refactor: refactor the feed and search features by @Lruihao in #490
  • ♻️ Refactor: deprecate params.ibruce in favor of params.busuanzi powered by Vercount #472 by @Lruihao
  • 🔥 Feat: migrate mobile devtools to a single compenent (#474) 1c84791 by @Lruihao
  • ✨ Feat: add post navigation config and remove params.Site.Params.navigationReverse #480 by @Lruihao

🎉 New Features

  • 🎉 Feat: add GitHub alerts markdown syntax support by @Lruihao in #496

✨ Enhancements

🐛 Bug Fixes

  • 🐛 Fix: featuredimagepreview error in summary and RSS 349de54 by @Lruihao
  • 🐛 Fix: fix fixit-encryptor shortcode duplicate binding events 91f3c7c by @Lruihao
  • 🐛 Fix: fix rendering errors caused by decimal points in page width styles 16c903f by @Lruihao
  • 🐛 Fix: resources get match error for page images 5aaacec by @Lruihao
  • 🐛 Fix: heading front matter is not effective 7c85205 by @Lruihao

📝 Documentation

🔧 Other Changes

Full Changelog: v0.3.9...v0.3.10

New Contributors

Related Components

v0.3.9

24 Jul 08:46
v0.3.9
25e358d
Compare
Choose a tag to compare

v0.3.9 - 2024-07-24

🎉 New Features

✨ Enhancements

  • ✨ Feat: add submenu param divided and change submenu border color f9a09e4 by @Lruihao
  • ✨ Feat: add open and center params for details shortcode f6911c4 by @Lruihao
  • ✨ Feat: add config whether to enable the code wrapper #462 by @Lruihao
  • ✨ Feat: add param to hide single code block header (#462) de18e91 by @Lruihao
  • ✨ Feat: add data-open attribute for code block 419ade9 by @Lruihao

🐛 Bug Fixes

📝 Documentation

🔧 Other Changes

  • ♻️ Refactor: refactor breadcrumb translations with .TranslationKey e39d789 by @Lruihao
  • ♻️ Refactor: mermaid shortcode and codeblock render f44d89a by @Lruihao
  • ♻️ Refactor: deprecate .Sites.First in favor of .Sites.Default 44d0c76 by @Lruihao
  • ♻️ Refactor: deprecate .Site.IsMultiLingual in favor of hugo.IsMultilingual 061a3e3 by @Lruihao
  • 💄 Style: update bilibili and douyin shortcode style adf2acd by @Lruihao
  • 💄 Style: add title for friends avatar 44b63ca by @Lruihao
  • 💡 Feat: use the original title after archiving the articles 6d9c6f5 by @Lruihao

Full Changelog: v0.3.8...v0.3.9

v0.3.8

25 Jun 04:34
v0.3.8
9d1ab1a
Compare
Choose a tag to compare

v0.3.8 - 2024-06-25

✨ Enhancements

  • ✨ Feat: add spotify shortcode support by @Lruihao in #450
  • ✨ Feat: add turnstileKey to waline by @yureiita in #445
  • 🔥 Feat: remove params.customFilePath a985b0e by @Lruihao
  • 🚸 Feat: replace localStorage with sessionStorage for FixIt auto bookmark cbde3f0 by @Lruihao
  • ♿ Feat: avoid using :has to be compatible with older browsers b4940f4 by @Lruihao

🐛 Bug Fixes

📝 Documentation

🔧 Other Changes

  • 🔒 Chore: upgrade katex to fix 3 Dependabot alert in katex.min.js 6eaae74 by @Lruihao
  • 🔒 Chore: upgrade crypto-js to fix 1 Dependabot alert in crypto-js 5c4de3a by @Lruihao
  • 💄 Style: scrollbar styles compatible with modern and legacy browsers ca73ca2 by @Lruihao
  • 💄 Style: update douyin shortcode style in mobile 70afe3e by @Lruihao
  • 💄 Style: upgrade the name and icon of "twitter" to "X" in in share and social part by @Tim-Saijun in #443
  • 💄 Style: use default style for typeit 1a454de by @Lruihao
  • 💄 Style: show link icon when target heading element 7e2e100 by @Lruihao
  • 💄 Style: update douyin shortcode style in mobile 3c4284e by @Lruihao
  • 💄 Style: add border radius for icon of card link 4c9e20b by @Lruihao

Full Changelog: v0.3.7...v0.3.8

New Contributors

v0.3.7

21 May 14:50
v0.3.7
efd7b86
Compare
Choose a tag to compare

v0.3.7 - 2024-05-21

Recommended reading: Open Custom Blocks | 开放的自定义块

What's Changed

💥 Breaking Changes

  • 🚚 Feat: the parameter params.customFilePath and params.footer.custom is deprecated since v0.3.7, use layouts/partials/custom.html instead 71e855a by @Lruihao

🎉 New Features

  • 🎉 Feat: add douyin shortcode support d7c0636 by @Lruihao
  • ✨ Feat: add unified custom template entry file layouts/partials/custom.html eb0acca by @Lruihao

✨ Enhancements

  • ✨ Feat: Add a custom domain setting option for Giscus, configured at params.page.comment.giscus.origin by @LoongmaSpirit in #442
  • 🔍 Feat: add default size for images aa68514 by @Lruihao

📝 Documentation

Full Changelog: v0.3.6...v0.3.7

New Contributors

v0.3.6

07 May 09:26
v0.3.6
f32402d
Compare
Choose a tag to compare

v0.3.6 - 2024-05-07

This is a patch version for v0.3.5.

✨ Enhancements

  • ✨ Feat: add capitalize automatic headings config at params.page.heading.capitalize (#421) b7e9c61 by @Lruihao

🐛 Bug Fixes

📝 Documentation

🔧 Other Changes

Full Changelog: v0.3.5...v0.3.6

v0.3.5

06 May 08:38
v0.3.5
b323708
Compare
Choose a tag to compare

v0.3.5 - 2024-05-06

✨ Enhancements

  • ✨ Feat: add card-icon parameter for link shortcode (#391) c2d168c by @Lruihao
  • ✨ Feat: use strings.Title for post title and other titles #421 by @Lruihao
  • ✨ Feat: add titleIcon font matter (#421) 020a8fd by @Lruihao
  • ✨ Feat: support lang in giscus config 12ada20 by @will4j
  • 🔥 Feat: the type:friends in front matter is removed. use layout:friends instead. b06b89c by @Lruihao
  • 🔥 Feat: remove params.dev.githubtoken and replace with environment variable HUGO_PARAMS_GHTOKEN 87f0fe6 by @Lruihao

📝 Documentation

🔧 Other Changes

Full Changelog: v0.3.4...v0.3.5

v0.3.4

25 Apr 09:55
v0.3.4
fd0b171
Compare
Choose a tag to compare

Note

这个版本和 v0.3.3 一模一样...只是为了刷新 v0.3.3 版本在 https://goproxy.cn 上错误的缓存。
中国地区用户注意:如果你出现 checksum mismatch 错误,请更新到 v0.3.4 版本!

🔧 Other Changes

v0.3.3

25 Apr 05:25
v0.3.3
e07904b
Compare
Choose a tag to compare

Note

中国地区用户注意:该版本在 https://goproxy.cn 上有错误的缓存,如果你出现 checksum mismatch 错误,请更新到 v0.3.4 版本!

What's Changed

🎉 New Features

✨ Enhancements

🐛 Bug Fixes

  • 🐛 Fix: fix shortcode render error by @Lruihao in #420
  • ⬆️ Fix: bump Mermaid from 9.x to 10.x and fix error (#420) 3df577c by @Lruihao
  • 🐛 Fix: use function to get params replace of .Scatch (#420) 2ea592b by @Lruihao
  • 🐛 Fix: fix echarts and mermaid theme switch error 1ed0acd by @Lruihao
  • 🐛 Fix: fix typeit shotrcode miss space when build with --minify param bae1678 by @Lruihao
  • 🐛 Fix: fix image llightgallery render error (#420) 0944019 by @Lruihao
  • 🐛 Fix: fix syntax error 79b5c27 by @Lruihao
  • 🐛 Fix: fix encrypted-hidden invaild in mobile a2d8eaa by @Lruihao
  • 🐛 Fix: fix search config read error 76fec05 by @Lruihao
  • 🐛 Fix: mermaid init error 38cf4ee by @Lruihao
  • 🐛 Fix: unencoded Content in Search Leads to JavaScript Execution Risk in autocomplete-js #416 by @Lruihao
  • 🐛 Fix: using fixit-encryptor shortcode in an unencrypted article caused other styles of the article to not take effect #410 by @Lruihao
  • 🐛 Fix: fix fixit-encryptor shortcode invalid #410 #429 by @Lruihao
  • ⬆️ Fix: update Artalk comments to the latest version and and useBackendConf param #415 by @Lruihao

📝 Documentation

🔧 Other Changes

New Contributors

Full Changelog: v0.3.2...v0.3.3