Skip to content

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)