Skip to content

Releases: pangao1990/PPX

V4.2.2

24 Feb 09:42
Compare
Choose a tag to compare

修复在 win 系统下,设置中文软件名时,打包找不到正确路径的问题。

V4.2.1

22 Jan 09:20
Compare
Choose a tag to compare

修复自带数据库存储变量命名错误的问题(issues#33

V4.2.0

11 Jan 04:08
Compare
Choose a tag to compare

1、删除字节码加密功能(原因见issues
2、pywebview 模块升级到 4.4.1
3、pyinstaller 模块升级到 6.2.0

V4.1.0

02 Jun 01:12
Compare
Choose a tag to compare

1、修复某些情况下,自动检测软件升级失效的问题
2、访问网络资源的库由 requests 改为 httpx
3、pywebview 模块升级到 4.1
4、pyinstaller 模块升级到 5.10.1

V4.0.1

26 May 03:04
Compare
Choose a tag to compare

修复 python 创建 venv 虚拟环境时,pip 不是最新版的问题

V4.0.0

26 May 02:44
Compare
Choose a tag to compare

1、新增 MacOS 环境打包成 .dmg 安装包,Windows 环境打包成 .exe 安装包(基于 Github Action 可实现同时打包两种安装包)
2、新增自动检测软件升级
3、改 npm 为 pnpm ,节省磁盘空间并提升安装速度
4、项目正式改名为 PPX

V1.0.0

26 Apr 12:52
Compare
Choose a tag to compare

初始化

V3.1.1

26 May 02:43
Compare
Choose a tag to compare

1、 解决数据库操作时,session 冲突的问题
2、修复了一些已知问题

V3.1.0

26 May 02:43
Compare
Choose a tag to compare

优化数据迁移

V3.0.0

26 May 02:41
Compare
Choose a tag to compare

1、新增 SQLite 数据库支持,使用 sqlalchemy 进行 ORM 操作,使用 alembic 进行数据迁移与映射
2、新增 static 静态文件夹,可以存放 cache 缓存、db 数据库等,这些文件都将被直接打包到程序包中
3、新增 python 调用 js 函数的示例
4、在 config.py 中新增配置信息,如代码所在绝对目录等
5、修复 python 代码无法打印日志的问题
6、构建程序包时,实时更新打包配置文件 spec
7、调整项目文件夹结构
8、pywebview 模块升级到 4.0