From 9eeb06e1e80365f44938dbc3a76dba312c97f521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8C=87=E9=97=B4=E7=9A=84=E8=AF=97=E6=84=8F?= Date: Wed, 22 Nov 2023 22:47:35 +0800 Subject: [PATCH 1/2] chore(master): release 4.0.1 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 705bd1e8..68eef9d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [4.0.1](https://github.com/XPoet/hexo-theme-keep/compare/v4.0.0...v4.0.1) (2023-11-22) + + +### 🐞 Bug Fixes + +* **copyright-info:** optimize page disable copyright info ([5a0d631](https://github.com/XPoet/hexo-theme-keep/commit/5a0d63171ba9d7cf79eb11f379fe70c1c26f0338)) + + +### 🎨 Styling + +* print theme information at startup ([82cef1d](https://github.com/XPoet/hexo-theme-keep/commit/82cef1dd7b7301b26e6f16e26354256e2aa8b0a4)) + + +### 🛠 Performance Improvements + +* optimize a tag anchor jump ([632a182](https://github.com/XPoet/hexo-theme-keep/commit/632a182139711833b98c1ddefe836d9d10d515d2)) +* **post:** enhanced `front-matter` settings ([2cd5444](https://github.com/XPoet/hexo-theme-keep/commit/2cd544469a25302e7e1cf723f03dcd53928ea251)) + + +### 💄 Improvement UI + +* add 404 page ([5b74110](https://github.com/XPoet/hexo-theme-keep/commit/5b74110dd8f7f668eae680d50d4e45935ea115bc)) +* **comment:** optimize waline style ([a03054b](https://github.com/XPoet/hexo-theme-keep/commit/a03054b5370ce61b4bb61c8a21562bf60e1c0093)) +* **markdown:** optimize code block style ([255910f](https://github.com/XPoet/hexo-theme-keep/commit/255910ff2939cae7efd11959e1dcd688cfb1df47)) + ## [4.0.0](https://github.com/XPoet/hexo-theme-keep/compare/v3.8.6...v4.0.0) (2023-11-13) diff --git a/package.json b/package.json index ddf8ac8f..f7f08eed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-keep", - "version": "4.0.0", + "version": "4.0.1", "private": false, "description": "A simple and elegant theme for Hexo.", "scripts": { From 49256cb5740f9c83063ace8eedc18f8725438cce Mon Sep 17 00:00:00 2001 From: Zavins Date: Sun, 26 Nov 2023 17:58:13 -0800 Subject: [PATCH 2/2] fix: fix click site name/logo changes the language --- layout/_partial/header.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/_partial/header.ejs b/layout/_partial/header.ejs index 6f18ace7..2f08db41 100644 --- a/layout/_partial/header.ejs +++ b/layout/_partial/header.ejs @@ -9,11 +9,11 @@ const h_menu_nav_object = theme?.menu || { Home: '/', Archives: '/archives' }