Skip to content

Releases: du2333/flare-stack-blog

v0.9.4

28 Feb 20:34

Choose a tag to compare

0.9.4 (2026-02-28)

Features

  • 为fuwari目录组件应用并定义自定义滚动条样式; feat: Apply and define custom scrollbar styles for the table of contents component (197214a)
  • 为默认主题目录添加自动滚动功能,确保活动项始终可见 (b0fb2f2)

v0.9.3

26 Feb 06:15

Choose a tag to compare

0.9.3 (2026-02-26)

Features

  • 在文章详情页为管理员添加编辑文章链接 / feat: Add edit post link for admins on post detail pages (ac506e1)

Code Refactoring

  • 移除 Toaster 默认关闭按钮并将导入导出提示时长设为 10 秒; refactor: Remove default close button from Toaster and set import/export toast durations to 10 seconds. (4e5c42f)

v0.9.2

26 Feb 04:17

Choose a tag to compare

0.9.2 (2026-02-26)

Features

  • 允许文章 frontmatter 标题为空,并在导入时为文章标题提供回退逻辑 / Allow empty post frontmatter title and provide fallback logic for post titles during import (443c739)

v0.9.1

24 Feb 08:10

Choose a tag to compare

0.9.1 (2026-02-24)

Features

  • 为首页背景图实现图片预加载并添加alt属性和fetch priority以增强可访问性; feat: implement image preloading for homepage background and enhance accessibility with alt attribute and fetch priority (c40901d)

v0.9.0

24 Feb 05:28

Choose a tag to compare

0.9.0 (2026-02-24)

Features

  • 增加对独立CDN域名的支持,用于Cloudflare缓存清除; feat: Add support for separate CDN domain for Cloudflare cache purging (a3dc4a4)
    • 配置 CDN_DOMAIN 即可
  • 添加Katex公式支持 (#51) (754ff1b)

Bug Fixes

  • update auth schema output file name in package.json [skip ci] (50a0723)

Code Refactoring

  • update authentication function to use getAuth instead of createAuth [skip ci] (c8c8ab5)

v0.8.2

23 Feb 20:36

Choose a tag to compare

0.8.2 (2026-02-23)

Features

  • 优化代码块显示,防止文本换行并为折叠容器添加横向滚动; feat: Optimize code block display, prevent text wrapping, and add horizontal scrolling to folding container. (000a914)

v0.8.1

23 Feb 20:18

Choose a tag to compare

0.8.1 (2026-02-23)

Features

  • 引入新的日期工具函数和 clientToday 参数,以更准确地处理未来发布文章的调度逻辑 / feat: Introduce new date utility functions and clientToday parameter for more accurate future post scheduling logic (5fd2556)
  • 改进目录响应式布局和活跃项检测逻辑,并引入新的CSS变量。 (61bc175)

Code Refactoring

  • 重构目录组件的活跃标题检测和指示器定位逻辑,优化滚动处理并引入新的DOM引用。 (0795954)

v0.8.0

23 Feb 00:14

Choose a tag to compare

0.8.0 (2026-02-23)

Features

  • 引入目录显示延迟,以优化导航时的用户体验 / Introduce a display delay for the table of contents to optimize user experience during navigation. (dd8221b)
  • 新增导入导出功能 (#46) (6b07143)
    • 在后台的设置页面的系统维护里
  • 默认主题添加背景图支持 (#35) (9a161dc)

Bug Fixes

  • format env error message (c845a5a)

v0.7.1

20 Feb 22:15

Choose a tag to compare

0.7.1 (2026-02-20)

Features

  • 为代码块添加折叠功能,当内容过长时可展开显示;feat: Add folding functionality to code blocks, allowing expansion for long content. (2663dc2)
  • 引入主题配置系统,支持通过全局变量配置视图过渡并动态选择主题 / feat: Introduce theme configuration system, supporting global variable configuration for view transitions and dynamic theme selection (020dbbe)
  • 替换代码块复制/检查图标为Lucide React组件,并重构代码块折叠样式为内联控制;feat: Replace code block copy/check icons with Lucide React components and refactor code block folding styles to inline control. (0e28d2b)
  • 添加平滑滚动行为,并调整 TanStack Router 的 pending 状态配置,移除全局默认值并为文章路由应用主题配置的延迟 / feat: Add smooth scroll behavior and adjust TanStack Router pending state configuration, removing global defaults and applying theme-configured delay to post routes. (f33c712)

v0.7.0

20 Feb 10:14

Choose a tag to compare

0.7.0 (2026-02-20)

Features

  • 新增了 "Fuwari" 博客主题。
  • 主题配置与高度定制
    • 通过主题配置中心实现了文章显示数量限制的统一管理,并与数据查询深度集成。
    • 允许通过 blog.config.ts 和系统环境变量直接配置 Fuwari 主题的个人头像与主页背景图。
    • 将全局 Toaster 通知与侧边栏(Sidebar)组件重构为基于主题契约的局部组件适配。

Bug Fixes

  • 构建部署:修复了 Vite 配置中无法正确读取 .env 环境变量的问题,并在自动部署阶段补充了必要的主题层注入。

Code Refactoring

  • 样式隔离体系:将通用的 CSS 样式抽离至独立的 shared.css 中,有效隔离了各主题特有样式与全局作用域的污染