Files
FixIt/CHANGELOG.md
T

11 KiB

Changelog

All notable changes to this project will be documented in this file.

v0.2.15

Add hugo new features support. Snapshot:

  • 🎉 Feat: add content encryption of pages (#123)
  • 🎉 Feat: add fixit-encryptor shortcode (#123)
  • Feat: add total word count feature in section and remove from footer (#124)
  • Feat: enhance auto toc feature (#104 #136)
  • Feat(SEO): add options to make output baidu_urls.txt file (#138)
  • 🐛 Fix: unable to show search bar of header at mobile mode (#143)
  • 🐛 Fix: Giscus comments invalid config inputPosition
  • 🐛 Fix: busuanzi logic error
  • 🐛 Fix: close comment system logic error when the article was expired
  • 🎨 Style: add scroll bar for auto toc (#136)
  • 🔧 Feat(cdn): add unpkg cdn support
  • ⬆️ Chore(libs): update some third-party libraries
    • Update Artalk from 2.2.12 to 2.3.4 (#150)
  • Full Changelog: @Lruihao v0.2.14...v0.2.15

v0.2.14 [2022.5.15]

Add hugo new features support. Snapshot: https://fixit-p1tg6tsml-lruihao.vercel.app

  • ♻️ Refactor: header layout
    • 🎉 Feat: add sub menu (nested menu) support (#31)
    • Feat: add user-defined content to menu items via the params field (#99)
    • Feat: modified language selector to submenu (@pandaoheced169, @Lruihao#31)
    • 🐛 Fix: add "no more translations" judgment logic (#100)
    • 🐛 Fix: fix some header css bug (#31)
  • Feat: enhance link render (#96)
    • Add external icon for external links automatically
    • Add download icon for downloadable links
  • Feat: add giscus comment system (#130)
  • Feat: link shortcode add external-icon option (#96)
  • Feat: add GitHub Corners support (#106)
  • Feat: add local avatar and gravatar support for post author (#125)
  • Feat: add total word count support in footer (#124)
  • Feat: add "Edit this page" button support (#103)
  • Feat: add count badge for taxonomy (#122)
  • Perf: add Gravatar config support
  • 🐛 Fix: invalid front matter comment: true (#108)
  • 🐛 Fix: ibruce and watermark option negative value error (#114)
  • 🚚 Feat: migrate home.profile.gravatarSite to gravatar.host
  • 🚚 Feat: migrate ibruce.siteTime to footer.siteTime
  • 💄 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: update some third-party libraries
  • 🔧 Chore(deps-dev):
    • Bump minimist from 1.2.5 to 1.2.6 (#92)
    • Bump @babel/core from 7.17.5 to 7.17.10 (#126)
    • Bump core-js from 3.21.1 to 3.22.5 (#129)
    • Bump @babel/cli from 7.17.6 to 7.17.10 (#127)
    • Bump @babel/preset-env from 7.16.11 to 7.17.10 (bc74d14)
  • Full Changelog: @Lruihao v0.2.13...v0.2.14

v0.2.13 [2022.3.14]

Improve and add some new features. Snapshot: https://fixit-bbh5g5x90-lruihao.vercel.app

  • ♻️ 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 details shortcode (#68)
  • Feat: add center-quote shortcode (#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.edit option 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. Snapshot: https://fixit-e9lpwfkbp-lruihao.vercel.app

  • 🎉 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.

v0.2.10 ⬇️ [2020-5-29 before]

Thanks dillonzq/LoveIt