File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 33//---------------------------------------------
44BuildMajor = 2020
55BuildMinor = 1
6- BuildRev = 1
6+ BuildRev = 2
77BuildNumber = 0
88BuildType = "Final"
99
Original file line number Diff line number Diff line change 20201 . ** Commit, Tag**
2121 - commit you changes - _ example message:_ "Release 2020.1.0: document updates"
2222 - tag the ` rc-yyyy.m ` branch with the release ` release-yyyy.m.r `
23- - _ example:_ the second release from branch ` rc-2020.2 ` with the git tagged with ` release-2020.2.1 `
23+ - _ example:_
24+ - the second release from branch ` rc-2020.2 ` with the git tagged with ` release-2020.2.1 `
25+ - ` git tag release-2020.2.1 `
2426
2527
26281 . ** Push to GitHub** :
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ See Firefly docker guidelines [here](firefly-docker.md).
1515- 2020.1 latest - ` release-2020.1 `
1616- 2020.1.0 - ` release-2020.1.0 ` - original release
1717- 2020.1.1 - ` release-2020.1.1 ` - patch 1
18+ - 2020.1.2 - ` release-2020.1.2 ` - patch 2
1819
1920
2021##### _ UI_
@@ -39,6 +40,12 @@ See Firefly docker guidelines [here](firefly-docker.md).
3940- MOC overlay support setting the mode MOC_DEFAULT_STYLE to 'outline' or 'fill'
4041- API examples are at the ` firefly/test.html ` endpoint
4142
43+
44+ ##### _ Patches 2020.2_
45+ - 2020.1.2
46+ - Fixed: MOC: update the fill color for round-up tiles [ Firefly-526] ( https://github.com/Caltech-IPAC/firefly/pull/958 )
47+ - Fixed: Color picker now updates when selection is changed [ Firefly-529] ( https://github.com/Caltech-IPAC/firefly/pull/957 )
48+
4249##### _ Patches 2020.1_
4350- 2020.1.1
4451 - fix fixed column cell transparency issue [ Firefly-523] ( https://github.com/Caltech-IPAC/firefly/pull/955 )
You can’t perform that action at this time.
0 commit comments