mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
9.0 KiB
9.0 KiB
Changelog
All notable changes to this project will be documented in this file.
v0.2.14
Add hugo new features support.
- ♻️ Refactor: header layout
- ✨ Feat: enhance link render (#96)
- Add external icon for external links automatically
- Add download icon for downloadable links
- ✨ Feat: link shortcode add
external-iconoption (#96) - ✨ Feat: add GitHub Corners support (#106)
- ✨ Feat: add local avatar and gravatar support for post author (#125)
- ✨ Feat: add "Edit this page" button support (#103)
- ✨ Feat: add count badge for taxonomy (#122)
- ⚡ Perf: add Gravatar config support
⚠️ The parameter
home.profile.gravatarSiteis deprecated since v0.2.14, useparams.gravatar.hostinstead. - 🐛 Fix: invalid front matter
comment: true(#108) - 🐛 Fix: ibruce and watermark option negative value error (#114)
- 💄 Style: add some common CSS styles Class (#101)
- 💄 Style: add the gap between and icon and text at blending typesetting (@ctj12461, @Lruihao#118)
- 💄 Style: modify blockquote CSS
- 📝 Docs: revised theme documentations
- ⚡ Perf: remove third-party library clipboard.js (#84)
- ✏️ Docs: fix highlight url typo in
theme-documentation-built-in-shortcodes(@d-baer#85) - 🔧 Chore(i18n): improve translations for supported languages (#119)
- 🔧 Chore(i18n): add i18n support for console messages
- 🔧 Chore: add deprecated parameter detection in cli
- 🔧 Chore(deps-dev):
- Full Changelog: @Lruihao
v0.2.13...v0.2.14
v0.2.13 [2022.3.14]
Improve and add some new features.
- ♻️ Refactor: page layout (#65)
- 🎉 Feat: add Artalk comment support (#54, @hiifong#57)
- 🎉 Feat: add Waline comment support (#36)
- 🎉 Feat: add Twikoo comment support (#64)
- ✨ Feat: add recently updated section (#50)
- ✨ Feat: add article expiration reminder support (#51)
- ✨ Feat: add pageStyle option (#62)
- ✨ Style: add media style for print view (#61)
- ✨ Feat: add Gravatar mirror site support (@ctj12461#66)
- ✨ Feat: add archive count display (#33)
- ✨ Feat: add
detailsshortcode (#68) - ✨ Feat: add
center-quoteshortcode (#69) - ✨ Feat: add markdown support for title parameter of the admonition shortcode
- ✨ Feat: add 9 newly supported social links (#17)
- ⚡ Perf: enhance highlight feature (GitHub syntax supported) and fix some css bugs (#43)
- Inline Code
- Indented Code
- Block Fenced Code
- gist shortcode
- ✨ Feat: add
params.page.code.editoption support (#76) - 🔍 Feat: add 360 and sougou seo support
- 🐛 Fix: remove source map of local libraries to avoid 404 error (#67)
- 🔥 Feat: remove shortcode cardlink (#42)
- 💄 Style: more refined theme style (#40)
- ✏️ Style: fix typo discription should be description (#60)
- 🔧 Chore(update-libs):
- Update cell-watermark 1.0.3 and CDN support (fontFamily supported)
- Update animate.css 3.7.2 -> 4.1.1 (#74)
- 🔧 Chore: add atomic-algolia for exampleSite (#70)
- Full Changelog: @Lruihao
v0.2.12...v0.2.13
v0.2.12 [2022-1-27]
Fix most known bugs and add some new features.
- 🎉 Feat: add PWA support
- 🎉 Feat: add Watermark support (#16)
- 🎉 Feat: add "不蒜子" count and site run time (#18)
- ✨ Feat: add pangu.js support (#20)
- ✨ Feat: add public network security config (only in China) (#15)
- ✨ Feat: add CustomJS option (#24)
- ✨ Feat: add theme embedded archeTypes
- 🔍 Feat(SEO): optimize SEO meta (#30)
- ⚡ Feat: remove lib smooth-scroll (#1) replaced by CSS native properties scroll-margin, scroll-behavior (#39)
- ⚡ Perf: merge shortcode cardlink (deprecated v0.2.13) into shortcode link and add 'download' param (#42)
- ⚡ Perf: optimize JS loading (#25)
- ♻️ Refactor: header title DOM and add subtitle option (#26)
- 🐛 Fix: set mermaid theme as 'default' when initialization (#38)
- 🐛 Fix: typeit print code error (#19)
- 🐛 Fix: pre element overflow error (#29)
- 🐛 Fix: toc display error without content header (#21)
- 💄 Style: style detail adjustments, change scroll-behavior to smooth, taxonomy, header, footer, shortcode style etc.
- 📝 Docs: improve demo site documentation (#37)
- 🔧 Chore: add commands
fixit_checker.sh - 🔧 Chore(i18n): change some translations
- ⬆️ Chore: update all third-party libraries
- Full Changelog: @Lruihao
v0.2.11...v0.2.12
v0.2.11 [2021-12-19]
🎉 The beginning of FixIt to fix the theme LoveIt.
- ✨ Feat: add cardlink shortcode (Lruihao/hugo-blog@
df9eca2) - 🎉 Feat: add friends layout template
- 🔧 Chore(i18n): add translations for Traditional Chinese (Lruihao/hugo-blog@
df9eca2) - 🐛 Fix: mobile style (Lruihao/hugo-blog#19)
- 🐛 Style: fix content h1 style (Lruihao/hugo-blog#8)
- 🐛 Fix:
.params.authorshould be$params.author(Lruihao/hugo-blog#1) - Full Changelog: @Lruihao
v0.2.10...v0.2.11
v0.2.10 ⬇️ [2020-5-29 before]
Thanks dillonzq/LoveIt