Skip to content

Releases: theme-kaze/hexo-theme-kaze

Release: v1.1.0-beta6

21 Jun 17:47
62f959c
Compare
Choose a tag to compare
Release: v1.1.0-beta6 Pre-release
Pre-release

Maybe the last beta version 💭

v1.1.0-beta6

🐛 Fix bugs

  • 💬 config for waline version@2 #69
  • 🍹 Fixed some minor style errors

✨ New features

  • 🌍 support zh-TW language #49
  • 🎨 new logo and showcases #61 #59
  • 🍨 For the theme style part of the refactoring, perhaps look more modern #70

Release: v1.1.0-beta5

25 Jul 17:58
cf8e3de
Compare
Choose a tag to compare
Release: v1.1.0-beta5 Pre-release
Pre-release

v1.1.0-beta5

🐛 Fix bugs

  • fix(link): use url_for to fix root config
  • feat(dir): secondary directory improve (#39)
  • update(img): accessibility enhance for alt attr
  • feat(prism): switch themes when changing modes
  • fix(search): title keyword search (#44)
  • feat(a18y): text color & div role label

✨ New features

  • chore(build): drop js minify, using typescript workflow

Release: v1.1.0-beta4

23 Feb 13:37
2b620d1
Compare
Choose a tag to compare
Release: v1.1.0-beta4 Pre-release
Pre-release

v1.1.0-beta4

🐛 Fix bugs 修复问题

  • update recordInfo herf 更新备案地址 #26
  • fix gitalk id too long by md5 将 gitalk id 通过 md5 处理 #28
  • fix tags and categories links error 修复了分类和标签的链接错误
  • fix about page markdown style 修复了 about 页面 markdown 样式不生效的问题 #30

✨ New features 新特性

  • add new comment plugin Waline 增加了新的评论插件 Waline #34
  • enhance multi categories 增强了多级分类的显示处理

Release: v1.1.0-beta3

12 Nov 08:44
bd1613f
Compare
Choose a tag to compare
Release: v1.1.0-beta3 Pre-release
Pre-release

v1.1.0-beta3

🐛 Fix bugs 修复问题

  • Fixed configuration issues with gitalk 修复了 gitalk 的配置问题 #19
  • Fixed search box display style 修复了搜索框滑动的显示问题 #17
  • Modified some of the style of posts 修改了文章部分的一些样式

✨ New features 新特性

  • Lightbox plugin FslightBox has been replaced with BaguetteBox lightbox 插件 FslightBox 替换为 BaguetteBox
  • 增加了 artitalk 插件支持 #20
  • Partial refactoring of control button 重构了控制按钮部分代码
  • Reducing the dependences burden by removing part of the toolchain 去除了部分工具链以减小 dependences 负担

🎯 Todo 未完成

  • Article topping function 文章置顶功能

  • Better adaptation of banners 更合适的 banner 适配

  • New copyright styles 新的 copyright 样式

  • Code block display language 代码块显示语言

🐢 Want help 需要 PR

  • Algolia search support algolia 搜索支持
  • More appropriate page layout 更合适的页面布局

Release: v1.1.0-beta2

30 Sep 09:39
a1fdd69
Compare
Choose a tag to compare
Release: v1.1.0-beta2 Pre-release
Pre-release

v1.1.0-beta2

🐛 Fix bugs 修复问题

  • Fixed issue with title in head not changing with page content 修复了head中的标题不随页面内容变化的问题
  • Fixes problem with display of search input 修复了搜索框的显示问题
  • Fixes possible partial text drift issues 修复了可能存在的部分文字偏移问题

✨ New features 新特性

  • Optimized for SEO and semantics 对 SEO 和语义化可访问性做了进一步增强
  • Refactoring css to improve performance (unfinished) 重构 css 以提高性能(未完成)

Release: v1.1.0-beta1

09 Sep 07:12
cbb8d39
Compare
Choose a tag to compare
Release: v1.1.0-beta1 Pre-release
Pre-release

v1.1.0-beta1

🐛 Fix bugs 修复问题

  • Fixed errors where the copyright link exceeded the card in some cases 修复了某些情况下版权链接超出卡片的错误
  • Fixed the conflict between navbar and i18n 修复了新建导航与i18n产生的冲突
  • Fixed some adaptation problems caused by narrow screens (unfinished) 修复了一些屏幕过窄导致的适配问题(未完成)

✨ New features 新特性

  • Add local search (beta) 增加了本地搜索功能(测试)
  • Add open graph 增加了og meta元素
  • New article hyperlink style 全新的文章超链接样式

💥Breaking Changes 破坏性变化

  • The mobiles hidden widgets by default, it needs to be turned on through widgets.showWidgetsMobiles 手机端默认不显示小组件,需要通过 widgets.showWidgetsMobiles 开启
  • Added search and open graph configuration files 增加了搜索和open graph的config

🎯Todo 未完成

  • algolia search support and improve the search function 搜索 algolia 支持并完善搜索功能
  • Code block display language and can be copied 代码块显示语言与复制
  • Improve the adaptation of narrow screen elements 完善窄屏幕元素适配

Release: v1.0.5

21 Aug 08:44
f053dd5
Compare
Choose a tag to compare

🐛 Fix bugs 修复问题

  • Fix some style errors 修复了部分样式错误

✨ New features 新特性

  • Add footer copyright 增加了文章末尾版权声明(默认开启)
  • Add darkmode button for mobiles 手机单栏布局下深色模式切换按钮集成到弹出按钮

Release: v1.0.4

09 Aug 16:13
511a4be
Compare
Choose a tag to compare

🐛 Fix bugs 修复问题

  • Fix image flashes in dark mode 修复了图片在夜间模式下的闪烁
  • Fix some style errors 修复了部分样式错误
  • Modified some default colors 调整了部分默认颜色

✨ New features 新特性

  • Add google analytics support 添加了谷歌分析支持
  • Add pv / uv support 添加了访问量统计支持

📝 Document 文档

  • Modified document 修正了文档

🌈 Workflow 工作流

  • Add github action to release package and publish npm 添加了github action进行版本发布