Skip to content

v0.3.10

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Aug 03:57
· 21 commits to master since this release
v0.3.10
afc504e

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

  • ๐Ÿ”’ Perf: enhance content encryption security by @Lruihao in #494
  • ๐Ÿ“ˆ Feat: remove noreferrer from friend links and version shortcode ccce5b5 by @Lruihao
  • โšก Perf: disable PWA in the built-in development server 4065ce6 by @Lruihao
  • โœจ Feat: open more custom blocks (#479) by @Lruihao in #484
  • โœจ Feat: block AI Bots and crawlers by @navjotjsingh in #481
  • โœจ Feat: add more params for typeit shortcodes #483 by @Lruihao

๐Ÿ› 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

  • โ™ป๏ธ Refactor: refactor content encryption b7ed9ca by @Lruihao
  • โ™ป๏ธ Refactor: convert FixItDecryptor to ES6 Class ede47a2 by @Lruihao
  • โ™ป๏ธ Refactor: refactor page style with CSS round function #482 by @Lruihao
  • โ™ป๏ธ Refactor: icon plugin 3b99838 by @Lruihao
  • ๐Ÿ’„ Style: revert timeline animation to fade style b8ecfc1 by @Lruihao
  • ๐Ÿ’„ Style: update common style 9a1b457 by @Lruihao
  • ๐Ÿ’„ Style: change font size of the Collection List and TOC 66b86d9 by @Lruihao
  • ๐Ÿ’„ Style: change the icon of edit button in code block header by @Tim-Saijun in #469
  • ๐Ÿ’„ Style: update center-quote shortcode style 52184d9 by @Lruihao
  • โฌ†๏ธ Feat(libs): update Valine from 1.5.1 to 1.5.2 c8081af by @Lruihao

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

New Contributors

Related Components