v0.3.10
v0.3.10 - 2024-08-30
๐ Upgrade guide
-
Update min hugo version to 0.132.0
-
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"]
-
If you use algolia search, you should upload
search.json
rather thanindex.json
-
Repalce front matter
hiddenFromRss
tohiddenFromFeed
-
Remove the
params.ibruce
configuration and add theparams.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
โจ 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
- ๐ Docs: update CONTRIBUTING.md
94553e9
by @Lruihao - ๐ Docs: update default outputs config
1864327
by @Lruihao
๐ง 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
- @navjotjsingh made their first contribution in #481