Skip to content

Latest commit

 

History

History
241 lines (125 loc) · 13.2 KB

CHANGELOG.md

File metadata and controls

241 lines (125 loc) · 13.2 KB

4.9.5 (2024-12-10)

⚡ Performance Improvements | 性能优化

  • 优化 删除历史记录操作逻辑,增加二次确认提示;删除多余注释代码; (62d346a)

4.9.4 (2024-12-09)

✨ Features | 新功能

  • 头部增加快捷下拉菜单;增加 Query参数格式化的功能;增加历史记录备注功能 (16618f5)

Documentation | 文档

4.9.3 (2024-11-28)

✨ Features | 新功能

  • 添加 Info.plist 配置文件, 设置软件开发地区 CFBundleDevelopmentRegion: Chinese (中文区域开发) , 解决 open 打开系统文件弹窗中的文字 英文 -> 中午 (93e4c0b)

Bug Fixes | Bug 修复

⚡ Performance Improvements | 性能优化

  • 流式请求err,右上角弹出提示 (3f55dc3)

4.8.2 (2024-10-19)

✨ Features | 新功能

  • logo 替换 (dff745d)
  • 使用 localforage 替换 localStorage;上传文件 formData 数据 由 arrayBuffer 修改为 Uint8Array (65f24b6)
  • 修改打包命令为 pnpm app (c9decdc)
  • 全局配置-增加 desc 描述项 (fe97f1c)
  • 发送请求 增加 query, body 全局参数 (ba217f6)
  • 增加 contentTypeOptions text/plain application/xml text/xml (1f815b4)
  • 增加 阻止右键菜单;阻止F12、Ctrl+Shift+I、Ctrl+Shift+C快捷键打开 开发者工具;增加 start , pack 启动和打包命令 (b0a23eb)
  • 增加全局参数 headers (cf92097)
  • 增加全局参数:全局 cookie 配置 (28d4aba)
  • 增加全局环境-域名配置和相关url合法性验证 (1fb45da)
  • 增加全局配置和历史记录导入、导出功能;优化文件上传操作;优化悬浮按钮和全局配置按钮;优化请求参数展示和过多滚动;优化 eslint 配置;log日志增加环境区分,debug调试模式不在控制台打印;文件格式化 (bd6b820)
  • 解决导入导出失败的问题; url后的Query参数自动格式化关闭; (d44131e)

Bug Fixes | Bug 修复

Chores | 其他更新

  • 升级 vite 和 @vitejs/plugin-react 版本,解决 Warning with use client directive with Vite 的警告⚠ (2bdc47d)

Documentation | 文档

  • 更新 description (79248d3)
  • 更新 version (e054659)
  • 更新功能介绍 (f8aa1e0)
  • 编写 readme 文档,增加项目描述和功能介绍 (72b1555)

⚡ Performance Improvements | 性能优化

  • 优化,具体化,明确化 log 输出 (95568ec)
  • 使用 unocss 替换 内联style样式,优化 http 参数 (56db3bd)
  • 全局环境配置动态检测和自动补全 (459319e)
  • 整理 config.js 和 consts.js ; 调整提示文案 (07ee3be)

4.5.0 (2024-08-08)

✨ Features | 新功能

  • 增加 log 功能,增加自定义更新逻辑及更新展示 (af53c05)

Chores | 其他更新

⚡ Performance Improvements | 性能优化

  • 优化自动更新流程,优化顶部布局 (1dc3970)

4.4.1 (2024-08-05)

Continuous Integration | CI 配置

  • 调整 actions 工作流触发时机:master push -> release published (4bb7b4b)

4.4.0 (2024-08-05)

Continuous Integration | CI 配置

  • 增加获取最新 latest.json 内容脚本和 版本同步脚本。增加上传到服务器端的逻辑,修改tauri对应updater的配置 (ddaa337)

4.3.19 (2024-08-05)

4.3.18 (2024-08-05)

4.3.17 (2024-08-05)

4.3.16 (2024-08-05)

4.3.15 (2024-08-05)

✅ Tests | 测试

Continuous Integration | CI 配置

  • github actions 增加 node_modules 缓存 (65ea09f)

4.3.14 (2024-08-01)

4.3.13 (2024-08-01)

4.3.12 (2024-08-01)

4.3.11 (2024-07-31)

4.3.10 (2024-07-31)

4.3.9 (2024-07-31)

4.3.8 (2024-07-31)

4.3.7 (2024-07-31)

4.3.6 (2024-07-31)

✨ Features | 新功能

4.3.4 (2024-07-29)

Continuous Integration | CI 配置

  • 修改 同步版本的 脚本 (57b1adb)

4.3.3 (2024-07-29)

Continuous Integration | CI 配置

  • 增加 版本同步脚本和附件上传脚本,修改 release-it 配置 (b62e97d)

4.3.0 (2024-07-26)

Bug Fixes | Bug 修复

  • 解决文件上传默认 content-type 异常的问题; 修复拖拽文件到指定位置上传的功能 (b4e796a)

Chores | 其他更新

Continuous Integration | CI 配置

  • 修改 release-it 配置,调整release-it推送流程 (9e562a2)

4.2.3 (2024-07-23)

Continuous Integration | CI 配置

  • 修改 release-it 配置,调整release-it推送流程 (9e562a2)

4.2.2 (2024-07-23)

4.2.1 (2024-07-23)

4.2.0 (2024-07-23)

✨ Features | 新功能

  • headers 参数回显优化 (9cd161c)
  • 修改 app name (cc457a2)
  • 增加 formData application/x-www-form-urlencoded contentType 数据支持 (937d8c9)
  • 增加 PUT DELETE PATCH 类型请求 (c08731d)
  • 增加 文件上传,文件下载 功能 (44bfbf2)
  • 增加文件上传,下载,流式请求类型;增加历史记录导入导出 (e39a831)
  • 调试窗口菜单 (d66ea06)
  • 配置beforeBuildCommand构建前静态打包 (324706d)

⚡ Performance Improvements | 性能优化

  • 优化 form 和 json 参数由merge变为独立作为参数发送请求 (c1f29f0)

✅ Tests | 测试

Continuous Integration | CI 配置

  • 配置 eslint 格式化 (6e84ca3)