Skip to content

Releases: wux1an/wxapkg

v2.0.0 全新跨平台 GUI 版本

16 Apr 17:58

Choose a tag to compare

功能更新

  • 使用 wails2 开发界面,在实现原有的功能基础上,操作更直观
  • 支持 Windows、macOS 系统下
  • 支持微信 v3 和 v4 版本的小程序默认安装路径检测
  • 支持多种解包方式:单个 .wxapkg 文件解包、单个小程序目录解包

Windows 下载 | macOS 下载

v1.5.0

26 Jun 13:59

Choose a tag to compare

Changelog

Features

  • c185df8 feat: implemented JavaScript code beautification for HTML files
  • 6ce2b40 feat: allows disabling of code beautification with global flag '--disable-beautify'

Bug fixes

  • 7e273d6 fix: fix flag '--disable-beautify'

v1.3.0

14 Jun 16:50

Choose a tag to compare

Changelog

Features

  • 9176db0 feat: implemented javascript beautification function

v1.2.0

14 Jun 16:48

Choose a tag to compare

Changelog

Features

  • d5526b6 feat: implemented html beautification function

v1.1.0

26 May 15:30

Choose a tag to compare

Changelog

Features

  • b712209 feat: implement scan for more information and optimize output

Others