Skip to content

Latest commit

ย 

History

History
164 lines (147 loc) ยท 12.2 KB

CHANGELOG.md

File metadata and controls

164 lines (147 loc) ยท 12.2 KB

Changelog

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

v0.2.15

Add content encryption feature(pages, partial), total word count, enhance auto toc, developer options and more.
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: add repost feature (#156)
  • โœจ Feat: add developer options
    • Check for updates option
    • Mobile Devtools config (#163)
  • ๐Ÿ› Fix: unable to show search bar of header at mobile mode (#143)
  • ๐Ÿ› Fix: Giscus comment invalid config inputPosition
  • ๐Ÿ› Fix: Waline comment invalid config imageUploader = false & highlighter = false (@yureiita#161)
  • ๐Ÿ› Fix: busuanzi logic error
  • ๐Ÿ› Fix: close comment system logic error when the article was expired
  • ๐Ÿ› Style: fix typos for rel attribute value noreferrer (@yureiita#157)
  • โ™ป๏ธ Refactor: migrate service-worker.js to js.build
  • โ™ป๏ธ Refactor: change the post edit url splicing rules
  • ๐Ÿ” Feat(SEO): add options to make output baidu_urls.txt file (#138)
  • ๐Ÿšš Perf: subdivide FixIt initialization
  • ๐ŸŽจ Style: add theme colors variables and add common color styles
  • ๐ŸŽจ Style: add scroll bar for auto toc (#136)
  • ๐ŸŽจ Style: change the version badge style form flat-square to flat
  • ๐Ÿ“ Docs: revise theme documentations
  • โž• Feat: add theme core configuration settings file
  • ๐Ÿ”ง Feat(cdn): add unpkg cdn support
  • ๐Ÿ”ง Chore: change the theme minimum supported Hugo versions above 0.84.0
  • โฌ†๏ธ Chore(libs): update some third-party libraries
    • Update Artalk from 2.2.12 to 2.3.4 (#150)
    • Update Waline from 1.5.2 to 2.6.1
    • Update Valine from 1.4.18 to 1.5.0
    • Update mermaid from 8.13.3 to 9.1.3
  • 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: revise 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