Skip to content

Releases: Ahmed-Hindy/renderkit

v0.10.0

07 Feb 23:00

Choose a tag to compare

RenderKit v0.10.0

What's Changed

  • Add full-window drag-and-drop overlay and aspect-ratio link controls in the UI.
  • Add one-click preview thumbnail export and timeline scrubbing for sequence previews.
  • Add a branded startup splash screen and focused splash-screen tests.
  • Harden OCIO bundle integrity with LF normalization safeguards, integrity tests, and richer diagnostics.
  • Improve FFmpeg UX/behavior with hidden Windows console windows, quiet stdout piping, and bitrate-first tuning behavior.
  • Refactor UI settings persistence and burn-in/output-action state handling for cleaner, more maintainable logic.
  • Refresh README with an updated application screenshot.

Full Changelog: v0.9.0...v0.10.0

v0.9.0

20 Jan 18:15

Choose a tag to compare

RenderKit v0.9.0

What's Changed

  • Fixed OCIO Configuration: Prioritized bundled OCIO config to prevent crashes on systems with incompatible environment variables.

Full Changelog: v0.8.0...v0.9.0

v0.8.0

19 Jan 18:18
8e2d084

Choose a tag to compare

RenderKit v0.8.0

What's Changed

  • Refine contact sheet UI and defaults
  • Apply burn-ins to preview
    Full Changelog: v0.7.0...v0.8.0

v0.7.0

16 Jan 20:13
d5d1275

Choose a tag to compare

RenderKit v0.7.0

What's Changed

  • Add shared OIIO ImageCache to reuse EXR handles/tiles across reads
  • Add prefetch workers to overlap network IO during conversion (CLI/UI/config)
  • Cache contact sheet subimages per frame to avoid re-opening EXRs per layer
  • Refactor OIIO reader parsing and contact sheet layout helpers for clarity
  • Remove imageio and imageio-ffmpeg runtime dependencies
    Full Changelog: v0.6.0...v0.7.0

v0.6.0

14 Jan 11:09
1bd852a

Choose a tag to compare

RenderKit v0.6.0

What's Changed

  • fix: improve frame range UI and implement freeze-frame for missing frames in #18
  • Update CI Python version to 3.13 for CY2026 in #19
  • Add tray notification support for conversion completion in #20

Full Changelog: v0.5.0...v0.6.0

v0.5.0

12 Jan 18:53

Choose a tag to compare

RenderKit v0.5.0

  • Non-blocking metadata loading for network sequences.
  • Centralized thread pooling and early log buffering.
  • fullscreen preview with 1000% zoom.

Full Changelog: v0.4.0...v0.5.0

v0.4.0

09 Jan 17:15

Choose a tag to compare

Full Changelog: v0.3.0...v0.4.0

v0.3.0

07 Jan 15:49

Choose a tag to compare

RenderKit 0.3.0

New

  • Multi-layer EXR selection in UI and CLI
  • AV1 codec support
  • UI progress bar
  • Conversion cancelation

Fixed

  • UI regression when deleted elements were accessed on startup
  • FFmpeg hang during AV1 encoding
  • Membership test lint error in _browse_output_path
  • MP4 compatibility with enforced yuv420p pixel format
  • Web playback improvement with +faststart
  • Clearer errors when FFmpeg dependencies are missing

Changed

  • Removed legacy deps: Pillow, OpenEXR, Imath and moved to OpenImageIO + FFMPEG
  • Public API updated
  • Codec-specific quality mappings (CRF / -q:v)

Full Changelog: v0.2.0...v0.3.0

v0.2.0

01 Jan 15:46

Choose a tag to compare