Releases: EveSunMaple/Frosti
Releases · EveSunMaple/Frosti
3.3.1
[3.3.1] - 2025-10-1
Features
- 现在分享文章时,可以预览社交媒体图片
Chore
- 优化了生成社交媒体图片时的字体获取逻辑,大大提高了生成速度
Fix
- 修复 src/pages/og/[slug].png.ts 不支持子目录中的博客文章 #93
- 修复了在分类页面标题会超出文章卡片的问题
EN
[3.3.1] - 2025-10-1
Features
- Added social media image previews when sharing articles
Chore
- Optimized the font fetching logic for generating social media images, significantly improving generation speed
Fix
- Fixed
src/pages/og/[slug].png.tsnot supporting blog posts in subdirectories #93 - Fixed an issue where category page titles would overflow article cards
What's Changed
- fix: 支持子目录中博客文章的 OG 图片生成 by @TanKimzeg in #94
New Contributors
- @TanKimzeg made their first contribution in #94
Full Changelog: v3.3.0...v3.3.1
3.3.0
[3.3.0] - 2025-9-20
Features
- 现在 Frosti 可以每一篇文章生成社交媒体图片
- 使用 Expressive Code 重新渲染代码框
EN
[3.3.0] - 2025-9-20
Features
- Frosti can now generate social media images for each post.
- Code blocks are now rendered using [Expressive Code](https://expressive-code.com/).
Full Changelog: v3.2.1...v3.3.0
3.2.1
[3.2.1] - 2025-7-28
Chore
- 现在如果访问不存在的标签或者分类,会返回特定的 404 页面 #86
- 修改了 Issue 提问的模板
Refactored
- 将统计字数与时间的插件从
.mjs改成了.ts
Fixed
- 修复了在
SearchBar多次搜索导致出现多个搜索框的问题 #87
EN
[3.2.1] - 2025-07-28
Chore
- Now returns a specific 404 page if accessing a non-existent tag or category #86
- Modified the Issue submission templates
Refactored
- Refactored the word count and reading time plugin from
.mjsto.ts
Fixed
- Fixed an issue where searching multiple times in the
SearchBarcaused multiple search boxes to appear #87
Full Changelog: v3.2.0...v3.2.1
3.2.0
[3.2.0] - 2025-7-13
Features
- 现在运行开发服务器时,更新
frosti.config.yaml也会重新启动开发服务器应用更改 - 现在您可以使用
frosti.update.sh快速更新项目 - 现在您可以在
friend页面中添加自己的网站
Refactored
- 微调了页面结构与文章内容
Fixed
- 修复了在
title过长时,标题样式与MainCard边框重叠的问题,现在会自动适应
EN
[3.2.0] - 2025-7-13
Features
- Now when running the development server, updating
frosti.config.yamlwill also restart the development server to apply the changes. - You can now use
frosti.update.shto quickly update the project. - You can now add your own website to the
friendpage.
Refactored
- Fine-tuned the page structure and article content.
Fixed
- Fixed an issue where the title style would overlap with the
MainCardborder when thetitlewas too long; it now adapts automatically.
What's Changed
- chore: update yaml config in real-time during development by @Liksone in #83
New Contributors
- @Liksone made their first contribution in #83
Full Changelog: v3.1.5...v3.2.0
3.1.5
[3.1.5] - 2025-6-21
Refactored
- 修改了页面结构,现在即使页面内容很少,页脚也会被固定在底部
Fix
- 修复了原侧边栏按钮大小不一的问题
- 修复了 404 页面被编入搜索索引的问题
- 现在你可以自定义每个页面是否被搜索索引
- 修复了表单没有关联元素、按钮没有可访问名称的无障碍问题
- 修复了博客列表页面间距与整站不一的问题
- 修复了在黑暗模式下边框颜色不正确的问题
EN
[3.1.5] - 2025-6-21
Refactored
- Restructured the page layout to ensure the footer sticks to the bottom, regardless of content height.
Fix
- Fixed inconsistent button sizes in the sidebar.
- Fixed the 404 page being included in the search index.
- You can now customize whether each page is included in the search index.
- Fixed accessibility issues where form elements lacked associated labels and buttons were missing accessible names.
- Fixed inconsistent spacing on the blog list page to align with the rest of the site.
- Fixed incorrect border colors in dark mode.
Full Changelog: v3.1.4...v3.1.5
3.1.4
[3.1.4] - 2025-5-31
Chore
- 新增一篇数学公式示例文章
Fix
- 修复了数学公式的渲染问题(先前缺少了必要的 CSS 文件)
EN
[3.1.4] - 2025-5-31
Chore
- Added a new sample article for mathematical formulas.
Fix
- Fixed the rendering issue for mathematical formulas (previously missing a necessary CSS file).
Full Changelog: v3.1.3...v3.1.4
3.1.3
[3.1.3] - 2025-5-24
Chore
- 更新依赖
- 在 Friends 页面添加了新的贡献者
- 移除了不必要的 css 文件(之前的残留)
Fix
- 修复了分类页面中展开动画的样式
- 修复了分类页面中
post缺失的过渡效果
EN
[3.1.3] - 2025-05-24
Chore
- Updated dependencies
- Added new contributors to the Friends page
- Removed unnecessary CSS files (leftover from before)
Fix
- Fixed the animation style for expanding items on the category page
- Fixed the missing transition effect for
postitems on the category page
What's Changed
- fix: 小型 bug 修复 by @youngestar in #81
New Contributors
- @youngestar made their first contribution in #81
Full Changelog: v3.1.2...v3.1.3
3.1.2
[3.1.2] - 2025-4-19
Features
- 新增了一篇如何配置评论系统的教程
Refactored
- 在侧边栏移除了不必要的
title属性
Fix
- 修复了未适配 Chrome 的自动深色主题 #78
EN
[3.1.2] - 2025-04-19
Features
- Added a new tutorial on how to configure the comment system
Refactored
- Removed unnecessary
titleattributes from the sidebar
Fix
- Fixed the auto dark mode issue that was not compatible with Chrome (#78)
Full Changelog: v3.1.1...v3.1.2
3.1.1
[3.1.1] - 2025-3-30
Features
- 在
frosti.config.yaml中添加单个页面文章数量的配置 - 添加了对于日期与月份的 i18n 配置
- 添加了大量语言配置
Refactored
- 将可重用代码集中到了
/utils中 - 将
hints降至 0
Fix
- 修复了在 RSS 中仍然显示草稿文章的问题
EN
[3.1.1] - 2025-3-30
Features
- Added configuration for the number of articles per page in
frosti.config.yaml - Added i18n configuration for dates and months
- Added a large number of language configurations
Refactored
- Centralized reusable code into
/utils - Reduced hints to 0
Fix
- Fixed the issue where draft articles were still displayed in RSS
What's Changed
- fix: Correct style issues in TOC components and update changelog by @EveSunMaple in #73
- feat: Filter drafts in rss by @linglilongyi in #74
New Contributors
- @linglilongyi made their first contribution in #74
Full Changelog: v3.1.0...v3.1.1
3.1.0
[3.1.0] - 2025-3-29
Features
- 添加了属于手机端的专属目录
MobileTOC - 添加了代码框的行号样式
- 添加了页面脚注的样式
Refactored
- 修改了 About 页面的时间线组件
- 修改了若干按钮的响应式尺寸
- 修改了搜索框的样式设计
- 在小屏幕隐藏默认目录
Fix
- 修复了网站标题在 Tab 栏显示错误的问题
- 修复了在文章缺失图片的样式错误
Chore
- 移除了不必要的引用
EN
[3.1.0] - 2025-3-29
Features
- Added a dedicated
MobileTOCfor mobile devices - Added line number styling for code blocks
- Added styling for page footnotes
Refactored
- Updated the timeline component on the About page
- Adjusted responsive sizes for several buttons
- Redesigned the search box styling
- Hid the default table of contents on small screens
Fix
- Fixed the issue where the website title displayed incorrectly in the tab bar
- Fixed the styling error that occurred when an article lacked an image
Chore
- Removed unnecessary imports
What's Changed
- v3.1.0 by @EveSunMaple in #71
Full Changelog: v3.0.0...v3.1.0