CARVIEW |
Select Language
HTTP/2 200
date: Wed, 30 Jul 2025 10:11:41 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"5bfad63607e3c10ccd034eb8176776a2"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=64UK1DaFm4Om%2BePzhwayyeJZvkBuhN2gjNdID3TW0C%2FGszhUgHY7bUKdxudlzD4WEepu7P2l2t9q%2FlRE3wSOOBnFCQUVnpjGNpZ%2F5k4ehDR%2FF5POZFZ43McVky4YVeGmhumdlIZ9Z%2FCt6chl1dXEPKdUwZtHM4wCB35c9sc7BObBzkROezO6EO5LLRaSQy515WZRdz9dwa4X6dxWgkfjrJL2w68JH9baUPbEDLkhBpuyTz4JKIjRkckK68rZD%2FfQQ%2B3x6Qf695g8GvjmFbLh2Q%3D%3D--lDuecl5oomn7OHFe--RNHaDzHukU37C%2F%2FzlJkrlw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1695619515.1753870300; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 10:11:40 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 10:11:40 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: D3A0:2EC1A6:2025F8:23E164:6889EFDC
Releases Β· next-theme/hexo-theme-next Β· GitHub
10 Jul 03:16
Loading
08 Jun 08:28
Loading
31 Mar 13:59
Loading
01 Jan 08:58
Loading
20 Nov 10:05
Loading
21 Sep 03:09
Loading
01 May 13:18
Loading
04 Mar 10:40
Loading
04 Mar 10:39
Loading
02 Dec 16:14
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 480
Releases: next-theme/hexo-theme-next
Releases Β· next-theme/hexo-theme-next
v8.23.2
Compare
Assets 2
v8.23.1
Compare
What's Changed
π New Features
- Support code language name display (13cc317)
codeblock:
+ # Display language name
+ language: false
π Bug Fixes
- Escape page metadata in post template (Fix #883) by @frezcirno in #884
- Fix the page flickers when the search dialog pops up by @penxian in #860
- Downgrade algoliasearch (de0342a)
π External Changes
- New Action: Publish to npm (934baf9)
- Update dependency eslint to v9.28.0 by @renovate in #885
- Update dependency stylelint to v16.20.0 by @renovate in #886
- Update dependency mocha to v11.5.0 by @renovate in #889
π Documentation
New Contributors
- @frezcirno made their first contribution in #884
Full Changelog: v8.23.0...v8.23.1
Assets 2
1 person reacted
v8.23.0
Compare
What's Changed
π₯ Breaking Changes
β Features
- Supports customizing the width of the follow-me QR code by @Jiajun-Peng in #837
π Bug Fixes
- Fix .links-of-blogroll-item width (fd38526)
- Fix page:loaded event (0a170b8)
- Fix post title overflow (2791a40)
π Improvements
- Fix missing pjax on Web Archive by @wherewhere in #871
- Optimize comments.js file loading condition by @kemchenj in #683
- Reset p style to browser default (e64fd52)
- Use optional chaining (bd3961d)
π External Changes
- Update dependency chai to v5 by @renovate in #744
- Update dependency hexo-renderer-marked to v7 by @renovate in #869
- Update dependency eslint to v9.23.0 by @renovate in #872
- Update dependency stylelint to v16.17.0 by @renovate in #873
- Update dependency mocha to v11.1.0 by @renovate in #876
New Contributors
- @kemchenj made their first contribution in #683
- @Jiajun-Peng made their first contribution in #837
Full Changelog: v8.22.0...v8.23.0
Assets 2
2 people reacted
v8.22.0
Compare
What's Changed
β Features
- Switch to Google Fonts v2 API (bec4ea9)
- Duration configuration of
motion
by @Zerohertz in #846
motion:
+ duration: 200
π Bug Fixes
- Fix figcaption style (17b57da)
- Fix unit test (1b69557)
- Fix SCRIPT1028 caused by async by @wherewhere in #852
- Fix .menu-item-active::after style (58004e8)
π Improvements
- Clean up style (cf701a1)
- Use scrollbar-gutter (64772b0)
- Use auto-fill in link-grid (6548d0b)
- Remove type from script tag (a77778a)
- Remove CSS vendor prefixes (b0a4285)
- Optimize .links-of-blogroll-item style (3fb181f)
- Reorder imports (77adbf5)
π External Changes
- New action GitHub Releases To Discord (5639be9)
- Update dependency eslint to v9.17.0 by @renovate in #847
- Update dependency stylelint to v16.12.0 by @renovate in #851
- Update dependency mocha to v11 by @renovate in #853
- Update dependency c8 to v10.1.3 by @renovate in #857
π Documentation
- Update community URLs in README (8bdea2b)
New Contributors
- @Zerohertz made their first contribution in #846
- @wherewhere made their first contribution in #852
Full Changelog: v8.21.1...v8.22.0
Assets 2
5 people reacted
8.21.1
Compare
What's Changed
β Features
- Allow specifying noindex for robots by @AlliotTech in #841
- Support vendors.busuanzi config by @iamxiaojianzheng in #843
π External Changes
- Update dependency eslint to v9.14.0 by @renovate in #838
- Update dependency stylelint to v16.10.0 by @renovate in #840
- Update dependency mocha to v10.8.2 by @renovate in #844
New Contributors
- @AlliotTech made their first contribution in #841
- @iamxiaojianzheng made their first contribution in #843
Full Changelog: v8.21.0...v8.21.1
Assets 2
8.21.0
Compare
What's Changed
π₯ Breaking Changes
- Remove local_search.trigger option (659e82b)
local_search:
- # If auto, trigger search by changing input.
- # If manual, trigger search by pressing enter key or search button.
- trigger: auto
π New Features
β Features
- Refactor Algolia search: drop instantsearch.js by @stevenjoezhang in #795
- Support dark mode for note tags in modern style by @sghuang19 in #828
- Add dark color scheme for text selection by @sghuang19 in #829
π Bug Fixes
- Fix mermaid folding (6742735)
- Fix .menu-item-active::after (07acb27)
- Fix mermaid copy button (5c02480)
- Fix empty innerText (ddecbe3)
- Fix muse.js 404 (0708dc7)
π Improvements
- Prefer object-shorthand (524c369)
- Better use of parseInt and Number (17259c0)
- Specify transition-property (da8db69)
- Use
Array.flat
in motion.js (783b6ff)
π External Changes
- Update dependency stylelint to v16.9.0 by @renovate in #792
- Update dependency eslint to v9.10.0 - autoclosed by @renovate in #800
- Update dependency c8 to v10 by @renovate in #807
- Update dependency mocha to v10.7.3 by @renovate in #814
- Update dependency hexo to v7.3.0 by @renovate in #821
- Update dependency chai to v4.5.0 by @renovate in #825
π Documentation
- Update pull request template (263841b)
π Localization
- New Crowdin updates by @stevenjoezhang in #796
New Contributors
Full Changelog: v8.20.0...v8.21.0
Assets 2
3 people reacted
v8.20.0
Compare
What's Changed
π₯ Breaking Changes
sidebar:
- # Manual define the sidebar width. If commented, will be default for:
- # Muse | Mist: 320
- # Pisces | Gemini: 240
- #width: 300
+ # Sidebar width.
+ # Applicable to Muse | Mist and mobile of Pisces | Gemini.
+ width_expanded: 320
+ # Applicable to desktop of Pisces | Gemini.
+ width_dual_column: 240
π New Features
- Add post_count helper (26d682c)
- Support for hiding page header (ca0e6f0)
- Add link posts feature (4cba2a3)
π Bug Fixes
- Fix utterances/giscus with pjax by @wangjiezhe in #779
- Fix undefind in group-pictures (2195b01)
π Improvements
- Reorder sidebar animation (f7014d3)
- Update .category-list-count style (3d34a11)
- Refactor .menu-item style (6bf97f6)
π External Changes
- Update dependency stylelint to v16.4.0 by @renovate in #774
- Update dependency mocha to v10.4.0 by @renovate in #776
- Update dependency hexo-renderer-marked to v6.3.0 by @renovate in #781
- Update dependency eslint to v9 by @renovate in #783
- Update dependency hexo to v7.2.0 by @renovate in #790
π Documentation
- Remove dollar signs before commands (cd1a082)
New Contributors
- @wangjiezhe made their first contribution in #779
- @triccsr made their first contribution in #710
Full Changelog: v8.19.2...v8.20.0
Assets 2
1 person reacted
8.19.2
Compare
What's Changed
π Improvements
- Adapt to Hexo 7 highlight settings (269eae3)
- Add notranslate to prevent translating code by @maple3142 in #769
π External Changes
- Update actions/setup-python action to v5 by @renovate in #732
- Update dependency stylelint-stylus to v1 by @renovate in #737
- Update dependency stylelint to v16 by @renovate in #735
- Update github/codeql-action action to v3 - autoclosed by @renovate in #739
- Update dependency c8 to v9 by @renovate in #745
- Update dependency chai to v4.4.1 by @renovate in #748
- Update dependency hexo to v7.1.1 by @renovate in #757
- Update dependency mocha to v10.3.0 by @renovate in #764
Full Changelog: v8.19.1...v8.19.2
Assets 2
2 people reacted
8.19.1
Compare
Assets 2
8.19.0
Compare
What's Changed
β Features
- Update Google Analytics only_pageview mode to GA4 by @maple3142 in #649
google_analytics:
+ # only needed if you are using `only_pageview` mode, https://developers.google.com/analytics/devguides/collection/protocol/ga4
+ measure_protocol_api_secret:
π External Changes
- Update actions/checkout action to v4 by @renovate in #697
- Update dependency stylelint to v15.11.0 by @renovate in #709
- Update dependency eslint to v8.55.0 by @renovate in #711
- Update actions/setup-node action to v4 by @renovate in #713
- Update dependency hexo to v7 by @renovate in #715
- Update dessant/lock-threads action to v5 by @renovate in #718
- Update dependency hexo-renderer-marked to v6.2.0 by @renovate in #726
New Contributors
- @maple3142 made their first contribution in #649
- @Leao9203 made their first contribution in #723
Full Changelog: v8.18.2...v8.19.0
Assets 2
2 people reacted
Previous Next
You canβt perform that action at this time.