From 9876f24155921f2c5e8e1e521c42dae3127fed49 Mon Sep 17 00:00:00 2001 From: John Haddon Date: Tue, 25 Oct 2022 10:02:16 +0100 Subject: [PATCH] Bump version to 1.1.2.0 and update Changes.md --- Changes.md | 4 ++-- SConstruct | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changes.md b/Changes.md index fd9998765b1..71b64c7f641 100644 --- a/Changes.md +++ b/Changes.md @@ -1,9 +1,10 @@ -1.1.x.x (relative to 1.1.1.0) +1.1.2.0 (relative to 1.1.1.0) ======= Improvements ------------ +- Viewer : Added support for selecting an image comparison node. This can be accessed by selecting the focus or selected node from the comparison widget at the top of the viewer, or by dragging an image node to the comparison widget. - Catalogue : - Improved performance when interacting with large Catalogues. - Added hover state to the output index column, to indicate clickability. @@ -17,7 +18,6 @@ Improvements - Spreadsheet cells connected to a `PathFilter.paths` plug. - Spreadsheet row names when the spreadsheet selector is set to `scene:path`. - Spreadsheet : Added support for metadata on the `name` and `enabled` plug of each row. Metadata registered on plugs in the default row is mirrored automatically onto all other rows. -- ImageView : Added support for selecting a comparison node. This can be accessed by selecting the focus or selected node from the comparison widget at the top of the viewer, or by dragging an image node to the comparison widget. - ShuffleAttributes, ShufflePrimitiveVariables : - Added `replaceDestination` plugs that may be used to specify whether each shuffle replaces existing destination data with the same name. - Shuffles are now performed in the order they are defined, and separate shuffles may write to the same destination. diff --git a/SConstruct b/SConstruct index 036225d6519..c6d97ed961a 100644 --- a/SConstruct +++ b/SConstruct @@ -58,7 +58,7 @@ EnsureSConsVersion( 3, 0, 2 ) # Substfile is a default builder as of 3.0.2 gafferMilestoneVersion = 1 # for announcing major milestones - may contain all of the below gafferMajorVersion = 1 # backwards-incompatible changes -gafferMinorVersion = 1 # new backwards-compatible features +gafferMinorVersion = 2 # new backwards-compatible features gafferPatchVersion = 0 # bug fixes gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc.