Skip to content

Commit

Permalink
Bump version to 1.3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Jan 11, 2024
1 parent a797760 commit acf235a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
1.3.x.x (relative to 1.3.9.0)
=======
1.3.10.0 (relative to 1.3.9.0)
========

Features
--------
Expand All @@ -15,6 +15,7 @@ Improvements
- USDLight : Added file browser for `shaping:ies:file` parameter.
- OpenColorIOContext : Added file browser for `config` plug.
- Layouts : Added the ability to load layouts containing editors that aren't currently available. This allows layouts containing new editors introduced in Gaffer 1.4 to be loaded in Gaffer 1.3.
- TranslateTool, RotateTool : Added tooltip to the upper left corner of the Viewer explaining how to use the target modes.
- LightTool : Changed the color of the non-highlighted handles to orange and the highlighted handles to cyan for consistency with other highlight colors.
- Outputs : Variable substitutions are now applied to `gaffer:context:*` image metadata values. This is needed when the value of a context variable contains references to other variables, with the default value for `project:rootDirectory` being one example.

Expand All @@ -35,11 +36,6 @@ API
- `fileSystemPath:extensions`
- `fileSystemPath:extensionsLabel`

Improvements
------------

- Translate and Rotate tools : Added viewer tip to the upper left corner of the viewer explaining how to use the target modes.

1.3.9.0 (relative to 1.3.8.0)
=======

Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if codecs.lookup( locale.getpreferredencoding() ).name != "utf-8" :

gafferMilestoneVersion = 1 # for announcing major milestones - may contain all of the below
gafferMajorVersion = 3 # backwards-incompatible changes
gafferMinorVersion = 9 # new backwards-compatible features
gafferMinorVersion = 10 # new backwards-compatible features
gafferPatchVersion = 0 # bug fixes
gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc.

Expand Down

0 comments on commit acf235a

Please sign in to comment.