Skip to content

v0.1.2

Choose a tag to compare

@zidage zidage released this 07 Mar 16:31

If you encounter any issue (e.g., crash to desktop), please re-run the executable (bin/puerhlab_main.exe) through your terminal and send the log along with your system specs to Issues. Thank you.

如果您在运行过程中遇到了任何问题(比如崩溃),请在终端内重新运行可执行程序(bin/puerhlab_main.exe)并发送错误日志以及系统配置到 Issue,谢谢。

Changelog

[0.1.2] (846e9d3..03344c0) — 2026-03-01 ~ 2026-03-07

Features

  • OpenDRT support: Added support for OpenDRT (Open Display Rendering Transform), licensed under GPLv3 (8c9e62a)
  • Rendering transform selection: Added support for selecting different rendering transforms (RT) in the pipeline (6d94167)
  • Image deletion: Added support for deleting images from the project (197df08)
  • Filter UI improvements: Improved the filter UI for better usability (874c93b)
  • Project font change: Changed the font used in the project UI (6c4c6ad)

Bug Fixes

  • CCT/Tint resolution: Fixed color correlated temperature (CCT) and tint resolution calculation (2d1efc9)
  • File name display: Fixed file name display issues in the editor and exporter (20fe29b)
  • Raw processing race conditions: Fixed race conditions during raw image processing (9dd3e42)
  • Color management resolution: Fixed name normalization error in color management resolution (665b442)

Documentation

  • Updated README with lensfun installation details (537670d)
  • Updated core libraries listing in README (c691484)
  • Updated lensfun build documentation (3a40dd0)
  • Updated source dependencies information (c96a980)
  • General README updates (6a233e7)

Miscellaneous

  • Updated LICENSE back to GPLv3 (03344c0)
  • Users with an AMD GPU may be able to run this application through ZLUDA. I can't test it on my local environment, so if anyone successfully runs it, please share it and post a pull request to the README.

更新日志

[0.1.2] (846e9d3..03344c0) — 2026-03-01 ~ 2026-03-07

新功能

  • OpenDRT 支持:新增 OpenDRT 支持,采用 GPLv3 许可证 (8c9e62a)
  • 渲染变换选择:支持在流水线中选择不同的渲染变换(RT) (6d94167)
  • 图片删除:新增从项目中删除图片的功能 (197df08)
  • 筛选器 UI 改进:优化筛选器界面,提升可用性 (874c93b)
  • 项目字体更换:更换了项目 UI 使用的字体 (6c4c6ad)

缺陷修复

  • CCT/Tint 解析:修复了色温(CCT)和色调(Tint)解析的计算问题 (2d1efc9)
  • 文件名显示:修复了编辑器和导出器中文件名显示异常的问题 (20fe29b)
  • Raw 处理竞态条件:修复了 Raw 图像处理过程中的竞态条件 (9dd3e42)
  • 色彩管理分辨率:修复了色彩管理分辨率中名称归一化错误 (665b442)

文档更新

  • 更新 README,添加 lensfun 安装说明 (537670d)
  • 更新 README 中的核心库列表 (c691484)
  • 更新 lensfun 构建文档 (3a40dd0)
  • 更新源码依赖信息 (c96a980)
  • 常规 README 更新 (6a233e7)

其他

  • 将许可证恢复为 GPLv3 (03344c0)
  • AMD GPU 用户可以尝试使用 ZLUDA 运行本程序,我这边没有条件测试,如果您确实可以通过这一方式运行我的程序,欢迎直接提 README 的 Pull Request。