Skip to content

Releases: tlamy/P2Pro-Viewer

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 02 Mar 19:21

1.2.1 (2026-03-02)

Bug Fixes

  • macos: allow camera usage (7c7db2b)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 01 Mar 14:14

1.2.0 (2026-03-01)

Bug Fixes

  • fixed windows compile errors (2b950a2)

Features

  • software colorization, gamma correction, preferences (813f83a)

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 01 Mar 11:18

1.1.1 (2026-03-01)

Bug Fixes

  • add Windows MSI installer via CPack WIX, bundle DLLs (0834ead)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 01 Mar 10:10

1.1.0 (2026-03-01)

Features

  • add development GitHub Actions CI workflow and improve macOS and video handling (1bdad80)
  • add Windows support and improve cross-platform compatibility (bb95ed0)

Caveats

  • On Windows for now only greyscale thermal image is supported. This is due to the limited usb interface and driver model on Windows; Because of that I can't send custom commands to the P2Pro, which is needed to switch color scales

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Jan 16:12

1.0.0 (2026-01-15)

Bug Fixes

  • added missing files (a52b5ba)
  • added missing pre-rendered toolbar icons (36ff5a1)
  • better initial window sizing on hidpi screens (673cd97)
  • fixed too much hidpi scaling (df1cbbb)
  • improved frame acquisition stability on Linux by adding retries and timeout with poll (1ca839b)

Features

  • added CI/CD workflow and semantic-release for automated builds and releases (0f932f0)
  • added CI/CD workflow and semantic-release for automated builds and releases (be97fd8)
  • added icon generation tools and macOS app bundling improvements (05ce19a)
  • added Linux support (a0b5053)
  • added macOS app bundling script and improved portability (611ac19)
  • added rotation support and new toolbar to CameraWindow (569a833)
  • added scaling support and icon-based enhancements to CameraWindow (58cbe50)
  • added video recording and hotspot detection functionality (e00644f)
  • added window resizing (745097c)
  • added zoom functionality, icon-based toolbar, and improved scaling for CameraWindow (3152930)
  • c++/sdl implementation (04d111b)
  • First live picture in macOS (e0f9592)
  • improved camera reconnection logic and added scanning message when disconnected (e247865)
  • removed redundant libusb dependency on macOS (b3cc008)
  • removed the ffmpeg dependency from the macOS version of the project by implementing a native video recording solution using macOS frameworks (25c7344)
  • replaced opencv dependency by ffmpeg/v4l2 on Linux and native Apple frameworks on macOS (2071fe6)
  • replaced opencv dependency by ffmpeg/v4l2 on Linux and native Apple frameworks on macOS (40f26ea)
  • switched to native AVFoundation for video capture on macOS, removed ffmpeg fallback (7dc7bea)
  • switched to native AVFoundation for video capture on macOS, removed ffmpeg fallback (2ad8299)