Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release news v7.2.0 #2171

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions source/_posts/2024-04-17-hexo-7-2-0-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
---
title: Hexo 7.2.0 Released
---

refs: [GitHub Release Note: v7.2.0](https://github.com/hexojs/hexo/releases/tag/v7.2.0)

## New Features

* feat(highlight): add an option to switch stripIndent by [@uiolee] in [#5427](https://github.com/hexojs/hexo/pull/5427)

## Improved type definitions

* refactor: refactor types by [@D-Sketon] in [#5398](https://github.com/hexojs/hexo/pull/5398)
* chore: make callback on exit optional by [@dimaslanjaka] in [#5421](https://github.com/hexojs/hexo/pull/5421)
* refactor: migrate typescript by [@D-Sketon] in [#5417](https://github.com/hexojs/hexo/pull/5417)
* refactor: migrate typescript by [@D-Sketon] in [#5430](https://github.com/hexojs/hexo/pull/5430)

## Fixes

* Fix typos by [@mobeicanyue] in [#5426](https://github.com/hexojs/hexo/pull/5426)
* fix: post_link behaviour when using subdir by [@leafbird] in [#5419](https://github.com/hexojs/hexo/pull/5419)
* fix(tag): use url_for by [@stevenjoezhang] in [#5385](https://github.com/hexojs/hexo/pull/5385)
* fix(tag/include_code): prevent path traversal by [@stevenjoezhang] in [#5251](https://github.com/hexojs/hexo/pull/5251)
* revert(categories,tags): revert behavior of locals.tags and locals.categories by [@uiolee] in [#5388](https://github.com/hexojs/hexo/pull/5388)

## Refactor

* refactor: backslashes on Windows by [@stevenjoezhang] in [#5457](https://github.com/hexojs/hexo/pull/5457)

## Test

* test: add test case for issue #4334 by [@D-Sketon] in [#5465](https://github.com/hexojs/hexo/pull/5465)

## CI/CD

* ci: suppress comment err and reduce benchmark running by [@uiolee] in [#5454](https://github.com/hexojs/hexo/pull/5454)

## Docs

* docs(README): Update Sponsors images by [@uiolee] in [#5410](https://github.com/hexojs/hexo/pull/5410)
* chore(deps-dev): Limited `@types/node` version by [@uiolee] in [#5411](https://github.com/hexojs/hexo/pull/5411)

## Dependencies

* chore(deps): bump hexo-fs from ^4.1.1 to ^4.1.3 by [@D-Sketon] in [#5463](https://github.com/hexojs/hexo/pull/5463)

## New Contributors

* [@mobeicanyue] made their first contribution in [#5426](https://github.com/hexojs/hexo/pull/5426)
* [@leafbird] made their first contribution in [#5419](https://github.com/hexojs/hexo/pull/5419)

## Full Changelog

* [v7.1.0...v7.2.0](https://github.com/hexojs/hexo/compare/v7.1.0...v7.2.0)

* [v7.1.1...v7.2.0](https://github.com/hexojs/hexo/compare/v7.1.1...v7.2.0)

[@uiolee]: https://github.com/uiolee
[@D-Sketon]: https://github.com/D-Sketon
[@dimaslanjaka]: https://github.com/dimaslanjaka
[@stevenjoezhang]: https://github.com/stevenjoezhang
[@mobeicanyue]: https://github.com/mobeicanyue
[@leafbird]: https://github.com/leafbird