Skip to content

Commit a988bd8

Browse files
committed
chore(primaries-inset): upgrade version to 0.7.1
1 parent 7e3ac76 commit a988bd8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

src/primaries_inset/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.7.1] - 2024-08-17
9+
10+
### fixed
11+
12+
Bug discovered with Nuke 15.1 which lead to completely wrong results.
13+
Bug was realted to the inversion of a matrix.
14+
15+
816
## [0.7.0] - 2024-01-02
917

1018
### Added

src/primaries_inset/PrimariesInset.nk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Group {
6262
inset_b {{"min(u_inset_b + inset, 1)"}}
6363
addUserKnob {20 About}
6464
addUserKnob {26 toolName l name T PrimariesInset}
65-
addUserKnob {26 toolVersion l version T 0.7.0}
65+
addUserKnob {26 toolVersion l version T 0.7.1}
6666
addUserKnob {26 toolAuthor l author T "<a style=\"color: rgb(200,200,200);\" href=\"https://mrlixm.github.io/\">Liam Collod</a>"}
6767
addUserKnob {26 toolDescription l description T "Reshape a colorspace gamut and plot it on the CIE xy space."}
6868
addUserKnob {26 toolUrl l url T "<a style=\"color: rgb(200,200,200);\" href=\"https://github.com/MrLixm/Foundry_Nuke\">https://github.com/MrLixm/Foundry_Nuke</a>"}

src/primaries_inset/src/PrimariesInset/PrimariesInset-template.nk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Group {
6262
inset_b {{"min(u_inset_b + inset, 1)"}}
6363
addUserKnob {20 About}
6464
addUserKnob {26 toolName l name T PrimariesInset}
65-
addUserKnob {26 toolVersion l version T 0.7.0}
65+
addUserKnob {26 toolVersion l version T 0.7.1}
6666
addUserKnob {26 toolAuthor l author T "<a style=\"color: rgb(200,200,200);\" href=\"https://mrlixm.github.io/\">Liam Collod</a>"}
6767
addUserKnob {26 toolDescription l description T "Reshape a colorspace gamut and plot it on the CIE xy space."}
6868
addUserKnob {26 toolUrl l url T "<a style=\"color: rgb(200,200,200);\" href=\"https://github.com/MrLixm/Foundry_Nuke\">https://github.com/MrLixm/Foundry_Nuke</a>"}

0 commit comments

Comments
 (0)