惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
Webroot Blog
Webroot Blog
博客园 - 叶小钗
阮一峰的网络日志
阮一峰的网络日志
V
V2EX
雷峰网
雷峰网
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 【当耐特】
Hugging Face - Blog
Hugging Face - Blog
美团技术团队
云风的 BLOG
云风的 BLOG
IT之家
IT之家
S
Secure Thoughts
U
Unit 42
G
GRAHAM CLULEY
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
N
News and Events Feed by Topic
The Cloudflare Blog
月光博客
月光博客
V
Visual Studio Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Schneier on Security
Schneier on Security
O
OpenAI News
Hacker News - Newest:
Hacker News - Newest: "LLM"
P
Privacy International News Feed
The Hacker News
The Hacker News
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
T
Tailwind CSS Blog
SecWiki News
SecWiki News
M
MIT News - Artificial intelligence
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Simon Willison's Weblog
Simon Willison's Weblog
Stack Overflow Blog
Stack Overflow Blog
爱范儿
爱范儿
Last Week in AI
Last Week in AI
C
Check Point Blog
D
Docker
Scott Helme
Scott Helme
Engineering at Meta
Engineering at Meta
博客园_首页
W
WeLiveSecurity
MongoDB | Blog
MongoDB | Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
V
Vulnerabilities – Threatpost
D
Darknet – Hacking Tools, Hacker News & Cyber Security
J
Java Code Geeks
NISL@THU
NISL@THU
S
Security Affairs
C
Cybersecurity and Infrastructure Security Agency CISA
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

Hexo

hexo 8.1.0 Released hexo 8.0.0 Released hexo 7.3.0 Released Hexo 7.2.0 Released Hexo 7.1.0 Released Hexo 7.0.0 Released Hexo 6.3.0 Released Hexo 6.2.0 Released Hexo 6.1.0 Released Official plugins hexo-renderer-marked 5.0.0 and hexo-renderer-markdown-it 6.0.0 released Official plugins hexo-front-matter 3.0.0, hexo-server 3.0.0, hexo-renderer-less-4.0.0 released Hexo 6.0.0 Released Official plugins hexo-renderer-ejs 2.0.0, hexo-generator-sitemap 2.2.0 released Official plugins hexo-cli 4.3.0, hexo-renderer-pug 2.0.0, hexo-paginaiton 2.0.0, hexo-clean-css 2.0.0 hexo-util 2.5.0 released hexo 5.4.0 released hexo-deployer-git 3.0.0, hexo-renderer-marked 4.0.0 released Hexo 5.3.0 released Hexo 5.2.0, hexo-migrator-wordpress 2.1.2, hexo-renderer-marked 3.2.0, hexo-renderer-stylus 2.0.1 & hexo-renderer-less 2.0.2 released
Hexo 7.0.0 (RC1) Released
Hexo · 2023-03-18 · via Hexo

GitHub Release Note: v7.0.0 (RC1)

Migration Guide

Some of the built-in tags have been dropped (E.g. gist, youtube, jsfiddle, and vimeo). If you use those tags in your existing blog posts, you can install hexo-tag-embed to continue using them with Hexo 7.0.0.

$ npm i hexo-tag-embed

Note

No need to install if you are not using (or will not use) gist, youtube, jsfiddle, vimeo tags in your post or page.

Breaking Changes

Notable Changes

New Features

Fixes

Performance

Refactor

Dependencies

  • chore: bump sinon from 13.0.2 to 14.0.0 by @dependabot in #4965
  • chore: bump lint-staged from 11.2.6 to 13.0.3 by @dependabot in #5008
  • chore: bump husky from 7.0.4 to 8.0.1 by @dependabot in #4966
  • chore: bump hexo-fs from 3.1.0 to 4.0.0 by @dependabot in #5077
  • chore: bump hexo-renderer-marked from 5.0.0 to 6.0.0 by @dependabot in #5081
  • chore: bump hexo-front-matter from 3.0.0 to 4.0.0 by @dependabot in #5087
  • chore: bump abbrev from 1.1.1 to 2.0.0 by @dependabot in #5093
  • chore: bump hexo-i18n from 1.0.0 to 2.0.0 by @dependabot in #5099
  • chore: bump hexo-util from 2.7.0 to 3.0.1 by @dependabot in #5107
  • chore: bump warehouse from 4.0.2 to 5.0.0 by @dependabot in #5101
  • chore(deps): update hexo-log from 3.2.0 to 4.0.1 by @yoshinorin in #5096
  • chore: bump sinon from 14.0.2 to 15.0.0 by @dependabot in #5121

Test

New Contributors

Full Changelog