Skip to content

v0.2.1

Choose a tag to compare

@zidage zidage released this 21 Mar 01:24
· 429 commits to main since this release

Changelog

[0.2.1] (cad03d3..044f948) — 2026-03-14 ~ 2026-03-20

Features

  • Expanded RAW mosaic support: Added support for non-RGGB 2x2 Bayer patterns and the corresponding Metal processing path (3d4c1b7, b8d292b)
  • X-Trans acceleration: Added Metal support for Fuji X-Trans RAWs and CUDA support for X-Trans RAW processing (a9b0ed3, 044f948)

Bug Fixes

  • Installation and reload stability: Fixed repeated macOS installation issues and corrected path reload logic (f74e774, 50045b8, 0c5c9e5)
  • Shader and path handling fixes: Fixed improper clamp behavior in GPU shaders and resolved Chinese path name handling failures (286c8cf, 4823d57)
  • Black level correction: Corrected black level subtraction logic during RAW processing (6933d51)

Documentation

  • Updated website content and added website documentation updates (4d3429f, 03ab42b, e7f0585)

Miscellaneous

  • Refactored UI controllers and removed the file tree cache from the album backend (fd7c56f, dede5f3)
  • Optimized image resize performance (c283563)

更新日志

[v0.2.1] (cad03d3..044f948) — 2026-03-14 ~ 2026-03-20

新功能

  • 扩展 RAW 马赛克支持:新增对非 RGGB 2x2 Bayer pattern 的支持,并补齐对应的 Metal 处理路径 (3d4c1b7, b8d292b)
  • X-Trans 加速支持:新增 Fuji X-Trans RAW 的 Metal 支持,以及 X-Trans RAW 处理的 CUDA 支持 (a9b0ed3, 044f948)

缺陷修复

  • 安装与重载稳定性:修复重复出现的 macOS 安装问题,并修正路径重载逻辑 (f74e774, 50045b8, 0c5c9e5)
  • Shader 与路径处理修复:修复 GPU shader 中不正确的 clamp 行为,并解决中文路径名解析失败问题 (286c8cf, 4823d57)
  • 黑电平校正:修正 RAW 处理流程中的 black level subtraction 逻辑 (6933d51)

文档更新

  • 更新项目网站内容,并补充网站文档 (4d3429f, 03ab42b, e7f0585)

其他

  • 重构 UI controllers,并移除 album backend 中的文件树缓存 (fd7c56f, dede5f3)
  • 优化图像缩放性能 (c283563)

Known Issues

  • During HDR export, an 8192px long edge limitation exists. Please set the corresponding export parameters if you have files with an edge of more than 8192px.
  • On macOS, the Fujifilm X-Trans RAW images may take longer to decode.
  • On macOS, HDR preview may be over-exposed.
  • The SDR content in the HDR output may not be accurate.

已知问题

  • HDR 导出仅支持最长边为 8192px 的图片,如果您有此类图片有导出需求,请在导出时设置相关参数。
  • 在 macOS 上,X-Trans RAW 可能会花更长的时间解码。
  • 在 macOS 上,HDR 预览可能过曝,请正确设置软件内峰值亮度参数。
  • 未提到解决的问题遵循前面几个 Release 中的说明。