Skip to content

Releases: obity/hiposter

v0.0.9

15 Mar 17:19
Compare
Choose a tag to compare
  1. 重构代码。
  2. 修改request body 输入框。
  3. 上下窗口,分割线可以拖拽调整界面大小。

v0.0.8

09 Mar 08:41
Compare
Choose a tag to compare

Update

  1. fix bug #1
  2. fix bug #2
  3. fix window icon

FAQ

  1. macOS系统限制,提示”提示文件已损坏”,处理方法。
    sudo xattr -d com.apple.quarantine /Applications/xxxx.app,注意:/Applications/xxxx.app 换成你的App路径。指定放行,删除com.apple.quarantine元数据文件,使您可以执行可执行文件。

  2. Install on Debian/Ubuntu x86_64

dpkg -i ./hiposter_linux_amd64_v0.0.8.deb 

or

apt install ./hiposter_linux_amd64_v0.0.8.deb
  1. Install on Debian/Ubuntu ARM64
dpkg -i ./hiposter_linux_arm64_v0.0.8.deb 

or

apt install ./hiposter_linux_arm64_v0.0.8.deb

v0.0.6

24 Feb 15:40
Compare
Choose a tag to compare
  1. request body支持json,text,XML ,HTML,JavaScript,x-www-from-urlencoded格式
  2. response Body 和 Headers显示优化。
  3. error 错误提示。
  4. 请求进度条显示。

FAQ

  1. macOS系统限制,提示”提示文件已损坏”,处理方法。
    sudo xattr -d com.apple.quarantine /Applications/xxxx.app,注意:/Applications/xxxx.app 换成你的App路径。指定放行,删除com.apple.quarantine元数据文件,使您可以执行可执行文件。

v0.0.4

18 Feb 03:36
Compare
Choose a tag to compare

the request body only supports json. Other applications/types are not supported

  1. fix some bug

FAQ

1.macOS系统限制,提示”提示文件已损坏”,处理方法。

sudo xattr -d com.apple.quarantine /Applications/xxxx.app,注意:/Applications/xxxx.app 换成你的App路径。指定放行,删除com.apple.quarantine元数据文件,使您可以执行可执行文件。

v0.0.3

18 Feb 01:02
Compare
Choose a tag to compare

In the first test version, the request body only supports json. Other applications/types are not supported

FAQ

  1. macOS系统限制,提示”提示文件已损坏”,处理方法。

sudo xattr -d com.apple.quarantine /Applications/xxxx.app,注意:/Applications/xxxx.app 换成你的App路径。指定放行,删除com.apple.quarantine元数据文件,使您可以执行可执行文件。