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

推荐订阅源

Security Archives - TechRepublic
Security Archives - TechRepublic
O
OpenAI News
W
WeLiveSecurity
Hacker News: Ask HN
Hacker News: Ask HN
Hacker News - Newest:
Hacker News - Newest: "LLM"
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
T
Troy Hunt's Blog
L
LINUX DO - 最新话题
SecWiki News
SecWiki News
Schneier on Security
Schneier on Security
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
N
News and Events Feed by Topic
TaoSecurity Blog
TaoSecurity Blog
H
Heimdal Security Blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
P
Palo Alto Networks Blog
Project Zero
Project Zero
Attack and Defense Labs
Attack and Defense Labs
C
CXSECURITY Database RSS Feed - CXSecurity.com
T
Tor Project blog
Scott Helme
Scott Helme
T
Threat Research - Cisco Blogs
Simon Willison's Weblog
Simon Willison's Weblog
Spread Privacy
Spread Privacy
Cisco Talos Blog
Cisco Talos Blog
T
Threatpost
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
The Last Watchdog
The Last Watchdog
Google DeepMind News
Google DeepMind News
P
Privacy & Cybersecurity Law Blog
Know Your Adversary
Know Your Adversary
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
L
Lohrmann on Cybersecurity
Cloudbric
Cloudbric
I
Intezer
The Hacker News
The Hacker News
L
LINUX DO - 热门话题
AI
AI
B
Blog
S
Securelist
P
Proofpoint News Feed
量子位
Jina AI
Jina AI
V2EX - 技术
V2EX - 技术
T
The Exploit Database - CXSecurity.com
酷 壳 – CoolShell
酷 壳 – CoolShell
Recent Commits to openclaw:main
Recent Commits to openclaw:main
C
CERT Recently Published Vulnerability Notes
J
Java Code Geeks
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

Jekyll • Simple, blog-aware, static sites | Release

Jekyll 4.4.1 Released Jekyll 4.4.0 Released Jekyll 4.3.4 Released Jekyll 3.10.0 Released Jekyll 3.9.4 Released Jekyll 4.3.3 Released Jekyll 3.9.3 Released Jekyll 4.3.1 Released Jekyll 4.3.0 Released
Jekyll 4.3.2 Released
ashmaroli · 2023-01-21 · via Jekyll • Simple, blog-aware, static sites | Release

Hello Jekyllers!

This is a small release containing fixes for some issues that came to our attention after the release of v4.3.1:

  • Our link tag had a significant performance regression with the release of v4.3.0 solely due to a change related to Jekyll::Site#each_site_file. The new patch restores previous performance while maintaining the enhancements introduced in v4.3.0.
  • The tables printed out on running a build with the --profile did not stop including the misleading TOTALS row as advertised in the release-notes for v4.3.0. The row has been removed completely now.
  • jekyll-sass-converter-3.0.0 that shipped in the interim was not happy with our blank-site scaffolding (from running jekyll new <path> --blank) having a main.scss stylesheet template import a Sass partial also named main.scss. So the partial has been renamed to base.scss.

That’s about it for this release. Depending on whether you use the features patched in this release, you may either wait for v4.4.0 (releasing in the near future) to update your Gemfile or, download the latest release right away! :)

Happy Jekyllin’!!