Skip to content

Commit 119fe0d

Browse files
committed
Release 2019.3.1: releases notes
1 parent b7afeca commit 119fe0d

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

config/app.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//---------------------------------------------
44
BuildMajor = 2019
55
BuildMinor = 3
6-
BuildRev = 0
6+
BuildRev = 1
77
BuildNumber = 0
88
BuildType = "Final"
99

docs/release-notes.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,22 @@ Firefly builds and the notes for using running it are on the [Docker Page](https
44

55
See Firefly docker guidelines [here](firefly-docker.md).
66

7-
### Version 2019.4 (unreleased, current development)
7+
### Version _next_ (unreleased, current development)
88

99
- docker tag: `nightly`
1010

11+
##### _UI_
12+
- Table data is now formatted on the client side. ([DM-20248](https://github.com/Caltech-IPAC/firefly/pull/884))
13+
- Significant improvements in the distance tool. ([Firefly-56](https://github.com/Caltech-IPAC/firefly/pull/904))
14+
1115
### Version 2019.3
1216

13-
This release is focused on bug fixes and stability
17+
This release is focused on bug fixes and stability.
1418

1519
##### _Docker tags, releases and patches_
1620

1721
- 2019.3 latest - `release-2019.3`
22+
- 2019.3.1 - `release-2019.3.1` - patch #1 (see [patches](#patches-20193))
1823
- 2019.3.0 - `release-2019.3.0` - original release
1924

2025

@@ -28,8 +33,10 @@ This release is focused on bug fixes and stability
2833
##### _API_
2934
- 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))
3035

31-
##### _Patches details for 2019.3_
32-
No patches
36+
##### _Patches 2019.3_
37+
- 2019.3.1
38+
- Tap query now more robust. Manually handle redirection. Include credential info only when redirected back to source. ([Firefly-414](https://github.com/Caltech-IPAC/firefly/pull/907))
39+
- Add build code that all for applications that are built on Firefly to reference a specified version of Firefly ([DM-20931](https://github.com/Caltech-IPAC/firefly/pull/862))
3340

3441

3542
### Version 2019.2

0 commit comments

Comments
 (0)