Skip to content

Latest commit

 

History

History
306 lines (179 loc) · 12.3 KB

File metadata and controls

306 lines (179 loc) · 12.3 KB

2.6.0 (2026-02-28)

Features

  • add license (4798a8a)
  • add markdown example (6372009)
  • make copyright configurable and optimize styles (7463dde)
  • update auto release rule (b1ca4fe)

2.5.0 (2026-01-16)

Features

  • optimized GSAP animation (b52c62c)

2.4.0 (2025-12-22)

Features

  • optimize the viewport height of mobile terminal (4da2cfb)
  • optimized the style of two layouts (1628103)

2.3.0 (2025-12-21)

Features

  • Add redirection for routing (05e6da2)
  • optimize animation logic and implement Archive page transitions (ba3d3b1)
  • optimized style and animation for archive page (73e425d)
  • optimized the animation performance on the PC side (e570d19)
  • update nginx config and improve bundle visualizer setup (306c017)
  • using lazy loading for katex.js (9dade17)

2.2.0 (2025-12-18)

Bug Fixes

  • fix existed layout and animation issue (68d89ec)
  • lock background interaction using touch-action when page loading (7eeb577)

Features

  • add lazy loading and preload for views (c8ba61a)
  • improve scrolling experience and layout flexibility for archive page (35e107b)
  • optimize route transition performance and refine visual style (f9b81f7)
  • optimized onEntry animation and code structure (42e1e7b)
  • optimized theme style, add text animation for loading page (d68237b)

2.1.2 (2025-12-15)

Bug Fixes

  • optimized default color scheme (14dd4e3)

2.1.1 (2025-12-15)

Bug Fixes

  • fix existed style issue (fea5751)

2.1.0 (2025-12-15)

Features

  • add initial loading screen (3a424f6)

2.0.0 (2025-12-14)

  • refactor!: complete project rewrite & animation overhaul (27578eb)

BREAKING CHANGES

  • This release includes a complete rewrite of the codebase and is not backward compatible.

1.2.0 (2025-09-14)

Bug Fixes

  • resolve CSS display issue on Android devices (792d734)

Features

  • add background style config with pattern and solid options (938c6fd)

1.1.1 (2025-09-13)

Bug Fixes

  • resolve style inconsistencies and date parsing issues (2ef61f6)

1.1.0 (2025-09-13)

Features

1.0.0 (2025-09-13)

Bug Fixes

  • change default value of relaetd post limit (252b36a)
  • change favicon file type (217fd9c)
  • fix bug (91b509f)
  • fix bugs (c61e362)
  • Fix bugs (9f52b96)
  • Fix bugs, resolve compatibility issues (cf6cc95)
  • fix init script module path issue (db5ed7c)
  • fix release config (9bb5a7a)
  • fix spelling errors (c302e80)
  • fix the latex math display issue (48234cb)
  • prevent background flicker caused by delayed loading (df535ca)

Features

  • Add config for fixed footer (3df5d27)
  • Add Dockerfile and Docker Image building scripts (97d5122)
  • add dynamic document title (f148c4d)
  • Add github workflow cicd (69da88b)
  • add new style for index page and introduction bar (08cb570)
  • add new styles (a625daf)
  • add support for LaTeX equations (85bb55d)
  • Add tags filter in introduction bar (d1519bf)
  • And paging function for index page (6ad0d51)
  • calculate hash of files for nginx cache rule (16077ac)
  • change css, add img link (94f4fa5)
  • improve asset caching strategy and Markdown filename parsing (85d4755)
  • init repository (64686ee)
  • limit related posts to 8 per tag (c5e52a8)
  • optimize css of index bar and home bar (73d4430)
  • optimize css style (e470f41)
  • optimized code (7efea5b)
  • Update cache policy (d82be1f)
  • v2.0 improve display and fix minor UI issues (66b849a)

History

2025/6/5 Thu

Feat:

  • 三个基本页面(主页、索引、Post页)
  • 一堆乱七八糟的样式
  • 可自定义的主题色切换动画、页面切换/加载动画
  • markdown动态加载与渲染、post属性的配置与解析
  • 可配置项:个人信息链接、主页信息、简介、配色方案等

Fixed:

  • 解决markdown渲染后本地路径资源不存在的问题

2025/6/6 Fri

Feat:

  • 修改Introduction栏样式,添加Home键
  • 修改索引页、索引栏样式、添加超长截断
  • 修改打包时的script脚本路径

Fixed:

  • 解决索引页链接动画与截断的冲突问题

2025/6/8 Sun

Feat:

  • 添加Dockerfile与镜像构建脚本
  • 调整部分格式、字号等
  • 添加Latex公式渲染的支持

Fixed:

  • 修复打包后初始化脚本中的模块导入路径问题

2025/6/9 Mon

Feat:

  • 添加CSS代码风格审查工具、修改部分样式
  • 修改nginx的静态资源缓存策略
  • 调整md文件名抽取脚本、增强系统鲁棒性

chore:

  • 整理部分代码
  • 更新README

2025/6/11 Wed

Feat:

  • 设计了新的页面布局、为固定的页脚添加配置项
  • 动态调整索引页展示的的标签数量
  • 优化博客页的标签展示,以及一些细节

Fix:

  • 修复一些意料外的布局错误
  • 修复部分样式问题

2025/6/21 Sat

chore:

  • 新添加了一些预设样式

Fix:

  • 解决了部分浏览器的兼容性问题
  • 调整部分样式
  • 调整了一些不合理的代码和定义

2025/9/4 Thu

Feat:

  • 调整缓存策略,解决添加md后网页无法同步更新的问题
  • css防ios页面回弹

2025/9/6 Sat

Refactor:

  • 优化router guard初次注册时页面的样式表现
  • 优化在移动端的表现
  • 优化部分css,规范部分命名
  • 优化App中嵌套的结构

Fix:

  • 修复config的getter默认值赋值错误问题
  • 解决页面跳转后定位不符预期的问题

Docs:

  • 更新README中的logo

2025/9/7 Sun

Feat:

  • 为文件计算了hash,修改nginx的cache策略
  • 新增config的后处理文件夹
  • 解决延迟加载造成的背景色闪烁问题
  • 添加动态文档标题

Refactor:

  • 优化部分文件结构与函数
  • 解决重复的资源请求问题,优化生命周期内的资源调度

Fix:

  • 修复build脚本中env加载存在解析错误的问题

2025/9/8 Mon

Feat:

  • 新增按标签过滤post的组件

Refactor:

  • 优化部分css,调整页面在不同分辨率下的表现与已知的动画问题
  • 优化pinia与部分js脚本
  • 标准化部分参数命名

2025/9/11 Thu

Fix:

  • 修复不同格式的latex数学公式渲染错误的问题

2025/9/13 Sat

Feat:

  • 添加档案页的分页功能
  • 为页面尺寸(单页最大post显示数量)添加配置 "page_size",默认取12
  • 为构建脚本添加缓存文件清除步骤

Refactor:

  • 优化部分样式