Skip to content

Latest commit

 

History

History
190 lines (154 loc) · 16 KB

CHANGELOGS.md

File metadata and controls

190 lines (154 loc) · 16 KB

0.3.2 (2024-08-02)

  • chore: 调整依赖 (c79de38)
  • chore: 更新依赖 (c55b414)
  • chore(tools): 添加jest依赖和配置 (1c432ea)
  • chore(tools): 修改规范工具配置并修改代码 (086dccb)
  • chore(tools): 允许useless-catch (e7c4441)
  • test: 添加单元测试 (a04e7d1)
  • style(components): 修改组件UI样式 (b52efcb)
  • refactor: 添加异常捕获代码 (510521a)
  • refactor(components): 调整导入HOC (2ab8d71)
  • refactor(components): 调整组件导入 (c8646ad)
  • refactor(components): 调整pages组件的目录结构 (45ca290)
  • refactor(components): 删除多余的loading动画 (60c2629)
  • refactor(components): 使用HOC封装过渡动画组件 (56809ec)
  • refactor(components): 统一类型 (b382076)
  • refactor(components): 修改 (aa24273)
  • refactor(components): 重构懒加载图片监听的代码 (2dcf978)
  • refactor(components): 重构消息组件的渲染代码 (a3e8052)
  • refactor(components): 重构contents代码 (5b55e99)
  • update(components): 卡片平滑上升动画 (f3b9928)
  • update(components): 新增图片懒加载 (f8be8f4)
  • perf: 删减初始加载的动画 (7dcedff)

0.3.1 (2024-07-24)

  • ci: 修改pnpm的版本 (1c5622e)
  • chore: 修改命令 (bdb8696)
  • chore(release): v0.3.1 (e94bed9)
  • chore(tools): 修改配置 (50487d7)
  • update(pages,base component): 修改样式 (833c554)
  • perf(background): 优化通知延迟问题 (c5394cb)
  • perf(components): 优化搜索框搜索 (f5cef1d)
  • perf(popup): 调整页面过渡动画 (df31841)
  • perf(router): 优化路由过渡动画 (4b679f5)
  • fix(components): 修复点击事件可能无法生效bug (2bb0076)
  • fix(components): 修复图片地址为空字符串时无法显示问题 (64db6c4)
  • build(tools): manifest增加tabs权限 (bdd1831)
  • refactor(components): 简化逻辑 (88019f3)
  • refactor(components): 简化逻辑 (4725a52)

0.3.0 (2024-06-21)

  • chore: 更新依赖和新增依赖 (acd9f95)
  • chore(release): v0.3.0 (2447b05)
  • chore(tools): 代码规范工具配置 (017dc49)
  • chore(tools): 修改配置 (554624c)
  • chore(tools): 修改配置 (28da375)
  • build: webpack构建配置 (9c00a42)
  • refactor: 代码重构 (102e50a)
  • refactor: 代码重构 (40fb421)
  • refactor: 简化类型声明 (0d0a69f)
  • refactor: 重构布局组件代码 (7287825)
  • refactor: 重构多页面的入口代码 (1b4df6a)
  • refactor(background): 代码重构 (d7b0448)
  • refactor(routes): 重构路由组件 (3de479c)
  • refactor(service): axios重构服务api (e42757a)
  • refactor(store): 代码重构 (98eadfe)
  • refactor(utils): 代码重构 (41a5318)
  • refactor(views): 简化页面组件代码 (56d283a)
  • refactor(views): 重构页面样式, 分割主题色代码 (c834cc7)
  • feat: 实现插件多页面状态实时共享 (acddd9d)
  • feat: 新增panel边栏显示当天番剧功能 (81c3484)
  • update: 新增图标 (f7002e9)
  • update(pubilc): 变更部分公共资源 (8a7c8e7)
  • style(pubilc): 格式化html (9f3785a)

0.2.4 (2024-03-29)

  • chore: 增加依赖react-transition-group (7cd730d)
  • chore(release): v0.2.4 (bae9930)
  • refactor: 更改方法名 (132ab54)
  • refactor: 重构 (4266970)
  • refactor(*): 补充变量类型 (23d3079)
  • refactor(components): 导入和使用公共按钮组件修改 (01b2825)
  • refactor(components): 删除多余代码 (123ffd3)
  • refactor(components): 重构按钮组件 (14e9ade)
  • refactor(components): 重构reset按钮 (ac96c5d)
  • fix(store): 修复缓存变更问题 (bcaab9e)
  • fix(views): 修复存储大小显示错误 (89f0f17)
  • update: 更新重置按钮UI样式 (60fc3ae)
  • perf(components): 消息组件增加过渡动画 (6caaa0f)

0.2.3 (2024-03-15)

  • chore: 升级依赖 (ef00844)
  • chore: 重命名manifest配置文件 (9c6b3d8)
  • chore: import React (0949006)
  • chore(background): 修改注释 (3d2c5a8)
  • chore(components): 删除刷新组件(由消息组件替代) (12857a3)
  • chore(components): 重新添加刷新组件 (f7aa03d)
  • chore(popup): 文件重命名 (62bfdc7)
  • chore(release): 0.2.3 (757bb50)
  • chore(tools): 修改规范工具配置 (539d568)
  • refactor: 补充变量类型 (2ae64da)
  • refactor(*): 提取复用hook代码逻辑 (ec172c5)
  • refactor(*): 重构获取已使用存储的hook方法 (3aa4c54)
  • refactor(background): 更新数据通信部分的代码重构 (215a847)
  • refactor(components): 取消message的使用 (8521e4f)
  • refactor(components): 删除多余的类型文件和重写部分注释 (418cc12)
  • refactor(components): 删除刷新组件由message组件代替 (30ea6fa)
  • refactor(components): 提取判断初始设置的hook逻辑 (f5a0b63)
  • refactor(components): 微微修改暗色模式下的样式 (79901f3)
  • refactor(components): 重构按钮部分逻辑 (2aa5628)
  • refactor(components): 重构按钮组件 (0ed0820)
  • refactor(components): 重构刷新按钮组件 (eebde14)
  • refactor(components): 重构消息组件 (0fc3266)
  • refactor(popup): 使用全局message组件配置 (7deb457)
  • refactor(store): 导出获取state初始值的方法 (913c452)
  • refactor(store): 修改部分变量名称 (26a2ce4)
  • refactor(views): 部分代码重构 (bb6ac5b)
  • refactor(views): 部分代码重构 (da16319)
  • refactor(views): 部分页面重构 (afbf85e)
  • refactor(views): 页面部分状态变量修改 (2ac34f9)
  • feat(components): 新增消息提示组件 (1ac80cb)
  • feat(components): 新增消息组件 (97a9795)
  • fix(components): 修复点击事件报错 (52eddcf)
  • update: 实现动态监听系统主题变化和恢复网络自动更新数据 (ebd5a02)
  • update(components): 调整加载失败时的图标 (a0676ce)
  • update(views): 新增消息提示 (878312e)

0.2.2 (2024-02-18)

  • ci: 配置github action自动打包 (d85500e)
  • ci: ci配置 (cf8ea4f)
  • ci(tools): 打包zip文件路径修改 (ba8248f)
  • revert(action): github action自动打包配置 (f4adebc)
  • docs(changelog): 更新日志 (92d66ed)
  • chore: 更新日志 (6dd9d85)
  • chore: 更新依赖 (77fb715)
  • chore(release): v0.2.2 (c97ed2f)
  • chore(tools): 添加changelog工具和升级工具版本 (14a5bad)
  • chore(tools): 修改工具配置 (3bc86d1)
  • chore(tools): changelog工具配置 (b186c94)
  • chore(tools): commit工具配置 (5242ff4)
  • chore(tools): commit工具配置 (0c47bcd)
  • update(popup): 弹出页面宽度增加 (b0eeb9e)
  • update(views): 调整页面显示 (5f15776)
  • refactor(background): 重构部分代码 (a1be66a)
  • refactor(components): 重写刷新组件 (4052a19)
  • perf(views): 优化页面和避免重复请求数据 (3d40f48)
  • refactor(components, views): 部分代码修改 (40a2028)
  • feat: 新增刷新按钮 (ecb7335)
  • style(background): 修改注释 (0bfd5f4)

0.2.1 (2023-10-10)

  • 0.2.1 (07529c8)
  • fix(components): 修复导航栏UI Bug (b5b17b2)
  • update(background): 规范工具类 (c1e7a3f)
  • chore(tools): 允许空构造函数 (f24fa3d)

0.2.0 (2023-10-05)

  • update: 0.2.0 (60ef5fe)
  • update(views): 新增设置选项提示 (370ce12)
  • update(views): 新增设置页面底部版本号组件 (89cc215)
  • refactor: 添加新功能和重构 (a42c58c)
  • chore: 更新工具版本 (85cedda)
  • chore: 添加注释 (4cd9366)
  • chore: 修改webpack配置 (67f4131)
  • chore(pubilc): 删除多余的icon (d3ed1ed)
  • chore(tools): 添加类型提示 (65fc1f5)
  • chore(tools): 新增webpack插件 (75836a1)
  • chore(tools): 修改webpack配置 (1590d1b)
  • docs: 更新文档 (3d994e4)
  • style(样式): 格式化代码 (1375966)

0.1.0 (2023-08-17)