hexo-theme-stellar 1.35.0 → 1.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1180 -0
- package/_config.yml +25 -10
- package/layout/_partial/comments/artalk/layout.ejs +2 -2
- package/layout/_partial/comments/artalk/script.ejs +3 -9
- package/layout/_partial/comments/beaudar/script.ejs +2 -8
- package/layout/_partial/comments/giscus/script.ejs +2 -8
- package/layout/_partial/comments/twikoo/layout.ejs +2 -2
- package/layout/_partial/comments/twikoo/script.ejs +3 -9
- package/layout/_partial/comments/utterances/script.ejs +2 -8
- package/layout/_partial/comments/waline/layout.ejs +1 -1
- package/layout/_partial/comments/waline/script.ejs +1 -7
- package/layout/_partial/scripts/defines.ejs +118 -1
- package/layout/_partial/scripts/lazyload.ejs +7 -6
- package/layout/_partial/scripts/services.ejs +11 -13
- package/layout/_partial/scripts/utils.ejs +359 -24
- package/layout/_partial/widgets/tagtree.ejs +1 -1
- package/layout/_partial/widgets/toc.ejs +1 -4
- package/layout/_partial/widgets/tree.ejs +1 -1
- package/layout/_plugins/fancybox.ejs +23 -8
- package/layout/_plugins/scrollreveal.ejs +77 -13
- package/package.json +1 -1
- package/scripts/filters/lib/img_lazyload.js +9 -9
- package/scripts/tags/lib/emoji.js +17 -2
- package/scripts/tags/lib/image.js +13 -18
- package/source/css/_common/html.styl +0 -2
- package/source/css/_components/widgets/toc.styl +2 -2
- package/source/css/_plugins/lazyload.styl +40 -26
- package/source/css/_plugins/scrollreveal.styl +5 -1
- package/source/js/main.js +157 -69
- package/source/js/search/algolia-search.js +62 -62
- package/source/js/search/local-search.js +37 -36
- package/source/js/services/artalk_latest_comment.js +5 -7
- package/source/js/services/contributors.js +4 -6
- package/source/js/services/fcircle.js +4 -6
- package/source/js/services/friends.js +4 -6
- package/source/js/services/friends_and_posts.js +4 -6
- package/source/js/services/ghinfo.js +6 -8
- package/source/js/services/giscus_latest_comment.js +4 -6
- package/source/js/services/mdrender.js +2 -2
- package/source/js/services/memos.js +3 -4
- package/source/js/services/rss.js +10 -12
- package/source/js/services/siteinfo.js +24 -26
- package/source/js/services/sites.js +4 -6
- package/source/js/services/timeline.js +4 -6
- package/source/js/services/twikoo_latest_comment.js +5 -7
- package/source/js/services/waline_latest_comment.js +4 -6
- package/source/js/services/weibo.js +4 -6
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1180 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## 1.37.0
|
|
4
|
+
|
|
5
|
+
> 发布日期:2026-08-09
|
|
6
|
+
|
|
7
|
+
### 新功能
|
|
8
|
+
- 发版全自动化:`npm run release` 一键完成版本号更新(`_config.yml` + `package.json`)与 CHANGELOG 非空校验,并推送 main 与 npm 分支
|
|
9
|
+
- npm 分支推送自动发布:`release: ` 开头提交触发 CI 自动完成 npm publish、版本 tag 与 GitHub Release,Release 正文取自 CHANGELOG.md 对应章节;已发布版本与已存在 Release 幂等跳过
|
|
10
|
+
|
|
11
|
+
### 其他
|
|
12
|
+
- CHANGELOG.md 历史数据一次性从 GitHub Releases API 同步入库(76 个版本,统一格式)
|
|
13
|
+
- 新增发版流程文档(docs/guides/release-process.md)与设计记录(docs/designs/2026-08-09-release-automation.md)
|
|
14
|
+
|
|
15
|
+
Full Changelog: [1.36.0...1.37.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.36.0...1.37.0)
|
|
16
|
+
|
|
17
|
+
## 1.36.0
|
|
18
|
+
|
|
19
|
+
> 发布日期:2026-08-09
|
|
20
|
+
|
|
21
|
+
### 新功能
|
|
22
|
+
- 动态数据本地缓存:友链、时间线、最新评论、Memos、RSS、GitHub 信息、卡片链接等动态数据统一接入 stale-while-revalidate 缓存(新增 data_cache 配置),TTL 内不再重复请求外部 API,过期后先显示缓存再后台刷新
|
|
23
|
+
- emoji 标签支持 url: 参数直接引用外部图片,无需引入整套表情包
|
|
24
|
+
- 恢复左栏滚动位置:在同一 Wiki / 笔记本分区内切换页面后,左栏停留在上次位置,激活项不可见时自动小幅滚动修正
|
|
25
|
+
- ScrollReveal 默认开启(plugins.scrollreveal.enable: true)
|
|
26
|
+
|
|
27
|
+
### 修复
|
|
28
|
+
- 修复 TOC 高亮始终落在最后一个标题的问题
|
|
29
|
+
- TOC 目录链接改为自定义平滑滚动,与「回到顶部」「参与讨论」体验统一,落点偏移与高亮判定一致
|
|
30
|
+
- 修复带锚点打开页面或浏览器恢复滚动位置时,侧栏吸顶组件一直隐藏的问题(按吸顶容器单独 reveal)
|
|
31
|
+
- 无标题层级的内容页不再丢失「回到顶部 / 参与讨论」操作按钮
|
|
32
|
+
- 修复正文图片假懒加载:{% image %} 改为 1×1 占位 + data-src,图片真正进入视口后才加载
|
|
33
|
+
- 修复 Mermaid 图表不渲染:默认 CDN 从 v9 升级到 v11
|
|
34
|
+
- 修复评论系统加载回归:删除 PJAX 时代残留的评论重初始化死代码,评论脚本恢复为 module 模式
|
|
35
|
+
|
|
36
|
+
### 重构
|
|
37
|
+
- 移除 jQuery 依赖,以原生 DOM 封装替代,全站不再加载 jQuery
|
|
38
|
+
- 懒加载重构:强制开启、不再有 enable 开关,no-lazy 是唯一例外;fancybox 改为 mode: auto / global 按需加载;评论区图片统一走视口懒加载
|
|
39
|
+
- 移除 style.smooth_scroll 全局配置,滚动体验统一由 JS 控制
|
|
40
|
+
|
|
41
|
+
### 配置变更(升级注意)
|
|
42
|
+
- 新增 data_cache 配置块(enable / default_ttl / ttl / max_entries)
|
|
43
|
+
- plugins.fancybox 新增 mode,移除 tag_plugins.image.fancybox
|
|
44
|
+
- 移除 dependencies.jquery、comments.lazyload、style.smooth_scroll
|
|
45
|
+
- 站点若通过 inject.script 注入依赖全局 $ 的脚本,升级后需改为原生实现
|
|
46
|
+
|
|
47
|
+
Full Changelog: [1.35.0...1.36.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.35.0...1.36.0)
|
|
48
|
+
|
|
49
|
+
## 1.35.0
|
|
50
|
+
|
|
51
|
+
> 发布日期:2026-08-08
|
|
52
|
+
|
|
53
|
+
### 其他
|
|
54
|
+
|
|
55
|
+
- 移除 PJAX 支持:页面导航改为整页刷新,解决动态组件不刷新、评论系统切换等边界问题
|
|
56
|
+
- 统一 URL 路径规范化逻辑,修复 canonical 标签路径不一致的问题
|
|
57
|
+
- 修复 wiki 文档树中索引页(index)的路径匹配错误
|
|
58
|
+
- 发版脚本迁移为 Node CLI(release.js),支持版本校验、dry-run 预览与二次确认
|
|
59
|
+
- 完善仓库 AI 协作规范(AGENTS.md、issue 处理规则),重组 docs 目录(designs/、guides/、audits/)
|
|
60
|
+
- 优化 npm 发布忽略规则(.npmignore)
|
|
61
|
+
|
|
62
|
+
Full Changelog: [1.34.0...1.35.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.34.0...1.35.0)
|
|
63
|
+
|
|
64
|
+
## 1.34.0
|
|
65
|
+
|
|
66
|
+
> 发布日期:2026-08-08
|
|
67
|
+
|
|
68
|
+
### 其他
|
|
69
|
+
* add new-note command by @Zane-Jiang in https://github.com/xaoxuu/hexo-theme-stellar/pull/595
|
|
70
|
+
* fix: chat.js by @thun888 in https://github.com/xaoxuu/hexo-theme-stellar/pull/610
|
|
71
|
+
* fix: chat.styl by @thun888 in https://github.com/xaoxuu/hexo-theme-stellar/pull/611
|
|
72
|
+
* fix: katex by @thun888 in https://github.com/xaoxuu/hexo-theme-stellar/pull/608
|
|
73
|
+
* fix: resolve katex.min.css being blocked by @gsh1209 in https://github.com/xaoxuu/hexo-theme-stellar/pull/624
|
|
74
|
+
* opt: canonical logic by @tovarsh in https://github.com/xaoxuu/hexo-theme-stellar/pull/627
|
|
75
|
+
* feat: support separate light/dark leftbar background colors when using solid color by @gsh1209 in https://github.com/xaoxuu/hexo-theme-stellar/pull/622
|
|
76
|
+
* fix: chat-file, dark mode, etc. by @thun888 in https://github.com/xaoxuu/hexo-theme-stellar/pull/617
|
|
77
|
+
* fix: support Memos 0.25.0+ by @MikeWu597 in https://github.com/xaoxuu/hexo-theme-stellar/pull/631
|
|
78
|
+
* feat: add rss by @thun888 in https://github.com/xaoxuu/hexo-theme-stellar/pull/633
|
|
79
|
+
* feat: support pjax to implement non-refresh loading by @XZB-1248 in https://github.com/xaoxuu/hexo-theme-stellar/pull/640
|
|
80
|
+
* fix: pjax not refresh dynamic components on page changed by @XZB-1248 in https://github.com/xaoxuu/hexo-theme-stellar/pull/645
|
|
81
|
+
* Fix: Reinitialize comments after PJAX navigation by @xaoxuu with @Copilot in https://github.com/xaoxuu/hexo-theme-stellar/pull/646
|
|
82
|
+
* Fix PJAX navigation between pages with different comment systems by @xaoxuu with @Copilot in https://github.com/xaoxuu/hexo-theme-stellar/pull/647
|
|
83
|
+
* Fix duplicate CSS loading during pjax comment reinitialization by @xaoxuu with @Copilot in https://github.com/xaoxuu/hexo-theme-stellar/pull/650
|
|
84
|
+
* fix: preserve user theme preference during PJAX navigation by @cuiruileo in https://github.com/xaoxuu/hexo-theme-stellar/pull/658
|
|
85
|
+
* fix: 将 XML/RSS 文件加入 PJAX 黑名单 by @cuiruileo in https://github.com/xaoxuu/hexo-theme-stellar/pull/661
|
|
86
|
+
### 新贡献者
|
|
87
|
+
* @Zane-Jiang made their first contribution in https://github.com/xaoxuu/hexo-theme-stellar/pull/595
|
|
88
|
+
* @MikeWu597 made their first contribution in https://github.com/xaoxuu/hexo-theme-stellar/pull/631
|
|
89
|
+
* @XZB-1248 made their first contribution in https://github.com/xaoxuu/hexo-theme-stellar/pull/640
|
|
90
|
+
* @xaoxuu with @Copilot made their first contribution in https://github.com/xaoxuu/hexo-theme-stellar/pull/646
|
|
91
|
+
* @cuiruileo made their first contribution in https://github.com/xaoxuu/hexo-theme-stellar/pull/658
|
|
92
|
+
|
|
93
|
+
Full Changelog: [1.33.1...1.34.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.33.1...1.34.0)
|
|
94
|
+
|
|
95
|
+
## 1.33.1
|
|
96
|
+
|
|
97
|
+
> 发布日期:2025-07-17
|
|
98
|
+
|
|
99
|
+
### 其他
|
|
100
|
+
- feat: 增加 mathjax v3 的支援 by @flyinglimao in https://github.com/xaoxuu/hexo-theme-stellar/pull/587
|
|
101
|
+
- fix: custom color #589
|
|
102
|
+
- fix: emoticons@3.1
|
|
103
|
+
### 新贡献者
|
|
104
|
+
* @flyinglimao made their first contribution in https://github.com/xaoxuu/hexo-theme-stellar/pull/587
|
|
105
|
+
|
|
106
|
+
Full Changelog: [1.33.0...1.33.1](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.33.0...1.33.1)
|
|
107
|
+
|
|
108
|
+
## 1.33.0
|
|
109
|
+
|
|
110
|
+
> 发布日期:2025-07-06
|
|
111
|
+
|
|
112
|
+
### 其他
|
|
113
|
+
|
|
114
|
+
- feat: 新增投票和评分标签
|
|
115
|
+
- opt: artalk ui
|
|
116
|
+
- fix: canonical in 404 page
|
|
117
|
+
- fix: pretty_urls.js by @thun888 in https://github.com/xaoxuu/hexo-theme-stellar/pull/585
|
|
118
|
+
- fix: search path
|
|
119
|
+
|
|
120
|
+
Full Changelog: [1.32.4...1.33.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.32.4...1.33.0)
|
|
121
|
+
|
|
122
|
+
## 1.32.4
|
|
123
|
+
|
|
124
|
+
> 发布日期:2025-07-04
|
|
125
|
+
|
|
126
|
+
### 其他
|
|
127
|
+
|
|
128
|
+
- fix: canonical
|
|
129
|
+
- opt: doc’s contributors
|
|
130
|
+
- opt: ui
|
|
131
|
+
|
|
132
|
+
Full Changelog: [1.32.3...1.32.4](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.32.3...1.32.4)
|
|
133
|
+
|
|
134
|
+
## 1.32.3
|
|
135
|
+
|
|
136
|
+
> 发布日期:2025-06-30
|
|
137
|
+
|
|
138
|
+
### 其他
|
|
139
|
+
|
|
140
|
+
- Artalk 支持 imageUploader
|
|
141
|
+
- 样式优化
|
|
142
|
+
|
|
143
|
+
Full Changelog: [1.32.2...1.32.3](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.32.2...1.32.3)
|
|
144
|
+
|
|
145
|
+
## 1.32.2
|
|
146
|
+
|
|
147
|
+
> 发布日期:2025-06-29
|
|
148
|
+
|
|
149
|
+
### 其他
|
|
150
|
+
|
|
151
|
+
- 页脚结构优化
|
|
152
|
+
- 配色方案重构,网站背景图现在有更完善的适配。
|
|
153
|
+
- 图片懒加载优化,现在支持对动态数据中的图片进行懒加载,例如动态友链、时间线等。
|
|
154
|
+
|
|
155
|
+
Full Changelog: [1.32.1...1.32.2](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.32.1...1.32.2)
|
|
156
|
+
|
|
157
|
+
## 1.32.1
|
|
158
|
+
|
|
159
|
+
> 发布日期:2025-06-28
|
|
160
|
+
|
|
161
|
+
### 其他
|
|
162
|
+
|
|
163
|
+
- 修复UI问题
|
|
164
|
+
- 修复未知问题(quote 标签改名为: blockquote)
|
|
165
|
+
- 优化懒加载图片缓存策略
|
|
166
|
+
|
|
167
|
+
Full Changelog: [1.32.0...1.32.1](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.32.0...1.32.1)
|
|
168
|
+
|
|
169
|
+
## 1.32.0
|
|
170
|
+
|
|
171
|
+
> 发布日期:2025-06-27
|
|
172
|
+
|
|
173
|
+
### 其他
|
|
174
|
+
|
|
175
|
+
- 大量样式优化(特别是Artalk)
|
|
176
|
+
- 为 lazyload 功能添加配置项 loading_image by @lambdark in https://github.com/xaoxuu/hexo-theme-stellar/pull/574
|
|
177
|
+
- 图片懒加载时,不再发生高度调变
|
|
178
|
+
- artalk_latest_comment by @thun888 in https://github.com/xaoxuu/hexo-theme-stellar/pull/579
|
|
179
|
+
- 支持从主页隐藏文章 `indexing: false`
|
|
180
|
+
- 移除已不支持的 unsplash 封面接口
|
|
181
|
+
- 本地搜索体验优化
|
|
182
|
+
|
|
183
|
+
Full Changelog: [1.31.0...1.32.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.31.0...1.32.0)
|
|
184
|
+
|
|
185
|
+
## 1.31.0
|
|
186
|
+
|
|
187
|
+
> 发布日期:2025-06-21
|
|
188
|
+
|
|
189
|
+
### 其他
|
|
190
|
+
- 增加 canonical 标签,并增加备用站提示和非法克隆站警告信息。(canonical加密校验,增加盗站成本)
|
|
191
|
+
- structured data #50 and #470
|
|
192
|
+
- 移除掉即将过期的 `vlts.cc` 服务,支持自部署
|
|
193
|
+
- Theme color-scheme selector error by @ThatCoders in https://github.com/xaoxuu/hexo-theme-stellar/pull/573
|
|
194
|
+
|
|
195
|
+
Full Changelog: [1.30.4...1.31.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.30.4...1.31.0)
|
|
196
|
+
|
|
197
|
+
## 1.30.4
|
|
198
|
+
|
|
199
|
+
> 发布日期:2025-06-20
|
|
200
|
+
|
|
201
|
+
### 其他
|
|
202
|
+
|
|
203
|
+
- 适配 iOS 26
|
|
204
|
+
- 增加 quote 标签
|
|
205
|
+
|
|
206
|
+
Full Changelog: [1.30.3...1.30.4](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.30.3...1.30.4)
|
|
207
|
+
|
|
208
|
+
## 1.30.3
|
|
209
|
+
|
|
210
|
+
> 发布日期:2025-06-17
|
|
211
|
+
|
|
212
|
+
### 其他
|
|
213
|
+
|
|
214
|
+
- 适配 iOS 26
|
|
215
|
+
- 支持自定义技术文章内页各级标题前面的符号
|
|
216
|
+
|
|
217
|
+
Full Changelog: [1.30.2...1.30.3](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.30.2...1.30.3)
|
|
218
|
+
|
|
219
|
+
## 1.30.2
|
|
220
|
+
|
|
221
|
+
> 发布日期:2025-06-15
|
|
222
|
+
|
|
223
|
+
### 其他
|
|
224
|
+
- 内置的 `cdn.jsdelivr.net` 地址统一修改为:`gcore.jsdelivr.net`
|
|
225
|
+
- 内置依赖库版本号修改
|
|
226
|
+
- 大量样式优化(包含期待已久的标题风格差异化)
|
|
227
|
+
- 修复 tabs 标签显示问题
|
|
228
|
+
|
|
229
|
+
Full Changelog: [1.30.1...1.30.2](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.30.1...1.30.2)
|
|
230
|
+
|
|
231
|
+
## 1.30.1
|
|
232
|
+
|
|
233
|
+
> 发布日期:2025-06-15
|
|
234
|
+
|
|
235
|
+
### 其他
|
|
236
|
+
- 新增了带最新文章的友链布局,使用方法为原友链标签中增加 `posts:true` 参数,例如:`{% friends posts:true api:xxx %}`,需搭配最新版动态友链。
|
|
237
|
+
- 样式优化
|
|
238
|
+
|
|
239
|
+
Full Changelog: [1.30.0...1.30.1](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.30.0...1.30.1)
|
|
240
|
+
|
|
241
|
+
## 1.30.0
|
|
242
|
+
|
|
243
|
+
> 发布日期:2025-06-03
|
|
244
|
+
|
|
245
|
+
### 其他
|
|
246
|
+
* fix: link path in nav_tabs_blog.ejs by @L33Z22L11 in https://github.com/xaoxuu/hexo-theme-stellar/pull/508
|
|
247
|
+
* [feat] support memos Version management by @ThatCoders in https://github.com/xaoxuu/hexo-theme-stellar/pull/505
|
|
248
|
+
* fix: youtube iframe by @abc1763613206 in https://github.com/xaoxuu/hexo-theme-stellar/pull/517
|
|
249
|
+
* fix: ensure tags and categories are arrays before iterating by @Cactusinhand in https://github.com/xaoxuu/hexo-theme-stellar/pull/512
|
|
250
|
+
* 优化 local search 逻辑 by @Cactusinhand in https://github.com/xaoxuu/hexo-theme-stellar/pull/521
|
|
251
|
+
* [fix] skip_search is not iterable by @weekdaycare in https://github.com/xaoxuu/hexo-theme-stellar/pull/526
|
|
252
|
+
* [fix] notebooks undefined by @weekdaycare in https://github.com/xaoxuu/hexo-theme-stellar/pull/527
|
|
253
|
+
* [fix] scrollreveal l_right by @weekdaycare in https://github.com/xaoxuu/hexo-theme-stellar/pull/528
|
|
254
|
+
* [fix] mathjax render by @weekdaycare in https://github.com/xaoxuu/hexo-theme-stellar/pull/532
|
|
255
|
+
* [feat] comment new widgets by @weekdaycare in https://github.com/xaoxuu/hexo-theme-stellar/pull/530
|
|
256
|
+
* [fix]: 修复hexo路由改变造成无法正常加载theme资源文件的bug by @ttaydes in https://github.com/xaoxuu/hexo-theme-stellar/pull/535
|
|
257
|
+
* [fix] js unexpected token by @weekdaycare in https://github.com/xaoxuu/hexo-theme-stellar/pull/534
|
|
258
|
+
* [fix] tabs mermaid syntax error by @weekdaycare in https://github.com/xaoxuu/hexo-theme-stellar/pull/536
|
|
259
|
+
* [fix] empty wiki delete in loop by @weekdaycare in https://github.com/xaoxuu/hexo-theme-stellar/pull/537
|
|
260
|
+
* fix(notebooks): fix bug in notebooks generator by @calfzhou in https://github.com/xaoxuu/hexo-theme-stellar/pull/543
|
|
261
|
+
* [fix] algoliasearch is not defined by @weekdaycare in https://github.com/xaoxuu/hexo-theme-stellar/pull/542
|
|
262
|
+
* fix: 页面没有使用tags生成keywords,文章搜索没有生成tags和categories by @LinWhite2333 in https://github.com/xaoxuu/hexo-theme-stellar/pull/540
|
|
263
|
+
* feat: 优化stellar搜索引擎 by @codepzj in https://github.com/xaoxuu/hexo-theme-stellar/pull/538
|
|
264
|
+
* fix: refine katex overflow style by @calfzhou in https://github.com/xaoxuu/hexo-theme-stellar/pull/544
|
|
265
|
+
* add chat tag plugin by @HcGys in https://github.com/xaoxuu/hexo-theme-stellar/pull/560
|
|
266
|
+
* [fix]更换 sites 截图提供商 by @Catwb in https://github.com/xaoxuu/hexo-theme-stellar/pull/565
|
|
267
|
+
* [fix] 修复folding标签渲染异常问题 by @lambdark in https://github.com/xaoxuu/hexo-theme-stellar/pull/562
|
|
268
|
+
* [fix] 修复mermaid暗色配置项的一个小问题 by @HisMax in https://github.com/xaoxuu/hexo-theme-stellar/pull/567
|
|
269
|
+
### 新贡献者
|
|
270
|
+
* @abc1763613206 made their first contribution in https://github.com/xaoxuu/hexo-theme-stellar/pull/517
|
|
271
|
+
* @Cactusinhand made their first contribution in https://github.com/xaoxuu/hexo-theme-stellar/pull/512
|
|
272
|
+
* @ttaydes made their first contribution in https://github.com/xaoxuu/hexo-theme-stellar/pull/535
|
|
273
|
+
* @LinWhite2333 made their first contribution in https://github.com/xaoxuu/hexo-theme-stellar/pull/540
|
|
274
|
+
* @codepzj made their first contribution in https://github.com/xaoxuu/hexo-theme-stellar/pull/538
|
|
275
|
+
* @Catwb made their first contribution in https://github.com/xaoxuu/hexo-theme-stellar/pull/565
|
|
276
|
+
* @lambdark made their first contribution in https://github.com/xaoxuu/hexo-theme-stellar/pull/562
|
|
277
|
+
* @HisMax made their first contribution in https://github.com/xaoxuu/hexo-theme-stellar/pull/567
|
|
278
|
+
|
|
279
|
+
Full Changelog: [1.29.1...1.30.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.29.1...1.30.0)
|
|
280
|
+
|
|
281
|
+
## 1.29.1
|
|
282
|
+
|
|
283
|
+
> 发布日期:2024-08-13
|
|
284
|
+
|
|
285
|
+
### 其他
|
|
286
|
+
* l10n: Update zh-TW translation by @pan93412 in https://github.com/xaoxuu/hexo-theme-stellar/pull/497
|
|
287
|
+
|
|
288
|
+
Full Changelog: [1.29.0...1.29.1](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.29.0...1.29.1)
|
|
289
|
+
|
|
290
|
+
## 1.29.0
|
|
291
|
+
|
|
292
|
+
> 发布日期:2024-06-16
|
|
293
|
+
|
|
294
|
+
### 其他
|
|
295
|
+
* [feat] support run-time theme switch, and visitor preferred theme by @calfzhou in https://github.com/xaoxuu/hexo-theme-stellar/pull/449
|
|
296
|
+
* ✨ local search打开文章url改进:避免文章设置永久链接导致点击打开失败 by @Achuan-2 in https://github.com/xaoxuu/hexo-theme-stellar/pull/450
|
|
297
|
+
* [fix] render article footer in wiki pages by @calfzhou in https://github.com/xaoxuu/hexo-theme-stellar/pull/460
|
|
298
|
+
* fix(stellar-artalk): bump version, fix site name escape by @songtianlun in https://github.com/xaoxuu/hexo-theme-stellar/pull/452
|
|
299
|
+
* 添加阅读标签 by @HcGys in https://github.com/xaoxuu/hexo-theme-stellar/pull/462
|
|
300
|
+
* [feat] add notebook support by @calfzhou in https://github.com/xaoxuu/hexo-theme-stellar/pull/464
|
|
301
|
+
* [fix] fix typo - missing `;` for `"` by @calfzhou in https://github.com/xaoxuu/hexo-theme-stellar/pull/469
|
|
302
|
+
* fix(bug): 文章banner非法属性, 目录讨论按钮逻辑 by @L33Z22L11 in https://github.com/xaoxuu/hexo-theme-stellar/pull/475
|
|
303
|
+
* [fix] #477 bad appearence with no prefers-color-scheme by @L33Z22L11 in https://github.com/xaoxuu/hexo-theme-stellar/pull/478
|
|
304
|
+
* feat: 评论区视口懒加载 by @KazariEX in https://github.com/xaoxuu/hexo-theme-stellar/pull/480
|
|
305
|
+
* [fix] multi renderer support, resolve #476 by @L33Z22L11 in https://github.com/xaoxuu/hexo-theme-stellar/pull/481
|
|
306
|
+
* [fix] related_posts title by @L33Z22L11 in https://github.com/xaoxuu/hexo-theme-stellar/pull/485
|
|
307
|
+
* [fix] tianli_gpt layout by @thun888 in https://github.com/xaoxuu/hexo-theme-stellar/pull/486
|
|
308
|
+
* [fix] video tag by @L33Z22L11 in https://github.com/xaoxuu/hexo-theme-stellar/pull/487
|
|
309
|
+
* feat: add youtube video by @Laitr0n in https://github.com/xaoxuu/hexo-theme-stellar/pull/491
|
|
310
|
+
* fix: load script synchronously by @KazariEX in https://github.com/xaoxuu/hexo-theme-stellar/pull/482
|
|
311
|
+
### 新贡献者
|
|
312
|
+
* @songtianlun made their first contribution in https://github.com/xaoxuu/hexo-theme-stellar/pull/452
|
|
313
|
+
* @HcGys made their first contribution in https://github.com/xaoxuu/hexo-theme-stellar/pull/462
|
|
314
|
+
* @KazariEX made their first contribution in https://github.com/xaoxuu/hexo-theme-stellar/pull/480
|
|
315
|
+
* @thun888 made their first contribution in https://github.com/xaoxuu/hexo-theme-stellar/pull/486
|
|
316
|
+
* @Laitr0n made their first contribution in https://github.com/xaoxuu/hexo-theme-stellar/pull/491
|
|
317
|
+
|
|
318
|
+
Full Changelog: [1.28.1...1.29.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.28.1...1.29.0)
|
|
319
|
+
|
|
320
|
+
## 1.28.1
|
|
321
|
+
|
|
322
|
+
> 发布日期:2024-04-27
|
|
323
|
+
|
|
324
|
+
### 其他
|
|
325
|
+
* [feat] fixes xaoxuu#442: img fancybox supports providing a different image for popup by @calfzhou in https://github.com/xaoxuu/hexo-theme-stellar/pull/444
|
|
326
|
+
* [opt] gist darkmode textcolor by @weekdaycare in https://github.com/xaoxuu/hexo-theme-stellar/pull/445
|
|
327
|
+
* [fix] copy failure by @weekdaycare in https://github.com/xaoxuu/hexo-theme-stellar/pull/446
|
|
328
|
+
|
|
329
|
+
Full Changelog: [1.28.0...1.28.1](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.28.0...1.28.1)
|
|
330
|
+
|
|
331
|
+
## 1.28.0
|
|
332
|
+
|
|
333
|
+
> 发布日期:2024-04-23
|
|
334
|
+
|
|
335
|
+
### 其他
|
|
336
|
+
**新特性**
|
|
337
|
+
- 支持 algolia 搜索
|
|
338
|
+
- 有评论的页面支持滚动到评论区(需要 toc 组件)
|
|
339
|
+
- 优化 twikoo 表情显示
|
|
340
|
+
- 移动端 Safari 状态栏区域颜色跟随主题
|
|
341
|
+
- 其它样式优化
|
|
342
|
+
**修复**
|
|
343
|
+
- 修复 copy 按钮复制失败问题
|
|
344
|
+
- 修复 swiper 组件相关问题
|
|
345
|
+
* [fix] #405 emoji incomplete display due to border-radius by @L33Z22L11 in https://github.com/xaoxuu/hexo-theme-stellar/pull/406
|
|
346
|
+
* 优化twikoo表情显示 by @weekdaycare in https://github.com/xaoxuu/hexo-theme-stellar/pull/410
|
|
347
|
+
* update waline_3.1.3 to fix reaction error by @gsh1209 in https://github.com/xaoxuu/hexo-theme-stellar/pull/412
|
|
348
|
+
* [opt] navbar, sidebar-list, footer by @L33Z22L11 in https://github.com/xaoxuu/hexo-theme-stellar/pull/399
|
|
349
|
+
* [fix] error handler for codeCopyBtn by @L33Z22L11 in https://github.com/xaoxuu/hexo-theme-stellar/pull/419
|
|
350
|
+
* [fix] #413 extra breadcrumb on author's page by @L33Z22L11 in https://github.com/xaoxuu/hexo-theme-stellar/pull/418
|
|
351
|
+
* [feat] algolia_search by @weekdaycare in https://github.com/xaoxuu/hexo-theme-stellar/pull/423
|
|
352
|
+
* [fix] #402 dark statusbar theme-color on phone by @L33Z22L11 in https://github.com/xaoxuu/hexo-theme-stellar/pull/424
|
|
353
|
+
* [fix] swiper cycle invalid by @weekdaycare in https://github.com/xaoxuu/hexo-theme-stellar/pull/425
|
|
354
|
+
* [fix] tianli_gpt layout by @weekdaycare in https://github.com/xaoxuu/hexo-theme-stellar/pull/429
|
|
355
|
+
* [fix] proj.comments false by @weekdaycare in https://github.com/xaoxuu/hexo-theme-stellar/pull/430
|
|
356
|
+
* [feat] scroll to comment by @weekdaycare in https://github.com/xaoxuu/hexo-theme-stellar/pull/431
|
|
357
|
+
* [opt] twikoo fllow $color-theme by @weekdaycare in https://github.com/xaoxuu/hexo-theme-stellar/pull/421
|
|
358
|
+
* [opt] algolia_search filter by @weekdaycare in https://github.com/xaoxuu/hexo-theme-stellar/pull/434
|
|
359
|
+
* fixd #436 white space caused by using border-radius and hidden overflow by @gsh1209 in https://github.com/xaoxuu/hexo-theme-stellar/pull/440
|
|
360
|
+
### 新贡献者
|
|
361
|
+
* @gsh1209 made their first contribution in https://github.com/xaoxuu/hexo-theme-stellar/pull/412
|
|
362
|
+
|
|
363
|
+
Full Changelog: [1.27.0...1.28.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.27.0...1.28.0)
|
|
364
|
+
|
|
365
|
+
## 1.27.0
|
|
366
|
+
|
|
367
|
+
> 发布日期:2024-03-03
|
|
368
|
+
|
|
369
|
+
### 其他
|
|
370
|
+
**新特性**
|
|
371
|
+
|
|
372
|
+
- 新增右侧栏,原 `sidebar` 更名为 `leftbar`
|
|
373
|
+
|
|
374
|
+
**重要变更**
|
|
375
|
+
|
|
376
|
+
- toc 样式修改为适应右边栏,不建议放在左边栏了
|
|
377
|
+
- plugins 插件重构
|
|
378
|
+
- 内置服务配置转移到 `data_services ` 中
|
|
379
|
+
- 配置中的替换符号 `${xxx}` 由于存在冲突,格式更改为 `{xxx}`
|
|
380
|
+
- Waline 评论插件升级到 3.x
|
|
381
|
+
|
|
382
|
+
**修复**
|
|
383
|
+
|
|
384
|
+
- 修复了 macOS 系统上的 `.DS_Store` 文件导致报错的问题
|
|
385
|
+
|
|
386
|
+
Full Changelog: [1.26.8...1.27.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.26.8...1.27.0)
|
|
387
|
+
|
|
388
|
+
## 1.26.8
|
|
389
|
+
|
|
390
|
+
> 发布日期:2024-02-04
|
|
391
|
+
|
|
392
|
+
### 其他
|
|
393
|
+
**新特性**
|
|
394
|
+
|
|
395
|
+
- linkcard 数据服务支持自部署:[site-info-api](https://github.com/xaoxuu/site-info-api/)
|
|
396
|
+
|
|
397
|
+
**优化**
|
|
398
|
+
|
|
399
|
+
- 统一暗色模式下卡片高亮效果
|
|
400
|
+
|
|
401
|
+
Full Changelog: [1.26.7...1.26.8](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.26.7...1.26.8)
|
|
402
|
+
|
|
403
|
+
## 1.26.7
|
|
404
|
+
|
|
405
|
+
> 发布日期:2024-02-04
|
|
406
|
+
|
|
407
|
+
### 其他
|
|
408
|
+
**请不要安装这个版本**
|
|
409
|
+
|
|
410
|
+
Full Changelog: [1.26.6...1.26.7](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.26.6...1.26.7)
|
|
411
|
+
|
|
412
|
+
## 1.26.6
|
|
413
|
+
|
|
414
|
+
> 发布日期:2024-02-03
|
|
415
|
+
|
|
416
|
+
### 其他
|
|
417
|
+
**新特性**
|
|
418
|
+
|
|
419
|
+
- 新增 button 标签组件 [#button](https://xaoxuu.com/wiki/stellar/tag-plugins/express/#button-%E6%8C%89%E9%92%AE)
|
|
420
|
+
- 支持在 topic 和 wiki 中设置 banner,应用到全部页面
|
|
421
|
+
- 支持在 topic 和 wiki 中设置 type,应用到全部页面
|
|
422
|
+
|
|
423
|
+
**优化**
|
|
424
|
+
|
|
425
|
+
- 优化 okr 在移动端显示
|
|
426
|
+
- 合并文章内 block 和 card 类圆角配置 -> card [_config.yml#L492](https://github.com/xaoxuu/hexo-theme-stellar/blob/aae8176876e4cfbe3650b1497cd63d35d0d5cb22/_config.yml#L492)
|
|
427
|
+
- 新增 card-l 配置单独侧边栏和文章横幅的圆角 [_config.yml#L491](https://github.com/xaoxuu/hexo-theme-stellar/blob/aae8176876e4cfbe3650b1497cd63d35d0d5cb22/_config.yml#L491)
|
|
428
|
+
|
|
429
|
+
Full Changelog: [1.26.5...1.26.6](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.26.5...1.26.6)
|
|
430
|
+
|
|
431
|
+
## 1.26.5
|
|
432
|
+
|
|
433
|
+
> 发布日期:2024-02-02
|
|
434
|
+
|
|
435
|
+
### 其他
|
|
436
|
+
**新特性**
|
|
437
|
+
|
|
438
|
+
- 新增 [icon 标签组件](https://xaoxuu.com/wiki/stellar/tag-plugins/express/#icon-%E5%9B%BE%E6%A0%87%E6%A0%87%E7%AD%BE)
|
|
439
|
+
|
|
440
|
+
**优化**
|
|
441
|
+
|
|
442
|
+
- 优化多处样式
|
|
443
|
+
|
|
444
|
+
**修复**
|
|
445
|
+
|
|
446
|
+
- 修复部分页面侧边栏顶部间距消失问题
|
|
447
|
+
|
|
448
|
+
Full Changelog: [1.26.4...1.26.5](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.26.4...1.26.5)
|
|
449
|
+
|
|
450
|
+
## 1.26.4
|
|
451
|
+
|
|
452
|
+
> 发布日期:2024-01-31
|
|
453
|
+
|
|
454
|
+
### 其他
|
|
455
|
+
**新特性**
|
|
456
|
+
|
|
457
|
+
- 支持设置全站背景 [_config.yml#L525-L528](https://github.com/xaoxuu/hexo-theme-stellar/blob/9c906cc02bf209b8b8823f696fffeac5501a3372/_config.yml#L525-L528)
|
|
458
|
+
|
|
459
|
+
**优化**
|
|
460
|
+
|
|
461
|
+
- 大量字体默认调大一号
|
|
462
|
+
- 优化文章顶部区域
|
|
463
|
+
- 优化暗黑模式下的卡片阴影效果(改为彩色阴影)
|
|
464
|
+
- 优化了时间线标签标题部分的链接的样式
|
|
465
|
+
- 优化了微信分享展开动画
|
|
466
|
+
- 优化了各级标题样式
|
|
467
|
+
- 简化了行内链接样式
|
|
468
|
+
|
|
469
|
+
**修复**
|
|
470
|
+
|
|
471
|
+
- 修复了在 menu 和 social 位置使用 `icons.yml` 配置链接失效的问题
|
|
472
|
+
|
|
473
|
+
Full Changelog: [1.26.3...1.26.4](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.26.3...1.26.4)
|
|
474
|
+
|
|
475
|
+
## 1.26.3
|
|
476
|
+
|
|
477
|
+
> 发布日期:2024-01-22
|
|
478
|
+
|
|
479
|
+
### 其他
|
|
480
|
+
**优化**
|
|
481
|
+
|
|
482
|
+
- logo 区防止 title 过长时 icon 被压缩
|
|
483
|
+
- logo 区的 title 字号调小至 1.5rem
|
|
484
|
+
- 增加 css 和 js 的版本号,后续更新版本后应该不需要强制刷新了
|
|
485
|
+
- tagcloud 样式适配新的侧边栏风格
|
|
486
|
+
|
|
487
|
+
**修复**
|
|
488
|
+
|
|
489
|
+
- 修复了作者归档页漏掉的筛选逻辑(仅显示作者的文章)
|
|
490
|
+
|
|
491
|
+
Full Changelog: [1.26.2...1.26.3](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.26.2...1.26.3)
|
|
492
|
+
|
|
493
|
+
## 1.26.2
|
|
494
|
+
|
|
495
|
+
> 发布日期:2024-01-22
|
|
496
|
+
|
|
497
|
+
### 其他
|
|
498
|
+
**优化**
|
|
499
|
+
|
|
500
|
+
- 优化 wiki 页面的搜索框默认占位文字
|
|
501
|
+
- 专栏页面侧边栏的 logo 不再定制为专栏名,而是显示和博客页相同的内容
|
|
502
|
+
- 适配 fancybox 插件 5.0 版本,image 标签支持 `fancybox:groupName` 设置为不同的组,并且每个 gallery 组件都是单独的一个组
|
|
503
|
+
- katex、mathjax、mermaid 支持在配置文件中设置全局开启
|
|
504
|
+
- 图片默认载入效果从 blur 改为 fade,如果喜欢 blur 可以在主题配置文件中自行修改
|
|
505
|
+
|
|
506
|
+
**重要变更**
|
|
507
|
+
|
|
508
|
+
- 移除了 instant_page 支持(效果不如 flying_pages)
|
|
509
|
+
|
|
510
|
+
**修复**
|
|
511
|
+
|
|
512
|
+
- 修复了作者归档页漏掉的筛选逻辑(仅显示作者的文章)
|
|
513
|
+
|
|
514
|
+
Full Changelog: [1.26.1...1.26.2](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.26.1...1.26.2)
|
|
515
|
+
|
|
516
|
+
## 1.26.1
|
|
517
|
+
|
|
518
|
+
> 发布日期:2024-01-21
|
|
519
|
+
|
|
520
|
+
### 其他
|
|
521
|
+
**优化**
|
|
522
|
+
|
|
523
|
+
- wiki 的最近更新过滤掉没有标题的页面
|
|
524
|
+
- 当前激活页的书签图标改为主题色
|
|
525
|
+
|
|
526
|
+
**修复**
|
|
527
|
+
|
|
528
|
+
- 修复了新用户未配置 `menubar.items` 时报错的问题
|
|
529
|
+
- 修复了 Mac 用户未设置忽略 `.DS_Store` 时产生的报错
|
|
530
|
+
|
|
531
|
+
Full Changelog: [1.26.0...1.26.1](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.26.0...1.26.1)
|
|
532
|
+
|
|
533
|
+
## 1.26.0
|
|
534
|
+
|
|
535
|
+
> 发布日期:2024-01-21
|
|
536
|
+
|
|
537
|
+
### 其他
|
|
538
|
+
**新特性**
|
|
539
|
+
|
|
540
|
+
- 侧边栏支持设置背景图、高速模糊、渐变效果
|
|
541
|
+
- 侧边栏主导航菜单支持设置图标、支持设置列数
|
|
542
|
+
- 支持在 `_data/icons.yml` 中配置图标
|
|
543
|
+
- 侧边栏新增 `linklist` 组件,支持图标、网格和列表布局
|
|
544
|
+
- 侧边栏 `markdown` 组件新增 `linklist` 参数,写法同 `linklist` 组件
|
|
545
|
+
- 大多数内置图标都可以通过在 `_data/icons.yml` 中覆盖同名配置来修改了
|
|
546
|
+
- 支持设置 `article.type` 来增大字体和图文间距,以优化图文类博客阅读体验
|
|
547
|
+
|
|
548
|
+
**重要变更**
|
|
549
|
+
- 移除 `seo_title` 字段,如果要隐藏页内标题,请设置 `h1: ''`
|
|
550
|
+
- 侧边栏主导航菜单由 `menu` 改为 `menubar`
|
|
551
|
+
- 不再支持 `pin: true` 来置顶,因为官方已经支持该功能,方法为: `sticky: 数字`
|
|
552
|
+
- 搜索框不再是组件,而是独立功能,支持在 front-matter 和项目配置文件中覆盖参数
|
|
553
|
+
- wiki 配置文件中的 `path` 更名为 `base_dir`
|
|
554
|
+
|
|
555
|
+
Full Changelog: [1.25.0...1.26.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.25.0...1.26.0)
|
|
556
|
+
|
|
557
|
+
## 1.25.0
|
|
558
|
+
|
|
559
|
+
> 发布日期:2024-01-14
|
|
560
|
+
|
|
561
|
+
### 其他
|
|
562
|
+
**新特性**
|
|
563
|
+
|
|
564
|
+
- 新增「专栏」功能 [> 了解详情](https://xaoxuu.com/wiki/stellar/topic.html)
|
|
565
|
+
- 标签组件 video/audio 支持设置是否自动播放
|
|
566
|
+
- 标签组件 video支持设置最大宽度(可用于竖屏视频)
|
|
567
|
+
- 支持各个部分的默认 `menu_id` 设置
|
|
568
|
+
|
|
569
|
+
**重要变更**
|
|
570
|
+
|
|
571
|
+
- 原配置 `sidebar` 部分重构,其中的 `logo` 和 `menu` 提升一个层级,`wisgets` 转移到 `site_tree` 中的 `sidebar` 配置
|
|
572
|
+
- 原配置 `post-index` 和 `post_list` 移除,现在转移到 `site_tree` 中的 `nav_tabs` 配置
|
|
573
|
+
- 原配置 `wiki_dir` 和 `author_dir` 移除,现在转移到 `site_tree` 中的 `base_dir` 部分配置
|
|
574
|
+
- 原配置 `subtitle` 从站点配置文件转移到主题配置文件的 `logo` 中
|
|
575
|
+
|
|
576
|
+
上述变更详见主题配置文件 [#_config.yml](https://github.com/xaoxuu/hexo-theme-stellar/blob/e77bfecf1f59785192bff1cc3ab8b68b1b064899/_config.yml#L20-L77)
|
|
577
|
+
|
|
578
|
+
Full Changelog: [1.24.1...1.25.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.24.1...1.25.0)
|
|
579
|
+
|
|
580
|
+
## 1.24.1
|
|
581
|
+
|
|
582
|
+
> 发布日期:2024-01-13
|
|
583
|
+
|
|
584
|
+
### 其他
|
|
585
|
+
**新特性**
|
|
586
|
+
|
|
587
|
+
- video 标签组件现在支持 bilibili [#video](https://xaoxuu.com/wiki/stellar/tag-plugins/express/#video-%E8%A7%86%E9%A2%91%E6%A0%87%E7%AD%BE)
|
|
588
|
+
|
|
589
|
+
**修复**
|
|
590
|
+
|
|
591
|
+
- 修复了搜索输入后再清空时一直显示【没有找到内容!】的问题
|
|
592
|
+
|
|
593
|
+
Full Changelog: [1.24.0...1.24.1](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.24.0...1.24.1)
|
|
594
|
+
|
|
595
|
+
## 1.24.0
|
|
596
|
+
|
|
597
|
+
> 发布日期:2024-01-12
|
|
598
|
+
|
|
599
|
+
### 其他
|
|
600
|
+
**新特性**
|
|
601
|
+
|
|
602
|
+
- 在 license 中可以使用 `${author.name}` 来自动替换为当前文章作者名字
|
|
603
|
+
- 新增 md 标签组件,使用方法为 `{% md https://host/path/file.md %}`
|
|
604
|
+
- 侧边栏组件 markdown 新增 `src` 字段,支持渲染外部 markdown 文件
|
|
605
|
+
- 新增 audio 和 video 组件
|
|
606
|
+
- 网格组件 grid 重要更新:支持设置列数、列宽、间距、圆角了
|
|
607
|
+
|
|
608
|
+
**重要变更**
|
|
609
|
+
|
|
610
|
+
- 网格组件 grid 中的分隔符写法变更,现在仅支持 `<!-- cell -->` 固定写法
|
|
611
|
+
- 代码复制按钮和归档页面样式优化
|
|
612
|
+
|
|
613
|
+
Full Changelog: [1.23.0...1.24.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.23.0...1.24.0)
|
|
614
|
+
|
|
615
|
+
## 1.23.0
|
|
616
|
+
|
|
617
|
+
> 发布日期:2024-01-08
|
|
618
|
+
|
|
619
|
+
### 其他
|
|
620
|
+
**新特性**
|
|
621
|
+
- 支持使用自建的 giscus 服务,只需要修改 `src` 参数即可
|
|
622
|
+
- TOC 组件支持配置是否自动折叠 `collapse: false # true / false / auto` [#toc](https://xaoxuu.com/wiki/stellar/widgets/#toc)
|
|
623
|
+
- 新增 [albums](https://xaoxuu.com/wiki/stellar/tag-plugins/container/#albums-%E4%B8%93%E8%BE%91%E5%AE%B9%E5%99%A8) 和 [posters](https://xaoxuu.com/wiki/stellar/tag-plugins/container/#posters-%E6%B5%B7%E6%8A%A5%E5%AE%B9%E5%99%A8) 组件,适合用于显示专辑列表、电影或游戏海报列表,数据源: `_data/links/xxx.yml`
|
|
624
|
+
- front-matter 通过设置 `h1: ''` 可以隐藏文章页面内的文章标题
|
|
625
|
+
- front-matter 支持设置 `inject` 参数来植入外部代码
|
|
626
|
+
- 支持一站多作者,在 `_data/links/authors.yml` 中设置作者之后,第一个作者为默认作者;在 front-matter 中设置 `author: xxx` 来指定本文作者
|
|
627
|
+
- copy 组件支持 `prefix` 参数,可以在复制内容前面显示一些文本(但不会被复制)
|
|
628
|
+
|
|
629
|
+
**重要变更**
|
|
630
|
+
- firends 和 sites 组件使用的 `_data/links.yml` 文件需要按组拆分成 `_data/links/xxx.yml`
|
|
631
|
+
- 优化默认 footer 的主题信息,可显示版本号
|
|
632
|
+
|
|
633
|
+
Full Changelog: [1.22.1...1.23.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.22.1...1.23.0)
|
|
634
|
+
|
|
635
|
+
## 1.22.1
|
|
636
|
+
|
|
637
|
+
> 发布日期:2023-12-30
|
|
638
|
+
|
|
639
|
+
### 其他
|
|
640
|
+
**重要变更**
|
|
641
|
+
- 不再支持 `parse_markdown: true` 来将 `![]()` 替换成 `{% image xxx %}`
|
|
642
|
+
|
|
643
|
+
**修复**
|
|
644
|
+
- 修复了默认配置下 Gallery 不显示的问题
|
|
645
|
+
|
|
646
|
+
Full Changelog: [1.22.0...1.22.1](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.22.0...1.22.1)
|
|
647
|
+
|
|
648
|
+
## 1.22.0
|
|
649
|
+
|
|
650
|
+
> 发布日期:2023-12-30
|
|
651
|
+
|
|
652
|
+
### 其他
|
|
653
|
+
**新特性**
|
|
654
|
+
- Gallery 标签组件重磅升级,支持多种布局,可自定义默认配置,详见 [#Gallery](https://xaoxuu.com/blog/20231223/)
|
|
655
|
+
- TOC 现在会自动展开和折叠
|
|
656
|
+
|
|
657
|
+
**修复**
|
|
658
|
+
- 修复 timeline(memos) 组件不显示数据的问题
|
|
659
|
+
- 修复 Artalk 2.7.x 兼容性问题
|
|
660
|
+
|
|
661
|
+
Full Changelog: [1.21.0...1.22.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.21.0...1.22.0)
|
|
662
|
+
|
|
663
|
+
## 1.21.0
|
|
664
|
+
|
|
665
|
+
> 发布日期:2023-12-22
|
|
666
|
+
|
|
667
|
+
### 其他
|
|
668
|
+
**新特性**
|
|
669
|
+
- 时间线适配 memos 数据源 [#memos](https://xaoxuu.com/wiki/stellar/third-party/memos/)
|
|
670
|
+
- 支持在 front-matter 中覆盖设置 `open_graph` 字段 [#覆盖 open-graph](https://xaoxuu.com/wiki/stellar/pages/#覆盖-OpenGraph)
|
|
671
|
+
- 新增 gallery 标签组件 [#gallery](https://xaoxuu.com/wiki/stellar/tag-plugins/container/#gallery-%E5%9B%BE%E5%BA%93%E5%AE%B9%E5%99%A8)
|
|
672
|
+
- 新增 banner 标签组件 [#banner](https://xaoxuu.com/wiki/stellar/tag-plugins/container/#banner-%E6%A8%AA%E5%B9%85%E5%AE%B9%E5%99%A8)
|
|
673
|
+
|
|
674
|
+
**重要变更**
|
|
675
|
+
- ablock 标签组件重命名为 box (批量替换即可)
|
|
676
|
+
- navbar 组件的 active 字段含义从索引改为了连接 [#navbar](https://xaoxuu.com/wiki/stellar/tag-plugins/express/index.html#navbar-%E5%AF%BC%E8%88%AA%E6%A0%8F)
|
|
677
|
+
- references 写法变更,由 `{title, url}` 对象改为了 md 格式的链接列表。 [#参考资料](https://xaoxuu.com/wiki/stellar/pages/index.html#%E5%8F%82%E8%80%83%E8%B5%84%E6%96%99)
|
|
678
|
+
|
|
679
|
+
Full Changelog: [1.20.0...1.21.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.20.0...1.21.0)
|
|
680
|
+
|
|
681
|
+
## 1.20.0
|
|
682
|
+
|
|
683
|
+
> 发布日期:2023-12-11
|
|
684
|
+
|
|
685
|
+
### 其他
|
|
686
|
+
**新特性**
|
|
687
|
+
- 新增内置标签 `okr`,[> 了解详情](https://xaoxuu.com/wiki/stellar/tag-plugins/express/#okr-%E7%9B%AE%E6%A0%87%E7%AE%A1%E7%90%86)
|
|
688
|
+
- wiki 页面的 GitHub 信息显示在右上角
|
|
689
|
+
- 文章:鼠标移动到发布时间时,会额外显示更新时间
|
|
690
|
+
- wiki 页面页脚支持显示 `license` 和 `share`
|
|
691
|
+
|
|
692
|
+
**重要变更**
|
|
693
|
+
- 内置标签:`tag` 更名为 `hashtag`
|
|
694
|
+
- wiki 配置方法重做,[> 了解详情](https://xaoxuu.com/wiki/stellar/wiki-settings/)
|
|
695
|
+
- 笔记模块配置方法重做,[> 了解详情](https://xaoxuu.com/wiki/stellar/wiki-settings/notes/)
|
|
696
|
+
|
|
697
|
+
Full Changelog: [1.19.0...1.20.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.19.0...1.20.0)
|
|
698
|
+
|
|
699
|
+
## 1.19.0
|
|
700
|
+
|
|
701
|
+
> 发布日期:2023-05-09
|
|
702
|
+
|
|
703
|
+
### 其他
|
|
704
|
+
**新特性**
|
|
705
|
+
- Waline 图床新增上传可选项 (#237)
|
|
706
|
+
- 支持把 markdown 格式的图片解析成图片标签 (#252)
|
|
707
|
+
- 增加对 mermaid 流程图的支持 (#263)
|
|
708
|
+
- 增加 AI 摘要 (#287)
|
|
709
|
+
- 代码块复制按钮 (#288)
|
|
710
|
+
|
|
711
|
+
**重要变更**
|
|
712
|
+
- 统一微信二维码分享链接 (#236)
|
|
713
|
+
|
|
714
|
+
**修复**
|
|
715
|
+
- 修复子目录部署 loadScript, search (#264)
|
|
716
|
+
- 修复分类和标签页不显示分页器 (#291)
|
|
717
|
+
|
|
718
|
+
Full Changelog: [1.18.5...1.19.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.18.5...1.19.0)
|
|
719
|
+
|
|
720
|
+
## 1.18.5
|
|
721
|
+
|
|
722
|
+
> 发布日期:2022-12-21
|
|
723
|
+
|
|
724
|
+
### 其他
|
|
725
|
+
- `F` 修复复制标签失效问题
|
|
726
|
+
|
|
727
|
+
Full Changelog: [1.18.4...1.18.5](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.18.4...1.18.5)
|
|
728
|
+
|
|
729
|
+
## 1.18.4
|
|
730
|
+
|
|
731
|
+
> 发布日期:2022-12-19
|
|
732
|
+
|
|
733
|
+
### 其他
|
|
734
|
+
- `M` 为了防止冲突,`emoji` 标签配置中的名称部分由 `%s` 改为 `${name}`
|
|
735
|
+
- `M` `npm` 包此后将由 GitHub Actions 发布
|
|
736
|
+
|
|
737
|
+
Full Changelog: [1.18.3...1.18.4](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.18.3...1.18.4)
|
|
738
|
+
|
|
739
|
+
## 1.18.3
|
|
740
|
+
|
|
741
|
+
> 发布日期:2022-12-19
|
|
742
|
+
|
|
743
|
+
### 其他
|
|
744
|
+
- `F` 修复搜索不准确的问题 #211
|
|
745
|
+
- `M` 优化 `folding` 和 `folders` 样式
|
|
746
|
+
|
|
747
|
+
Full Changelog: [1.18.2...1.18.3](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.18.2...1.18.3)
|
|
748
|
+
|
|
749
|
+
## 1.18.2
|
|
750
|
+
|
|
751
|
+
> 发布日期:2022-12-16
|
|
752
|
+
|
|
753
|
+
### 其他
|
|
754
|
+
- `F` 修复没有搜索框时的报错
|
|
755
|
+
- `M` 优化搜索框样式,项目封面按钮改为动态渐变
|
|
756
|
+
- `A` 新增若干样式自定义选项
|
|
757
|
+
- `M` 页面滚动时自动滚动目录到可见区域
|
|
758
|
+
|
|
759
|
+
Full Changelog: [1.18.1...1.18.2](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.18.1...1.18.2)
|
|
760
|
+
|
|
761
|
+
## 1.18.1
|
|
762
|
+
|
|
763
|
+
> 发布日期:2022-12-15
|
|
764
|
+
|
|
765
|
+
### 其他
|
|
766
|
+
- `A` 新增 Artalk 评论
|
|
767
|
+
- `M` swiper 插件升级到 `8.x` 版本,支持 `effect` 参数
|
|
768
|
+
- `F` 修复若干问题
|
|
769
|
+
|
|
770
|
+
Full Changelog: [1.18.0...1.18.1](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.18.0...1.18.1)
|
|
771
|
+
|
|
772
|
+
## 1.18.0
|
|
773
|
+
|
|
774
|
+
> 发布日期:2022-12-10
|
|
775
|
+
|
|
776
|
+
### 其他
|
|
777
|
+
- `A` 增加 `tag` 标签
|
|
778
|
+
- `A` 时间线增加微博数据支持
|
|
779
|
+
- `M` `border` 标签重命名为 `ablock`
|
|
780
|
+
- `M` `split` 标签重命名为 `grid`
|
|
781
|
+
- `M` `theme.style.color` 配置简化
|
|
782
|
+
|
|
783
|
+
Full Changelog: [1.17.2...1.18.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.17.2...1.18.0)
|
|
784
|
+
|
|
785
|
+
## 1.17.2
|
|
786
|
+
|
|
787
|
+
> 发布日期:2022-11-29
|
|
788
|
+
|
|
789
|
+
### 其他
|
|
790
|
+
- `M` home/blog/wiki 等页面的侧边栏默认布局可以分开设置
|
|
791
|
+
- `A` 搜索支持禁用代码块以减少体积
|
|
792
|
+
- `M` 优化搜索文件体积
|
|
793
|
+
- `F` 修复在 front-matter 中使用 `layout:xx` 创建侧边小组件的不显示的问题
|
|
794
|
+
|
|
795
|
+
Full Changelog: [1.17.1...1.17.2](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.17.1...1.17.2)
|
|
796
|
+
|
|
797
|
+
## 1.17.1
|
|
798
|
+
|
|
799
|
+
> 发布日期:2022-11-28
|
|
800
|
+
|
|
801
|
+
### 其他
|
|
802
|
+
- `M` 内置搜索功能,使用 `json` 文件格式,默认全部索引。
|
|
803
|
+
- `F` fix bug #190
|
|
804
|
+
|
|
805
|
+
> 更新到 1.17.1 之后,搜索直接就可以用啦~
|
|
806
|
+
|
|
807
|
+
Full Changelog: [1.17.0...1.17.1](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.17.0...1.17.1)
|
|
808
|
+
|
|
809
|
+
## 1.17.0
|
|
810
|
+
|
|
811
|
+
> 发布日期:2022-11-28
|
|
812
|
+
|
|
813
|
+
### 其他
|
|
814
|
+
- `A` 新增搜索组件(需搭配插件 [hexo-generator-search](https://github.com/wzpan/hexo-generator-search)) `npm i hexo-generator-search`
|
|
815
|
+
- `M` 文章分页优化(建议更新到 hexo 6.3.0+ 版本)
|
|
816
|
+
|
|
817
|
+
Full Changelog: [1.16.2...1.17.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.16.2...1.17.0)
|
|
818
|
+
|
|
819
|
+
## 1.16.2
|
|
820
|
+
|
|
821
|
+
> 发布日期:2022-11-23
|
|
822
|
+
|
|
823
|
+
### 其他
|
|
824
|
+
- `F` 修复只有一篇文章时 recent 组件导致报错的问题
|
|
825
|
+
- `A` 支持设置 `mark` 标签默认颜色,[#详情](https://github.com/xaoxuu/hexo-theme-stellar/blob/904be4160c48515304c95d81211f83ae6a205594/_config.yml#L223-L224)
|
|
826
|
+
- `A` 支持在 `front-matter` 中创建侧边栏组件,[#详情](https://xaoxuu.com/wiki/stellar/widgets/#%E4%B8%93%E7%94%A8%E7%BB%84%E4%BB%B6)
|
|
827
|
+
- `A` 支持在 `front-matter` 中覆盖 `repo` 属性(用于一个 wiki 中有多个分页且每个分页展示不同的 repo 信息)
|
|
828
|
+
|
|
829
|
+
Full Changelog: [1.16.1...1.16.2](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.16.1...1.16.2)
|
|
830
|
+
|
|
831
|
+
## 1.16.1
|
|
832
|
+
|
|
833
|
+
> 发布日期:2022-11-23
|
|
834
|
+
|
|
835
|
+
### 其他
|
|
836
|
+
- `F` 修复空内容的 issue 导致整个 timeline 不显示的问题
|
|
837
|
+
- `F` 修复标题重复问题
|
|
838
|
+
|
|
839
|
+
Full Changelog: [1.16.0...1.16.1](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.16.0...1.16.1)
|
|
840
|
+
|
|
841
|
+
## 1.16.0
|
|
842
|
+
|
|
843
|
+
> 发布日期:2022-11-20
|
|
844
|
+
|
|
845
|
+
### 其他
|
|
846
|
+
- `M` 优化移动端右下角侧边栏按钮样式
|
|
847
|
+
- `M` 优化 `blockquote` 样式,降低醒目度
|
|
848
|
+
- `M` 支持为项目单独设置不同的评论系统
|
|
849
|
+
- `M` 默认的 `widgets` 布局配置改为字符串,避免了数组无法覆盖的问题
|
|
850
|
+
- `M` 优化了 wiki 部分代码,提高 generate 性能
|
|
851
|
+
- `M` 优化了 wiki 侧边栏布局,顶部标题不再固定置顶,提高目录区域可滚动面积
|
|
852
|
+
- `F` 修复了 `tabs`、`folders`、`timeline`、`split` 标签内无法使用 `md` 格式代码块的问题
|
|
853
|
+
|
|
854
|
+
Full Changelog: [1.15.1...1.16.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.15.1...1.16.0)
|
|
855
|
+
|
|
856
|
+
## 1.15.1
|
|
857
|
+
|
|
858
|
+
> 发布日期:2022-11-07
|
|
859
|
+
|
|
860
|
+
### 其他
|
|
861
|
+
- `F` 修复开启 `open_graph` 之后 `description` 标签重复的问题
|
|
862
|
+
|
|
863
|
+
Full Changelog: [1.15.0...1.15.1](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.15.0...1.15.1)
|
|
864
|
+
|
|
865
|
+
## 1.15.0
|
|
866
|
+
|
|
867
|
+
> 发布日期:2022-11-06
|
|
868
|
+
|
|
869
|
+
### 其他
|
|
870
|
+
- `A` 增加 `api_host` 配置,可自定义
|
|
871
|
+
- `M` 优化页面标题 `<head>` 标签
|
|
872
|
+
- `M` 更新依赖库版本
|
|
873
|
+
- `A` 增加 `gist` 代码片段样式兼容
|
|
874
|
+
- `M` 时间线增加 `hover` 特效
|
|
875
|
+
|
|
876
|
+
Full Changelog: [1.14.0...1.15.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.14.0...1.15.0)
|
|
877
|
+
|
|
878
|
+
## 1.14.0
|
|
879
|
+
|
|
880
|
+
> 发布日期:2022-11-05
|
|
881
|
+
|
|
882
|
+
### 其他
|
|
883
|
+
- `A` 时间线标签支持隐藏 `user`
|
|
884
|
+
- `A` 侧边栏时间线组件支持显示朋友圈数据
|
|
885
|
+
- `F` 修复时间线在 Windows 系统部分浏览器显示滚动条的 BUG
|
|
886
|
+
- `M` 优化 `link` 标签数据填充逻辑,已有数据不再覆盖。
|
|
887
|
+
- `M` 优化部分默认样式,例如封面、时间线
|
|
888
|
+
- `A` `note` 和 `border` 标签的 `color` 字段新增两种颜色 `warning` 和 `error`
|
|
889
|
+
- `M` 为避免歧义,文章封面全图卡片字段调整:
|
|
890
|
+
```yaml
|
|
891
|
+
poster: # 海报(可选,全图封面卡片,需搭配 cover 使用)
|
|
892
|
+
topic: 标题上方的小字 # 可选
|
|
893
|
+
headline: 大标题 # 必选,否则不生效
|
|
894
|
+
caption: 标题下方的小字 # 可选
|
|
895
|
+
color: 标题颜色 # white, red...,默认为跟随主题的动态颜色
|
|
896
|
+
```
|
|
897
|
+
|
|
898
|
+
Full Changelog: [1.13.0...1.14.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.13.0...1.14.0)
|
|
899
|
+
|
|
900
|
+
## 1.13.0
|
|
901
|
+
|
|
902
|
+
> 发布日期:2022-10-29
|
|
903
|
+
|
|
904
|
+
### 其他
|
|
905
|
+
- `A` 内置 [友链朋友圈](https://github.com/Rock-Candy-Tea/hexo-circle-of-friends) 极简版
|
|
906
|
+
- `A` 首页文章检索栏支持自定义 `post-index`
|
|
907
|
+
- `A` 时间线标签支持显示友链朋友圈数据
|
|
908
|
+
- `M` 移除 `Valine` 评论插件
|
|
909
|
+
- `A` 时间线标签支持隐藏标题和底部栏 `hide:title,footer`
|
|
910
|
+
- `M` 原 `friends` 和 `site` 标签数据合并至 `links.yml` 文件,动态数据 API 升级至 `v2` 版本,需要将友链仓库同步更新。
|
|
911
|
+
|
|
912
|
+
**备注:友链仓库更新方法**
|
|
913
|
+
- 如果是直接 fork 我的友链仓库,可以如图所示直接点击同步:
|
|
914
|
+
<img width="410" alt="image" src="https://user-images.githubusercontent.com/16400144/198840265-07e05ac0-b552-4c35-8c21-0e296422ed5a.png">
|
|
915
|
+
|
|
916
|
+
- 否则需要:[issues-json-generator](https://github.com/xaoxuu/issues-json-generator) 仓库源码下载下来,文件全部替换到自己的仓库,注意隐藏文件 `.github` 中的也要同步,否则 CI 无法工作。
|
|
917
|
+
|
|
918
|
+
Full Changelog: [1.12.0...1.13.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.12.0...1.13.0)
|
|
919
|
+
|
|
920
|
+
## 1.12.0
|
|
921
|
+
|
|
922
|
+
> 发布日期:2022-10-27
|
|
923
|
+
|
|
924
|
+
### 其他
|
|
925
|
+
- `F` fix darkmode
|
|
926
|
+
- `A` 新增侧边栏 `timeline ` 组件
|
|
927
|
+
- `M` 简化相关文章样式、上一篇下一篇样式
|
|
928
|
+
- `M` 优化动态数据组件和标签的加载动画
|
|
929
|
+
- `M` `wiki_more` 标签更名为 `related`
|
|
930
|
+
- `M` `link` 标签现在可以自动获取图标、标题和摘要,原 `description:string` 参数改为 `desc:bool`
|
|
931
|
+
- `M` `grid` 标签更名为 `border`
|
|
932
|
+
- `A` 新增 `split` 标签
|
|
933
|
+
- `A` 新增 `tagcloud` 标签云侧边栏组件
|
|
934
|
+
- `M` 文章封面信息设置方式更改:
|
|
935
|
+
- `cover_info.title` -> `cover-title`
|
|
936
|
+
- `cover_info.meta` -> `cover.cat`
|
|
937
|
+
- `cover_info.subtitle` -> `cover-subtitle`
|
|
938
|
+
- `M` 项目参数中新增 `name` 属性,用于表示项目名,原 `title` 表示项目标题,例如:
|
|
939
|
+
```yaml
|
|
940
|
+
stellar:
|
|
941
|
+
name: Stellar
|
|
942
|
+
title: Stellar - 每个人的独立博客
|
|
943
|
+
...
|
|
944
|
+
```
|
|
945
|
+
|
|
946
|
+
Full Changelog: [1.11.0...1.12.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.11.0...1.12.0)
|
|
947
|
+
|
|
948
|
+
## 1.11.0
|
|
949
|
+
|
|
950
|
+
> 发布日期:2022-10-20
|
|
951
|
+
|
|
952
|
+
### 其他
|
|
953
|
+
- `M` `timeline` 标签支持直接显示 GitHub 更新日志 [API](https://api.github.com/repos/xaoxuu/hexo-theme-stellar/releases)
|
|
954
|
+
- `M` 支持在配置文件中自定义主题颜色
|
|
955
|
+
- `M` 侧边栏组件配置从 `_config.yml` 中转移到数据文件 `_data/widgets.yml` 中,且仅支持在数据文件中配置。
|
|
956
|
+
- `M` 侧边栏组件布局由 `sidebar.widgets_layout` 改名为 `sidebar.widgets`
|
|
957
|
+
- `M` `ghrepo` 组件重构
|
|
958
|
+
- `A` 新增 `folders` 标签,相当于一组折叠标签。
|
|
959
|
+
|
|
960
|
+
Full Changelog: [1.10.0...1.11.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.10.0...1.11.0)
|
|
961
|
+
|
|
962
|
+
## 1.10.0
|
|
963
|
+
|
|
964
|
+
> 发布日期:2022-10-14
|
|
965
|
+
|
|
966
|
+
### 其他
|
|
967
|
+
- `M` 优化 `footer` 支持完全自定义
|
|
968
|
+
- `A` 支持 `smooth_scroll` 平滑滚动效果
|
|
969
|
+
- `A` 侧边栏 `ghinfo` 支持显示 `Stars` 和 `Forks` 数量
|
|
970
|
+
- `A` 侧边栏新增 `ghuser` 标签,显示 GitHub 用户基础信息
|
|
971
|
+
- `A` 时间线标签 `timeline` 新增支持动态时间线功能 `api:xxx`
|
|
972
|
+
- `A` 更新 `Waline` 评论到 `1.1.0` 版本,新增哔哩哔哩小黄脸表情
|
|
973
|
+
- `M` 优化 `about` 标签
|
|
974
|
+
- `A` 新增支持自定义 `font-family`
|
|
975
|
+
|
|
976
|
+
Full Changelog: [1.9.0...1.10.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.9.0...1.10.0)
|
|
977
|
+
|
|
978
|
+
## 1.9.0
|
|
979
|
+
|
|
980
|
+
> 发布日期:2022-09-05
|
|
981
|
+
|
|
982
|
+
### 其他
|
|
983
|
+
- `A` 支持 `Mathjax` 和 `Katex` 公式渲染
|
|
984
|
+
- `A` 支持 [highlightjs](https://fastly.jsdelivr.net/gh/highlightjs/cdn-release@11.5.0/build/styles/) 代码高亮主题
|
|
985
|
+
- `A` 新增 `users` 标签,用于显示用户列表,支持从GitHub拉取数据
|
|
986
|
+
- `A` 支持 [giscus](https://giscus.app/zh-CN) 评论
|
|
987
|
+
- `A` 适配 `waline` 暗黑模式
|
|
988
|
+
- `F` 修复 Firfox 浏览器中显示侧边栏滚动条的问题
|
|
989
|
+
|
|
990
|
+
Full Changelog: [1.8.0...1.9.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.8.0...1.9.0)
|
|
991
|
+
|
|
992
|
+
## 1.8.0
|
|
993
|
+
|
|
994
|
+
> 发布日期:2022-05-27
|
|
995
|
+
|
|
996
|
+
### 其他
|
|
997
|
+
- `A` 新增适配 `waline` 评论插件
|
|
998
|
+
- `M` 为兼容 Hexo 6.2.0 版本,`noteblock` 标签改名为 `grid` 标签
|
|
999
|
+
- `M` 修改 `cdn.jsdelivr.net` 的节点为 `fastly.jsdelivr.net`
|
|
1000
|
+
|
|
1001
|
+
Full Changelog: [1.7.0...1.8.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.7.0...1.8.0)
|
|
1002
|
+
|
|
1003
|
+
## 1.7.0
|
|
1004
|
+
|
|
1005
|
+
> 发布日期:2022-03-29
|
|
1006
|
+
|
|
1007
|
+
### 其他
|
|
1008
|
+
- `A` 新增 `quot` 标签和 `poetry` 标签
|
|
1009
|
+
- `A` 新增支持 [heti](https://github.com/sivan/heti) 插件优化中文排版样式
|
|
1010
|
+
- `M` 优化 `fancybox` 加载逻辑
|
|
1011
|
+
- `M` 优化文章封面
|
|
1012
|
+
|
|
1013
|
+
Full Changelog: [1.6.1...1.7.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.6.1...1.7.0)
|
|
1014
|
+
|
|
1015
|
+
## 1.6.1
|
|
1016
|
+
|
|
1017
|
+
> 发布日期:2021-11-20
|
|
1018
|
+
|
|
1019
|
+
### 其他
|
|
1020
|
+
- `F` 修复 `1.6.0` 的层级问题
|
|
1021
|
+
- `M` 优化样式
|
|
1022
|
+
|
|
1023
|
+
Full Changelog: [1.6.0...1.6.1](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.6.0...1.6.1)
|
|
1024
|
+
|
|
1025
|
+
## 1.6.0
|
|
1026
|
+
|
|
1027
|
+
> 发布日期:2021-11-19
|
|
1028
|
+
|
|
1029
|
+
### 其他
|
|
1030
|
+
- `M` 优化 `link` 标签,`img` 参数名改为 `icon`
|
|
1031
|
+
- `M` 去掉默认的 `menu`
|
|
1032
|
+
- `M` 优化侧边栏 `markdown` 组件,`content` 改为字符串类型
|
|
1033
|
+
- `M` 优化侧边栏 `social` 配置
|
|
1034
|
+
- `M` 优化侧边栏默认组件配置 [_config.yml#L27-L31](https://github.com/xaoxuu/hexo-theme-stellar/blob/4d33c50a8b9360796b01faa75db90156f2d0fe4b/_config.yml#L27-L31)
|
|
1035
|
+
- `M` 优化友链标签
|
|
1036
|
+
|
|
1037
|
+
Full Changelog: [1.5.2...1.6.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.5.2...1.6.0)
|
|
1038
|
+
|
|
1039
|
+
## 1.5.2
|
|
1040
|
+
|
|
1041
|
+
> 发布日期:2021-10-23
|
|
1042
|
+
|
|
1043
|
+
### 其他
|
|
1044
|
+
- `M` 支持始终暗黑模式
|
|
1045
|
+
- `F` 修复若干BUG
|
|
1046
|
+
- `M` 优化样式
|
|
1047
|
+
|
|
1048
|
+
Full Changelog: [1.5.1...1.5.2](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.5.1...1.5.2)
|
|
1049
|
+
|
|
1050
|
+
## 1.5.1
|
|
1051
|
+
|
|
1052
|
+
> 发布日期:2021-10-23
|
|
1053
|
+
|
|
1054
|
+
### 其他
|
|
1055
|
+
- `F` 修复若干BUG
|
|
1056
|
+
- `M` 支持自定义面包屑导航的「首页」文案
|
|
1057
|
+
|
|
1058
|
+
Full Changelog: [1.5.0...1.5.1](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.5.0...1.5.1)
|
|
1059
|
+
|
|
1060
|
+
## 1.5.0
|
|
1061
|
+
|
|
1062
|
+
> 发布日期:2021-10-23
|
|
1063
|
+
|
|
1064
|
+
### 其他
|
|
1065
|
+
- `A` 新增 `mark` 标签
|
|
1066
|
+
- `M` 优化样式
|
|
1067
|
+
|
|
1068
|
+
Full Changelog: [1.4.2...1.5.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.4.2...1.5.0)
|
|
1069
|
+
|
|
1070
|
+
## 1.4.2
|
|
1071
|
+
|
|
1072
|
+
> 发布日期:2021-10-23
|
|
1073
|
+
|
|
1074
|
+
### 其他
|
|
1075
|
+
- `M` 优化样式
|
|
1076
|
+
- `M` 优化翻译
|
|
1077
|
+
|
|
1078
|
+
Full Changelog: [1.4.1...1.4.2](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.4.1...1.4.2)
|
|
1079
|
+
|
|
1080
|
+
## 1.4.1
|
|
1081
|
+
|
|
1082
|
+
> 发布日期:2021-10-23
|
|
1083
|
+
|
|
1084
|
+
### 其他
|
|
1085
|
+
- `F` 修复若干BUG
|
|
1086
|
+
- `M` 优化样式
|
|
1087
|
+
- `A` 新增 `emoji` 标签
|
|
1088
|
+
|
|
1089
|
+
Full Changelog: [1.4.0...1.4.1](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.4.0...1.4.1)
|
|
1090
|
+
|
|
1091
|
+
## 1.4.0
|
|
1092
|
+
|
|
1093
|
+
> 发布日期:2021-07-26
|
|
1094
|
+
|
|
1095
|
+
### 其他
|
|
1096
|
+
- `A` 鼠标放在页脚的 Stellar 上可以看到版本号
|
|
1097
|
+
- `A` 支持自动根据 `tags` 作为关键词通过 [Unsplash API](https://source.unsplash.com) 自动设置文章封面
|
|
1098
|
+
- `A` 支持 `cover: 关键词` 方式通过 [Unsplash API](https://source.unsplash.com) 设置文章封面
|
|
1099
|
+
- `A` 支持目录树分组 `sections`
|
|
1100
|
+
- `A` 增加 `toc` 标签,可以设置仅在移动端显示
|
|
1101
|
+
- `M` 项目的分类属性 `group` 改为标签属性 `tags`,和文章的 `tags` 用法相同,支持单个或多个标签。[#分类和标签](https://hexo.io/zh-cn/docs/front-matter#%E5%88%86%E7%B1%BB%E5%92%8C%E6%A0%87%E7%AD%BE)
|
|
1102
|
+
|
|
1103
|
+
Full Changelog: [1.3.0...1.4.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.3.0...1.4.0)
|
|
1104
|
+
|
|
1105
|
+
## 1.3.0
|
|
1106
|
+
|
|
1107
|
+
> 发布日期:2021-07-25
|
|
1108
|
+
|
|
1109
|
+
### 其他
|
|
1110
|
+
- `M` 优化 wiki 解析逻辑,支持数据文件 `projects.yml`
|
|
1111
|
+
- `M` 优化代码字体在 Windows 平台的兼容性
|
|
1112
|
+
- `M` 优化 wiki 侧边栏
|
|
1113
|
+
- `M` 优化若干组件样式
|
|
1114
|
+
- `M` 优化 `tabs`、`timeline` 标签,不再需要 `<!-- endtabs -->` 结束符,详见文档。
|
|
1115
|
+
- `M` 优化 `folding`、`noteblock` 标签,支持多彩代码块,设置代码块参数由 `codeblock:true` 调整为 `child:codeblock`,使其具有更好的扩展性。
|
|
1116
|
+
- `A` 自定义 scrollbar 尺寸,设置为 0 可隐藏。
|
|
1117
|
+
- `A` 文章页脚如果没有参考资料、版权声明、分享组件,现在可以完全隐藏
|
|
1118
|
+
- `A` 新增 `Twikoo` 和 `Beaudar` 评论插件支持
|
|
1119
|
+
- `M` 为了防止歧义,侧边栏默认布局的属性由 `sidebar.widgets.default` 改为 `sidebar.widgets.default_layout`
|
|
1120
|
+
- `F` 修复若干 BUG
|
|
1121
|
+
|
|
1122
|
+
Full Changelog: [1.2.1...1.3.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.2.1...1.3.0)
|
|
1123
|
+
|
|
1124
|
+
## 1.2.1
|
|
1125
|
+
|
|
1126
|
+
> 发布日期:2021-07-25
|
|
1127
|
+
|
|
1128
|
+
### 其他
|
|
1129
|
+
- `F` 修复懒加载问题
|
|
1130
|
+
|
|
1131
|
+
Full Changelog: [1.2.0...1.2.1](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.2.0...1.2.1)
|
|
1132
|
+
|
|
1133
|
+
## 1.2.0
|
|
1134
|
+
|
|
1135
|
+
> 发布日期:2021-07-25
|
|
1136
|
+
|
|
1137
|
+
### 其他
|
|
1138
|
+
- `F` 修复若干 BUG
|
|
1139
|
+
- `A` 支持站点配置文件中的 `favicon` 字段
|
|
1140
|
+
- `M` Wiki 侧边栏优化
|
|
1141
|
+
- `A` 新增页脚自定义 sitemap
|
|
1142
|
+
|
|
1143
|
+
Full Changelog: [1.1.1...1.2.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.1.1...1.2.0)
|
|
1144
|
+
|
|
1145
|
+
## 1.1.1
|
|
1146
|
+
|
|
1147
|
+
> 发布日期:2021-07-25
|
|
1148
|
+
|
|
1149
|
+
### 其他
|
|
1150
|
+
- `M` 布局优化
|
|
1151
|
+
- `M` 翻译优化
|
|
1152
|
+
- `F` 修复 iOS 上代码字体大小错乱的问题
|
|
1153
|
+
- `F` 修复若干 BUG
|
|
1154
|
+
|
|
1155
|
+
Full Changelog: [1.1.0...1.1.1](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.1.0...1.1.1)
|
|
1156
|
+
|
|
1157
|
+
## 1.1.0
|
|
1158
|
+
|
|
1159
|
+
> 发布日期:2021-07-25
|
|
1160
|
+
|
|
1161
|
+
### 其他
|
|
1162
|
+
- `A` 适配系统 `dark` 模式
|
|
1163
|
+
- `A` 头像彩虹描边动效
|
|
1164
|
+
- `M` Valine 优化
|
|
1165
|
+
|
|
1166
|
+
Full Changelog: [1.0.1...1.1.0](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.0.1...1.1.0)
|
|
1167
|
+
|
|
1168
|
+
## 1.0.1
|
|
1169
|
+
|
|
1170
|
+
> 发布日期:2021-07-25
|
|
1171
|
+
|
|
1172
|
+
### 其他
|
|
1173
|
+
- `A` 新增 `Valine` 评论支持
|
|
1174
|
+
- `A` 侧边栏组件默认值为 `welcome`、`recent`
|
|
1175
|
+
|
|
1176
|
+
Full Changelog: [1.0.0...1.0.1](https://github.com/xaoxuu/hexo-theme-stellar/compare/1.0.0...1.0.1)
|
|
1177
|
+
|
|
1178
|
+
## 1.0.0
|
|
1179
|
+
|
|
1180
|
+
> 发布日期:2021-07-25
|