-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a17d8d3
commit 8cdc4a9
Showing
1 changed file
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|