Releases: EveSunMaple/Frosti
Releases · EveSunMaple/Frosti
2.5.4
[2.5.4] - 2024-8-12
Fix
- 修复了目录没有被正确更新的问题
- 修复了文章搜索框没有正确显示的问题
- 修复了文章里面 Code 的复制按钮丢失的问题
EN
[2.5.4] - 2024-08-12
Fixes
- Fixed an issue where the table of contents was not updating correctly.
- Fixed an issue where the article search box was not displaying correctly.
- Fixed an issue where the copy button for code snippets within articles was missing.
Full Changelog: v2.5.3...v2.5.4
2.5.3
[2.5.3] - 2024-8-12
Features
- 添加了页面跳转的动画
Fix
- 修复了不规范的导航栏文本
- 修复了在不同主题下跳转页面导致的闪烁问题
- 移除了
astro:transition
改成了swup
修复了鼠标指针的闪烁问题
EN
[2.5.3] - 2024-8-12
Features
- Added page transition animations
Fixes
- Fixed inconsistent navigation bar text
- Resolved flickering issue when navigating pages under different themes
- Replaced
astro:transition
withswup
to fix mouse pointer flickering issue
Full Changelog: v2.5.2...v2.5.3
2.5.2
[2.5.2] - 2024-8-7
Features
- 改进了
TimeLine
的格式,现在比之前方便多了 - 在侧边栏添加分类与标签卡片,移除原来的分类页面
Refactored
- 修改了卡片样式
- 修改了链接样式
- 清理了原评论系统中不必要的代码
Fix
- 修复了部分手机导航栏无法跳转的问题
EN
[2.5.2] - 2024-8-7
Features
- Improved the
TimeLine
format, making it much more convenient than before - Added category and tag cards to the sidebar, removed the original categories page
Refactored
- Updated card styles
- Updated link styles
- Cleaned up unnecessary code in the old comment system
Fix
- Fixed some navigation issues on mobile devices
Full Changelog: v2.5.1...v2.5.2
2.5.1
[2.5.1] - 2024-8-4
Features
- 修改了 README
- 添加了 Vercel Web Analytics (不使用 vercel 的用户需要注意一下)
Refactored
- 改善了整体排版,现在段落之间更清楚了
- 修复了页脚一些奇怪的居中问题
- 更换了 Footnotes 的卡片颜色
- 删除了底部版权信息卡片的阴影
- 添加了表格每一行的分割线
- 把
<code>
的字体稍微改大了一点
EN
[2.5.1] - 2024-08-04
Features
- Updated the README
- Added Vercel Web Analytics (users not using Vercel should take note)
Refactored
- Improved overall layout, making paragraph spacing clearer
- Fixed some unusual centering issues in the footer
- Changed the card color for Footnotes
- Removed the shadow from the bottom copyright information card
- Added divider lines for each row in tables
- Slightly increased the font size for
<code>
elements
Full Changelog: v2.5.0...v2.5.1
2.5.0
[2.5.0] - 2024-8-2
Features
- 添加分类功能,现在你可以为你的文章添加两个独立的索引:分类与标签
- 给分类与标签的文章列表页面添加了分页功能,不再是一整页了
- 在侧边栏集成了分类的功能,来自 issue #10
Refactored
- 现在如果文章没有图片,它的文章信息将会填充
- 修改了分页按钮的样式
- 微调样式,来自 issue #9
Fix
- 修复在文章过多时分页失效的问题
- 修复在 issue #11 中提到的问题
EN
[2.5.0] - 2024-8-2
Features
- Added a categorization feature, allowing you to add two separate indexes for your posts: categories and tags
- Added pagination to the category and tag post list pages; no longer a single page
- Integrated the categorization feature into the sidebar, from issue #10
Refactored
- Article information will now be populated if the article does not have an image
- Updated the style of pagination buttons
- Fine-tuned styles, from issue #9
Fixes
- Fixed the issue with pagination failing when there are too many articles
- Fixed the issue mentioned in issue #11
What's Changed
New Contributors
Full Changelog: v2.5.0-rc...v2.5.0
2.5.0-rc
[2.5.0-rc] - 2024-8-1
Features
- 常驻了上下页的按钮,这下大家就知道我的博客其实是有做分页的了
- 添加了分页的按钮,终于不用一页一页地跳了
Refactored
- 单页页面改成了十篇文章
- 去掉了 layout 的 title
EN
[2.5.0-rc] - 2024-8-1
Features
- Added navigation buttons for previous and next pages, so now everyone will know that my blog actually has pagination. 😂
- Added pagination buttons, so you no longer have to jump one page at a time.
Refactored
- Changed single-page view to display ten articles per page.
- Removed the title from the layout.
Full Changelog: v2.5.0-beta.3...v2.5.0-rc
2.5.0-beta.3
[2.5.0-beta.3] - 2024-7-30
Features
consts.ts
添加了标签页的配置,这是主名称BaseLayout.astro
添加了标签页的配置,现在你可以为每一个页面添加属于它自己的标签页名称
Refactored
- 断言界定了 JS 中元素的类型,避免 TS 报错
- 调整了一下代码框结构,现在代码右侧与代码框有了一定的留白
- 调整了博客与项目页面的结构,统一
mt-8
mb-8
Fix
- 修复了昼夜切换按钮实际操作区域与显示区域不一致的问题
- 修复了昼夜切换按钮不同步的问题,现在两个按钮与其实际主题统一
EN
[2.5.0-beta.3] - 2024-7-30
Features
consts.ts
has added configuration for tab pages, which is the main name.BaseLayout.astro
has added configuration for tab pages, now you can add a tab page name that belongs to each page.
Refactored
- Assertions have defined the types of elements in JS to prevent TypeScript errors.
- The structure of the code box has been adjusted, now there is some whitespace on the right side of the code and the code box.
- The structure of the blog and project pages has been adjusted to unify
mt-8
mb-8
.
Fix
- Fixed the issue where the actual operating area of the day and night switch button is inconsistent with the display area.
- Fixed the issue where the day and night switch button was not synchronized, now the two buttons are unified with their actual theme.
特别感谢: @guobao2333 @KazariEX @Tikas
Full Changelog: v2.5.0-beta.2...v2.5.0-beta.3
2.5.0-beta.2
[2.5.0-beta.2] - 2024-7-29
Refactored
- 调整了一下代码框顶栏,现在元素垂直居中了
- 调整了在手机视图下卡片的 padding
Fix
- 修复了文章跳转 target 错误的问题(为什么才发现这个严重问题)
EN
[2.5.0-beta.2] - 2024-7-29
Refactored
- Adjusted the top bar of the code block, now elements are vertically centered.
- Adjusted the padding of cards in mobile view.
Fix
- Fixed the issue with incorrect target for article links (why was this critical issue discovered just now?).
Full Changelog: v2.5.0-beta...v2.5.0-beta.2
2.5.0-beta
[2.5.0-beta] - 2024-7-29
Features
- 现在行号和顶栏已经与代码分开且被固定
- 新增代码框显示语言的功能
Refactored
- 重写了代码框的结构(使用 shiki 转换器)
Fix
- 修复了在手机视图下卡片显得过小的问题
EN
[2.5.0-beta] - 2024-7-29
Features
- Line numbers and the top toolbar are now separated from the code and are fixed in place.
- Added a feature to display the language of the code block.
Refactored
- Rewrote the structure of the code block (using the shiki transformer).
Fix
- Fixed an issue where cards appeared too small in mobile view.
2.5.0-alpha.5
[2.5.0-alpha.5] - 2024-7-26
Fix
- 修复了项目卡片中错误的样式类
- 修复了有关于类型的问题,现已通过 check 0.8.2
EN
[2.5.0-alpha.5] - 2024-07-26
Fix
- Fixed incorrect style classes in project cards
- Resolved issues related to types, now passing check 0.8.2