Skip to content

Commit

Permalink
Bump version to 1.1.7.0 and update Changes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Jan 13, 2023
1 parent 30a6b77 commit 85d7979
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.1.x.x (relative to 1.1.6.1)
1.1.7.0 (relative to 1.1.6.1)
=======

Features
Expand Down Expand Up @@ -28,8 +28,8 @@ Fixes
- Fixed Default display transform so that it updates correctly when the default is changed via the Preferences dialogue, and when the context changes.
- Fixed drawing of image pixels to the left of the display window.
- Cycles :
- Fixed custom AOVs not being created properly for SVM shading mode only, OSL is not supported. (#5044).
- Fixed distant light angle is in degrees and not radians.
- Fixed custom AOVs (for SVM shading mode only, Cycles doesn't support custom AOVs in OSL mode) (#5044).
- Fixed units for distant light angle (now degrees and not radians).
- Fixed assignment of `emission` shader. Previously this was being assigned as a `cycles:light` attribute instead of `cycles:surface` (#5058).
- Hid internal shader plugs which shouldn't be exposed to the user (e.g. `surface_mix_weight`).
- UVInspector : Fixed update delay when changing display transform.
Expand Down
4 changes: 2 additions & 2 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ 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 = 6 # new backwards-compatible features
gafferPatchVersion = 1 # bug fixes
gafferMinorVersion = 7 # new backwards-compatible features
gafferPatchVersion = 0 # bug fixes
gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc.

# All of the following must be considered when determining
Expand Down

0 comments on commit 85d7979

Please sign in to comment.