Skip to content

Releases: EvanNotFound/hexo-theme-redefine

v2.4.3

22 Aug 16:54
3a4ef9a
Compare
Choose a tag to compare

releasev220

更新日志

新增

  • 说说页面全新样式
  • 说说页面图片增加点击放大预览 #223
  • 近期说说增加显示具体时间 #222
  • 图片预览增加鼠标滚轮放大 #206

修复

  • 说页面头像大小不一致&内容框未对齐 #224
  • 说说日期不支持24小时制 #221
  • 移动端二级菜单样式问题 #226

更新方法见:Redefine 文档 #更新

如果你之前安装了 hexo-blog-encrypt 文章加密插件,请执行 npm uninstall hexo-blog-encrypt 卸载,否则会冲突!

如果你的 cdn 选项用的还是 elemecdn,请立刻切换到其他源,比如 aliyun。目前 elemecdn 已经失效!!

无需迁移配置文件

Release Note

New

  • Completely new style for the "Moments" page.
  • Added the ability to click and enlarge images on the "Moments" page (#223).
  • Recent moments now display specific times (#222).
  • Added the ability to zoom in using the mouse scroll wheel on image previews (#206).

Fixes

  • Inconsistent avatar sizes and misalignment of content box on the moments page (#224).
  • Moments date format now supports the 24-hour clock (#221).
  • Styling issue with the secondary menu on mobile devices (#226).

For update instructions, refer to: Redefine Documentation #Updates

If you have previously installed the hexo-blog-encrypt article encryption plugin, please execute npm uninstall hexo-blog-encrypt to uninstall it, otherwise there might be conflicts!

If your CDN option is still set to elemecdn, please switch to another source immediately, such as aliyun. Currently, elemecdn has become ineffective!!

No need to migrate configuration files.

v2.4.2

21 Aug 03:21
a6ea3e7
Compare
Choose a tag to compare

🎉 要开学了 🎉

本版本修复了上个版本更新的功能的 BUG 😂

更新日志

新增

  • 自定义文章版权信息 #180
  • 文章时效性显示 #207
  • 内置 hexo-blog-encrypt 文章加密插件
  • 逐步开始转用 Tailwind CSS
  • 开发者模式(Redefine 主题开发文档
  • Swup 版本更新到 4

修复

  • single_page 无法关闭问题
  • tag 页面路径问题 #203
  • 统一页面标题大小
  • 搜索后的文章无法滑动 #208
  • 移动端分类页面展开 #201

更新方法见:Redefine 文档 #更新

如果你之前安装了 hexo-blog-encrypt 文章加密插件,请执行 npm uninstall hexo-blog-encrypt 卸载,否则会冲突!

如果你的 cdn 选项用的还是 elemecdn,请立刻切换到其他源,比如 aliyun。目前 elemecdn 已经无法使用!!

需要迁移配置文件

在配置文件末尾添加:

# DEVELOPER MODE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> start
developer:
  # Whether to enable developer mode (only for developers who want to modify the theme source code, not for ordinary users)
  enable: false
# DEVELOPER MODE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end

即可

Release Note

New

  • Custom article copyright information #180
  • Display article timeliness #207
  • Built-in hexo-blog-encrypt article encryption plugin
  • Gradually transitioning to using Tailwind CSS
  • Developer mode
  • Update Swup version to 4

Fixed

  • Issue with not being able to close single_page
  • tag page path issue #203
  • Unified page title sizes
  • Unable to scroll through search results #208
  • Mobile category page expansion #201

For update instructions, see: Redefine Documentation #Updates

If you previously installed the hexo-blog-encrypt article encryption plugin, please execute npm uninstall hexo-blog-encrypt to uninstall it, otherwise there may be conflicts!

Migration of configuration file is required

Add the following to the end of the configuration file:

# DEVELOPER MODE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> start
developer:
  # Whether to enable developer mode (only for developers who want to modify the theme source code, not for ordinary users)
  enable: false
# DEVELOPER MODE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end

That's it!

v2.4.1

21 Aug 02:54
4088515
Compare
Choose a tag to compare

releasev220

🎉 要开学了 🎉

本版本修复了上个版本更新的功能的 BUG

更新日志

新增

  • 自定义文章版权信息 #180
  • 文章时效性显示 #207
  • 内置 hexo-blog-encrypt 文章加密插件
  • 逐步开始转用 Tailwind CSS
  • 开发者模式(Redefine 主题开发文档
  • Swup 版本更新到 4

修复

  • single_page 无法关闭问题
  • tag 页面路径问题 #203
  • 统一页面标题大小
  • 搜索后的文章无法滑动 #208
  • 移动端分类页面展开 #201

更新方法见:Redefine 文档 #更新

如果你之前安装了 hexo-blog-encrypt 文章加密插件,请执行 npm uninstall hexo-blog-encrypt 卸载,否则会冲突!

如果你的 cdn 选项用的还是 elemecdn,请立刻切换到其他源,比如 aliyun。目前 elemecdn 已经无法使用!!

需要迁移配置文件

在配置文件末尾添加:

# DEVELOPER MODE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> start
developer:
  # Whether to enable developer mode (only for developers who want to modify the theme source code, not for ordinary users)
  enable: false
# DEVELOPER MODE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end

即可

Release Note

New

  • Custom article copyright information #180
  • Display article timeliness #207
  • Built-in hexo-blog-encrypt article encryption plugin
  • Gradually transitioning to using Tailwind CSS
  • Developer mode
  • Update Swup version to 4

Fixed

  • Issue with not being able to close single_page
  • tag page path issue #203
  • Unified page title sizes
  • Unable to scroll through search results #208
  • Mobile category page expansion #201

For update instructions, see: Redefine Documentation #Updates

If you previously installed the hexo-blog-encrypt article encryption plugin, please execute npm uninstall hexo-blog-encrypt to uninstall it, otherwise there may be conflicts!

Migration of configuration file is required

Add the following to the end of the configuration file:

# DEVELOPER MODE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> start
developer:
  # Whether to enable developer mode (only for developers who want to modify the theme source code, not for ordinary users)
  enable: false
# DEVELOPER MODE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end

That's it!

v2.4.0

20 Aug 17:50
68d5d6c
Compare
Choose a tag to compare

releasev220

🎉 要开学了 🎉

更新日志

新增

  • 自定义文章版权信息 #180
  • 文章时效性显示 #207
  • 内置 hexo-blog-encrypt 文章加密插件
  • 逐步开始转用 Tailwind CSS
  • 开发者模式(Redefine 主题开发文档
  • Swup 版本更新到 4

修复

  • single_page 无法关闭问题
  • tag 页面路径问题 #203
  • 统一页面标题大小
  • 搜索后的文章无法滑动 #208
  • 移动端分类页面展开 #201

更新方法见:Redefine 文档 #更新

如果你之前安装了 hexo-blog-encrypt 文章加密插件,请执行 npm uninstall hexo-blog-encrypt 卸载,否则会冲突!

如果你的 cdn 选项用的还是 elemecdn,请立刻切换到其他源,比如 aliyun。目前 elemecdn 已经无法使用!!

需要迁移配置文件

在配置文件末尾添加:

# DEVELOPER MODE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> start
developer:
  # Whether to enable developer mode (only for developers who want to modify the theme source code, not for ordinary users)
  enable: false
# DEVELOPER MODE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end

即可

Release Note

New

  • Custom article copyright information #180
  • Display article timeliness #207
  • Built-in hexo-blog-encrypt article encryption plugin
  • Gradually transitioning to using Tailwind CSS
  • Developer mode
  • Update Swup version to 4

Fixed

  • Issue with not being able to close single_page
  • tag page path issue #203
  • Unified page title sizes
  • Unable to scroll through search results #208
  • Mobile category page expansion #201

For update instructions, see: Redefine Documentation #Updates

If you previously installed the hexo-blog-encrypt article encryption plugin, please execute npm uninstall hexo-blog-encrypt to uninstall it, otherwise there may be conflicts!

Migration of configuration file is required

Add the following to the end of the configuration file:

# DEVELOPER MODE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> start
developer:
  # Whether to enable developer mode (only for developers who want to modify the theme source code, not for ordinary users)
  enable: false
# DEVELOPER MODE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end

That's it!

v2.3.0

31 Jul 21:36
8c23d94
Compare
Choose a tag to compare

releasev230

更新日志

新增

  • 相册加载动画
  • 首页社交链接新增二维码 #189 @anzai249
  • 网站页脚统计支持除了不蒜子以外的服务
  • 删除 pjax,使用 swup 作为单页应用引擎,提升使用体验和加载速度

修复

  • 图片重复路径 #185
  • stylus 文件无法渲然相对路径问题 #188 @DwGoing
  • 相册更改宽度不刷新问题 #187

更新方法见:Redefine 文档 #更新

需要迁移配置文件。版本更新请参考:版本更新迁移指南

Release Notes

Added

  • Album loading animation
  • Social media links with QR code on the homepage #189 @anzai249
  • Website footer statistics support for services other than "不蒜子"
  • Removed pjax and replaced it with swup as a single-page application engine to improve user experience and loading speed

Fixed

  • Duplicate image paths #185
  • Stylus file rendering issue with relative paths #188 @DwGoing
  • Issue where changing album width does not refresh #187

For update instructions, please refer to: Redefine Documentation - Update

Configuration files need to be migrated.

v2.2.2

13 Jul 16:52
fd80a3e
Compare
Choose a tag to compare

releasev220

更新日志

新增

  • 文章头图使用 post_assets 内图片 #174
  • 切换 /page 时首页背景变空白问题 #173

修复

  • 文章评论开启/关闭开关
  • 同级分类显示问题 #177
  • 日期时间自定义格式问题 #182

更新方法见:Redefine 文档 #更新

本版本不需要迁移配置文件

Release Notes

Additions

  • Added support for using images from the "post_assets" folder as article headers (#174).
  • Fixed the issue where the homepage background would become blank when switching to "/page" (#173).

Fixes

  • Fixed the toggle switch for enabling or disabling article comments.
  • Resolved the problem with displaying sibling categories (#177).
  • Addressed the issue with custom date and time formats (#182).

For instructions on how to update, please refer to the Redefine documentation under the Update section.

This version does not require migrating configuration files.

The English documentation is completed.

v2.2.1

24 Jun 14:19
c643c69
Compare
Choose a tag to compare

releasev220

更新日志

Hotfix: 修复 v2.2.0 字体文件过大 @oXnMe

  • 优化:重构些许 Javascript 代码,改善效能
  • 优化:英文默认字体更换为 Satoshi
  • 优化:首屏字体更换为 Chillax
  • 优化:中文字体更换为 variable 格式
  • 优化:折叠模块打开时固定颜色
  • 优化:文章推荐在移动端的显示,感谢 @anzai249
  • 更新:分类页面重写,增加多级分类(#157
  • 更新:友情链接页面支持大图显示,支持友链分类,感谢 @anzai249
  • 修复:站点 favicon 标签在子目录的问题(#147
  • 新增:评论系统 Giscus 支持(#163),感谢 @Ching367436

更新方法见:Redefine 文档 #更新

本版本不需要迁移配置文件

Release Notes

Hotfix: Noto Sans CJK font file too large

  • Optimization: Refactored some JavaScript code to improve performance.
  • Optimization: Changed the default English font to Satoshi.
  • Optimization: Updated the font on the initial screen to Chillax.
  • Optimization: Switched the Chinese font to the variable format.
  • Optimization: Applied a fixed color when the module is expanded.
  • Optimization: Improved the display of recommended articles on mobile devices, thanks to @anzai249.
  • Update: Completely redesigned the category page, now supporting multiple levels of categorization (#157).
  • Update: Enhanced the friend links page to include support for displaying large images and categorizing the links, thanks to @anzai249.
  • Fix: Resolved the issue with the site's favicon tag in subdirectories (#147).
  • New: Added support for the commenting system Giscus (#163), thanks to @Ching367436.

To update, please refer to the Redefine documentation #Update for instructions.

Note: This version requires migrating both the configuration file and the friend link configuration. If you're updating from v2.1.5, please consult the update guide #167 for detailed instructions.

The English documentation is currently incomplete, so please select Chinese as the language in the documentation.

v2.2.0

22 Jun 19:01
d9dbe31
Compare
Choose a tag to compare

releasev220

更新日志

  • 优化:重构些许 Javascript 代码,改善效能
  • 优化:英文默认字体更换为 Satoshi
  • 优化:首屏字体更换为 Chillax
  • 优化:中文字体更换为 variable 格式
  • 优化:折叠模块打开时固定颜色
  • 优化:文章推荐在移动端的显示,感谢 @anzai249
  • 更新:分类页面重写,增加多级分类(#157
  • 更新:友情链接页面支持大图显示,支持友链分类,感谢 @anzai249
  • 修复:站点 favicon 标签在子目录的问题(#147
  • 新增:评论系统 Giscus 支持(#163),感谢 @Ching367436

更新方法见:Redefine 文档 #更新

本版本需要迁移配置文件以及友链配置文件,详情请见 #167 更新指南

Release Notes

  • Optimization: Refactored some JavaScript code to improve performance.
  • Optimization: Changed the default English font to Satoshi.
  • Optimization: Updated the font on the initial screen to Chillax.
  • Optimization: Switched the Chinese font to the variable format.
  • Optimization: Applied a fixed color when the module is expanded.
  • Optimization: Improved the display of recommended articles on mobile devices, thanks to @anzai249.
  • Update: Completely redesigned the category page, now supporting multiple levels of categorization (#157).
  • Update: Enhanced the friend links page to include support for displaying large images and categorizing the links, thanks to @anzai249.
  • Fix: Resolved the issue with the site's favicon tag in subdirectories (#147).
  • New: Added support for the commenting system Giscus (#163), thanks to @Ching367436.

To update, please refer to the Redefine documentation #Update for instructions.

Note: This version requires migrating both the configuration file and the friend link configuration. If you're updating from v2.1.5, please consult the update guide #167 for detailed instructions.

The English documentation is currently incomplete, so please select Chinese as the language in the documentation.

v2.1.5

04 Jun 20:07
01f1193
Compare
Choose a tag to compare

releasev210

更新日志

  • 新增:自定义 CDN 选项 #145
  • 新增:相册页面放大查看图片
  • 新增:首页文章摘要支持 Markdown 语法 #154
  • 重构:部分 JS 代码
  • 格式化:Stylus 样式文件
  • 修复:首页关闭 pjax 后点击菜单会换行 #153
  • 优化:图片懒加载 Placeholder

更新方法见:Redefine 文档 #更新

本版本需要迁移配置文件,从 v2.1.3/v2.1.4 更新请查看 #156

如果有大佬愿意帮忙翻译主题文档,请前往 Redefine Docs v2 Repo,感谢!

Release Notes

  • Added: Custom CDN option (#145)
  • Added: Ability to view images in the photo gallery page by zooming in
  • Added: Support for Markdown syntax in article summaries on the homepage (#154)
  • Refactored: Improved some parts of the JavaScript code
  • Formatted: Polished the Stylus style files
  • Fixed: Issue where clicking the menu on the homepage would cause a line break after disabling pjax (#153)
  • Optimized: Implemented a placeholder for lazy-loaded images

To learn how to update to the latest version, please refer to the Redefine documentation and navigate to the "Updating" section.

Please note that for this version, it is necessary to migrate the configuration file. If you are updating from version v2.1.3 or v2.1.4, please refer to issue #156 for specific instructions.

The English documentation is currently incomplete, so please select Chinese as the language in the documentation.

v2.1.4

20 May 01:22
ee5fc13
Compare
Choose a tag to compare

releasev210

更新日志

  • 新增:瀑布流相册页面 (演示页面) (文档)
  • 修复:首页鼠标悬浮按钮颜色问题
  • 优化:首屏背景图片模糊效果
  • 些许功能修复,感谢 @Freshwlnd

更新方法见:Redefine 文档 #更新

本版本无需迁移配置文件

如果从 v1 更新,由于 Redefine 主题 v2 版本对 v1 的配置文件不再兼容,所以从 v1 更新需要迁移 v1 配置文件到 v2。

如果有大佬愿意帮忙翻译主题文档,请前往 Redefine Docs v2 Repo,感谢!

Release Notes

  • New feature: Added a waterfall gallery page (Demo Page) (Documentation)
  • Bug fix: Resolved the issue with button colors on the homepage when hovering.
  • Improvement: Enhanced the blurring effect on the background image of the first screen.
  • Several minor bug fixes, thanks to @Freshwlnd.

For instructions on how to update, please refer to: Redefine Documentation #Update

No configuration file migration is required for this version.

If you're updating from v1, please follow the migration guide to migrate your configuration files to v2.

The English documentation is currently incomplete, so please select Chinese as the language in the documentation.