Skip to content

Commit

Permalink
Bump version to 1.1.2.0 and update Changes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Oct 25, 2022
1 parent 0eec206 commit 9876f24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9876f24

Please sign in to comment.