Releases: xaoxuu/hexo-theme-stellar
Releases · xaoxuu/hexo-theme-stellar
1.29.1
1.29.0
What's Changed
- [feat] support run-time theme switch, and visitor preferred theme by @calfzhou in #449
- ✨ local search打开文章url改进:避免文章设置永久链接导致点击打开失败 by @Achuan-2 in #450
- [fix] render article footer in wiki pages by @calfzhou in #460
- fix(stellar-artalk): bump version, fix site name escape by @songtianlun in #452
- 添加阅读标签 by @HcGys in #462
- [feat] add notebook support by @calfzhou in #464
- [fix] fix typo - missing
;
for"
by @calfzhou in #469 - fix(bug): 文章banner非法属性, 目录讨论按钮逻辑 by @L33Z22L11 in #475
- [fix] #477 bad appearence with no prefers-color-scheme by @L33Z22L11 in #478
- feat: 评论区视口懒加载 by @KazariEX in #480
- [fix] multi renderer support, resolve #476 by @L33Z22L11 in #481
- [fix] related_posts title by @L33Z22L11 in #485
- [fix] tianli_gpt layout by @thun888 in #486
- [fix] video tag by @L33Z22L11 in #487
- feat: add youtube video by @Laitr0n in #491
- fix: load script synchronously by @KazariEX in #482
New Contributors
- @songtianlun made their first contribution in #452
- @HcGys made their first contribution in #462
- @KazariEX made their first contribution in #480
- @thun888 made their first contribution in #486
- @Laitr0n made their first contribution in #491
Full Changelog: 1.28.1...1.29.0
1.28.1
What's Changed
- [feat] fixes #442: img fancybox supports providing a different image for popup by @calfzhou in #444
- [opt] gist darkmode textcolor by @weekdaycare in #445
- [fix] copy failure by @weekdaycare in #446
Full Changelog: 1.28.0...1.28.1
1.28.0
新特性
- 支持 algolia 搜索
- 有评论的页面支持滚动到评论区(需要 toc 组件)
- 优化 twikoo 表情显示
- 移动端 Safari 状态栏区域颜色跟随主题
- 其它样式优化
修复
- 修复 copy 按钮复制失败问题
- 修复 swiper 组件相关问题
What's Changed
- [fix] #405 emoji incomplete display due to border-radius by @L33Z22L11 in #406
- 优化twikoo表情显示 by @weekdaycare in #410
- update waline_3.1.3 to fix reaction error by @gsh1209 in #412
- [opt] navbar, sidebar-list, footer by @L33Z22L11 in #399
- [fix] error handler for codeCopyBtn by @L33Z22L11 in #419
- [fix] #413 extra breadcrumb on author's page by @L33Z22L11 in #418
- [feat] algolia_search by @weekdaycare in #423
- [fix] #402 dark statusbar theme-color on phone by @L33Z22L11 in #424
- [fix] swiper cycle invalid by @weekdaycare in #425
- [fix] tianli_gpt layout by @weekdaycare in #429
- [fix] proj.comments false by @weekdaycare in #430
- [feat] scroll to comment by @weekdaycare in #431
- [opt] twikoo fllow $color-theme by @weekdaycare in #421
- [opt] algolia_search filter by @weekdaycare in #434
- fixd #436 white space caused by using border-radius and hidden overflow by @gsh1209 in #440
New Contributors
Full Changelog: 1.27.0...1.28.0
1.27.0
1.26.8
1.26.7
1.26.6
新特性
- 新增 button 标签组件 #button
- 支持在 topic 和 wiki 中设置 banner,应用到全部页面
- 支持在 topic 和 wiki 中设置 type,应用到全部页面
优化
- 优化 okr 在移动端显示
- 合并文章内 block 和 card 类圆角配置 -> card _config.yml#L492
- 新增 card-l 配置单独侧边栏和文章横幅的圆角 _config.yml#L491
1.26.5
1.26.4
新特性
- 支持设置全站背景 _config.yml#L525-L528
优化
- 大量字体默认调大一号
- 优化文章顶部区域
- 优化暗黑模式下的卡片阴影效果(改为彩色阴影)
- 优化了时间线标签标题部分的链接的样式
- 优化了微信分享展开动画
- 优化了各级标题样式
- 简化了行内链接样式
修复
- 修复了在 menu 和 social 位置使用
icons.yml
配置链接失效的问题