Skip to content

v3.7.0

Choose a tag to compare

@Maizify Maizify released this 27 May 08:52
· 350 commits to master since this release

EN:

  • Feat(Storage) Show preview value to prevent large raw value blocking rendering. (issue #300)
  • Feat(Storage) Add copy button and delete button.
  • Feat(Global) Use system theme color by default when init option theme is empty.
  • Chore(Storage) Convert Storage panel to .ts file.
  • Fix(Network) Use forEach instead of .entries() when traversing headers. (issue #404)
  • Fix(Network) Fix error when Content-Type is empty.

CN:

  • Feat(Storage) 对于大体积 value 先展示预览值,以避免堵塞渲染。 (issue #300)
  • Feat(Storage) 新增复制按钮、删除按钮。
  • Feat(Global) 当初始参数 theme 为空时,跟随系统默认主题色。
  • Chore(Storage) 转换 Storage 面板为 .ts 文件。
  • Fix(Network) 使用 forEach 而非 .entries() 来遍历 headers 以避免一些兼容性问题。 (issue #404)
  • Fix(Network) 修复 Content-Type 为空时导致的报错。