Skip to content

Latest commit

 

History

History
193 lines (93 loc) · 9.4 KB

CHANGELOG.md

File metadata and controls

193 lines (93 loc) · 9.4 KB

Changelog

1.5.2 (2024-01-21)

Bug Fixes 🐞

1.5.1 (2024-01-03)

Bug Fixes 🐞

1.5.0 (2023-12-02)

Features ✨

  • add the numberifyHeadings page parameter (#1011) (9947857)

Bug Fixes 🐞

1.4.1 (2023-11-05)

Bug Fixes 🐞

  • correct archive month localization (a464d74)
  • correct the broken style of archive month (8c16acd)

1.4.0 (2023-11-05)

Features ✨

  • add archive.monthFormat parameter (f334678)

1.3.2 (2023-11-05)

Documentation 📝

  • correct the type of archive.dateFormat (ba51a96)

Bug Fixes 🐞

  • correct the archive posts date format (cde8594)

1.3.1 (2023-10-31)

Documentation 📝

  • replace the GoogleAnalytics parameter with services.googleAnalytics.ID (7dd8dfe)

Bug Fixes 🐞

  • archives: correct the dateFormat parameter (#999) (065ba24)
  • social: replace site.Social with site.Params.social (#1002) (5b2e093)

Internationalization 🌐

  • improve translations in Russian (c0e8aab)

1.3.0 (2023-10-30)

Documentation 📝

  • document the carouselPostCount parameter (b505bcd)

Features ✨

  • add the carouselPostCount parameter which indicates the number of posts on homepage carousel (c8ac437)

1.2.6 (2023-10-29)

Bug Fixes 🐞

  • google-analytics: drop the deprecated template (#991) (1f4caaf)

1.2.5 (2023-10-29)

Documentation 📝

Bug Fixes 🐞

Styles 🎨

1.2.4 (2023-10-03)

Continuous Integration

Documentation 📝

  • added another line encouraging people to add their own translation file to the GitHub repository. (41ffa9a)
  • added clarification on defaultContentLanguage parameter (41ffa9a)
  • added small description to defaultContentLanguage (41ffa9a)
  • added Spanish to the language list (41ffa9a)
  • reworded one line to avoid possible confusions (41ffa9a)
  • update documentations (#977) (41ffa9a)

1.2.3 (2023-09-17)

Bug Fixes 🐞

1.2.2 (2023-07-28)

Bug Fixes 🐞

Styles 🎨

  • align the search bar to middle of the header (#969) (d58856a)

1.2.1 (2023-07-28)

⚠ BREAKING CHANGES

  • remove the post.excerpt parameter

Miscellaneous Chores

Styles 🎨

  • show the description if set (#964) (2e5396d)
  • smoothly scroll on slide component, such as the related posts (#962) (7af2b5e)

1.2.0 (2023-06-27)

Features

1.1.0 (2023-06-16)

Features

  • funding: add support for Buy Me a Coffee (decf0fe)

HBS CHANGELOG

The CHANGELOG are included in Releases now.

v0.68.0

  • Use Hugo Pipes for building assets.
  • Remove assets/css/custom.css, use assets/main/scss/_custom.scss instead.
  • Remove assets/js/custom.js, use assets/main/js/custom.ts instead.
  • Add assets/main/scss/_variables.scss for overriding variables.
  • Remove assets/js/icons.js, use assets/icons/custom.js instead.
  • Remove assets/js/katex.config.js, use assets/katex/js/options.ts instead.
  • Remove assets/js/mermaid.config.js, use assets/mermaid/js/options.ts instead.
  • Remove assets/js/viewer.config.js, use assets/viewer/js/options.ts instead.
  • Remove assets/css/highlight.css, use assets/main/scss/_highlight.scss instead.