Skip to content

Commit

Permalink
Release 2020.1.2: document updates
Browse files Browse the repository at this point in the history
  • Loading branch information
robyww committed Mar 30, 2020
1 parent 64adcad commit a2d6cc1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//---------------------------------------------
BuildMajor = 2020
BuildMinor = 1
BuildRev = 1
BuildRev = 2
BuildNumber = 0
BuildType = "Final"

Expand Down
4 changes: 3 additions & 1 deletion docs/new-release-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
1. **Commit, Tag**
- commit you changes - _example message:_ "Release 2020.1.0: document updates"
- tag the `rc-yyyy.m` branch with the release `release-yyyy.m.r`
- _example:_ the second release from branch `rc-2020.2` with the git tagged with `release-2020.2.1`
- _example:_
- the second release from branch `rc-2020.2` with the git tagged with `release-2020.2.1`
- `git tag release-2020.2.1`


1. **Push to GitHub**:
Expand Down
7 changes: 7 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ See Firefly docker guidelines [here](firefly-docker.md).
- 2020.1 latest - `release-2020.1`
- 2020.1.0 - `release-2020.1.0` - original release
- 2020.1.1 - `release-2020.1.1` - patch 1
- 2020.1.2 - `release-2020.1.2` - patch 2


##### _UI_
Expand All @@ -39,6 +40,12 @@ See Firefly docker guidelines [here](firefly-docker.md).
- MOC overlay support setting the mode MOC_DEFAULT_STYLE to 'outline' or 'fill'
- API examples are at the `firefly/test.html` endpoint


##### _Patches 2020.2_
- 2020.1.2
- Fixed: MOC: update the fill color for round-up tiles [Firefly-526](https://github.com/Caltech-IPAC/firefly/pull/958)
- Fixed: Color picker now updates when selection is changed [Firefly-529](https://github.com/Caltech-IPAC/firefly/pull/957)

##### _Patches 2020.1_
- 2020.1.1
- fix fixed column cell transparency issue [Firefly-523](https://github.com/Caltech-IPAC/firefly/pull/955)
Expand Down

0 comments on commit a2d6cc1

Please sign in to comment.