Skip to content

Latest commit

 

History

History
333 lines (167 loc) · 14.6 KB

CHANGELOG.md

File metadata and controls

333 lines (167 loc) · 14.6 KB

CHANGELOG

v0.6.4 (2024-06-23)

Fix

  • fix: don't restart thread (7a189d4)

v0.6.3 (2024-06-22)

Fix

  • fix: update dependencies (851116c)

v0.6.2 (2023-08-16)

Fix

  • fix(nuke): add platform specific paths (39de801)

Refactor

  • refactor: zerodivision errors and cleanup (af692cb)

v0.6.1 (2023-07-17)

Fix

  • fix(nuke): remove dev path and add os specific flags (d914cb4)

  • fix(opencl): define constants with __constant (93eaff4)

Refactor

  • refactor(cli): add debug for device (a321c20)

v0.6.0 (2023-07-02)

Chore

  • chore: clean/update resources (6a49451)

Feature

  • feat(nuke): add plugin (b22dbe4)

  • feat(api): optimizations/cleanup/caching (82fa1e1)

Fix

  • fix(nuke): update menu (1fe3538)

  • fix(nuke): add zip and clean plugin (529ad6b)

  • fix(benchmark): update (a33fe1f)

Refactor

  • refactor: match qt_extension setter functions (b5e1a17)

v0.5.0 (2023-06-19)

Build

  • build: use opencv headless (73eda42)

Chore

  • chore: cleanup (ebbac3e)

  • chore(benchmark): add benchmark reports (cdbe0c0)

Feature

  • feat(engine): add animation (09cd910)

  • feat(engine): add compositing (8097e8f)

  • feat(engine): add aperture/starburst parameters (27a08b1)

  • feat(engine): add starburst/aperture parameters (b700119)

  • feat(nuke): initial nuke gizmo (ffcf99b)

Fix

  • fix(engine): emit_image cache (6c1d1fc)

  • fix(diagram): match latest project config (8b1b031)

  • fix(lens model editor): match refactor of qt_extension (c85f366)

Refactor

  • refactor: colorspace stuff (c2edbdc)

Unknown

  • alternative diffraction (717ac87)

v0.4.4 (2023-06-01)

Chore

  • chore: update gitignore (2e7eeac)

Fix

  • fix: make python 3.9 compatible (d188d9e)

  • fix(engine): convert to acescg in render (68df2a8)

  • fix(storage): add ocio support (5cdf593)

  • fix(engine): handle cv2 errors (aae1460)

  • fix(viewer): update to latest qt_extension (6a7dc6c)

v0.4.3 (2023-05-21)

Chore

  • chore: add benchmark report (c9501ae)

Feature

  • feat(window): add default widget states (f8ee4ee)

Fix

  • fix(paramaters): use staticmethod to get lens model (4e13d4c)

Refactor

  • refactor: change messagebox to question (4f5a6a1)

v0.4.2 (2023-05-20)

Build

  • build(setup): add shortcut (0e514e3)

  • build(setup): add gui/console batch files (44e53f6)

Fix

  • fix(sentry): only ask in gui (cc48d8e)

  • fix(engine): remove old imports (5bd78f6)

v0.4.0 (2023-05-20)

Chore

  • chore: rename changelog (a9f7e1c)

Documentation

Feature

  • feat(storage): work on storage (537f4f8)

  • feat(storage): move settings to storage (2901400)

  • feat(sentry): add sentry check (d6c6f2b)

Fix

  • fix(storage): implement singleton (f5e27c9)

  • fix(benchmark): update and add log support (3069f5f)

  • fix(update): make dialog modal (b6cd472)

Refactor

  • refactor(color): clean up ocio (da7f441)

  • refactor(update): use qt_extensions (258d882)

  • refactor: rename prescription to lens model (979d573)

  • refactor(ghost): use Image instead of ImageArray (8cbbede)

  • refactor: project restructure (a9a270a)

  • refactor: qt_extensions refactor and settings (20ae723)

Style

  • style: rename prop to parm (da1079a)

  • style: format tooltips (65e70c0)

Unknown

v0.3.2 (2023-04-30)

Documentation

Fix

  • fix: error handling(#59) (3f58677)

v0.3.1 (2023-04-30)

Documentation

Fix

  • fix(build): setup.bat typo (9600623)

v0.3.0 (2023-04-30)

Documentation

Feature

  • feat: add image based light (421444f)

  • feat: add system parameters, allow selecting opencl device (#51) (5aa50c2)

Fix

  • fix(build): allow spaces and better output for setup.bat (43f669e)

Refactor

  • refactor: make image threshold percentage based (62e6f54)

  • refactor: replace qt_extensions.typeutils.cast_json (2dc1401)

v0.2.0 (2023-04-29)

Documentation

  • docs: update readme, changelog and comments (fa781ea)

Feature

  • feat: add system parameters, allow selecting opencl device (#51) (cf29045)

  • feat: add image_based flares (fef9dd9)

Fix

  • fix(build): allow spaces and better output for setup.bat (05ef41e)

  • fix: flip issues (46ff14b)

  • fix: qt version info (7124716)

  • fix: add path to file hash (2dc5ef2)

v0.1.2 (2023-04-26)

Documentation

Fix

  • fix(render): use path indexes for diagram (4c34414)

  • fix(build): upgrade pip and fix venv install (da8fc72)

v0.1.1 (2023-04-25)

Build

  • build: test publishing (c99cf84)

  • build: change version number in pyproject.toml (312a8e2)

Documentation

  • docs: update setup script location (c38fa36)

Feature

  • feat(benchmark): initial setup (33f40e2)

Fix

  • fix(benchmark): add current info (9c13d60)

  • fix: rename package name (64d8e52)

Refactor

  • refactor(opencl): extract get_device (d8a554e)

  • refactor: cleanup duplicate (9318bcc)

v0.1.0 (2023-04-22)

Build

  • build: commit on version bump (569c1d6)

  • build: add release build (dd7b6ac)

  • build: setup semantic-release

changelog (1e9915e)

Feature

  • feat(benchmark): add run function (d2796b4)

Unknown