You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes.md
+21-7Lines changed: 21 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,19 @@ Firefly builds and the notes for using running it are on the [Docker Page](https
4
4
5
5
See Firefly docker guidelines [here](firefly-docker.md).
6
6
7
-
### Version 2019.3 (unreleased, current development)
7
+
### Version 2019.4 (unreleased, current development)
8
8
9
-
##### _General_
10
9
- docker tag: `nightly`
11
-
- This release is focused on bug fixes and stability
10
+
11
+
### Version 2019.3
12
+
13
+
This release is focused on bug fixes and stability
14
+
15
+
##### _Docker tags, releases and patches_
16
+
17
+
- 2019.3 latest - `release-2019.3`
18
+
- 2019.3.0 - `release-2019.3.0` - original release
19
+
12
20
13
21
##### _UI_
14
22
- New Table of loaded Images tool to control and order which images are displayed or hidden ([Firefly-175](https://github.com/Caltech-IPAC/firefly/pull/873))
@@ -20,10 +28,14 @@ See Firefly docker guidelines [here](firefly-docker.md).
20
28
##### _API_
21
29
- Plotly.js charting library was updated from version 1.38.3 to version 1.49.4. Plotly.js 1.43 converted `title` properties (e.g. `layout.title`) from strings into objects that contain `text` property along with new title placement properties `x`, `y`, `xref`, `yref`, `xanchor`, `yanchor` and `pad`. It also moved existing `title*` properties (e.g. `layout.titlefont`) under the `title` object (e.g. `layout.title.font`). See see [plotly.js change log](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1494----2019-08-22) for more information. ([Firefly-266](https://github.com/Caltech-IPAC/firefly/pull/883))
22
30
31
+
##### _Patches details for 2019.3_
32
+
No patches
33
+
23
34
24
35
### Version 2019.2
25
-
##### _General_
26
-
- docker tag: `release-2019.2.1`
36
+
##### _Docker tags, releases and patches_
37
+
38
+
- 2019.2.1 - `release-2019.2.1` - only available 2019.2 release
27
39
28
40
##### _UI_
29
41
- WCS Matching has have been completely revamped. ([Firefly-75](https://github.com/Caltech-IPAC/firefly/pull/825),[Firefly-173](https://github.com/Caltech-IPAC/firefly/pull/857))
@@ -36,8 +48,10 @@ See Firefly docker guidelines [here](firefly-docker.md).
36
48
- nothing of interest
37
49
38
50
### Version 2019.1
39
-
##### _General_
40
-
- docker tag: `release-2019.1.0`
51
+
52
+
##### _Docker tags, releases and patches_
53
+
54
+
- 2019.1.0 - `release-2019.1.0` - original release
41
55
42
56
##### _UI_
43
57
- TAP search Implemented (Multiple tickets and PRs)
0 commit comments