From 8b740fd0edb8dce2706698d1c30b8d97cc9c7dbe Mon Sep 17 00:00:00 2001 From: roby Date: Fri, 21 Jun 2024 14:42:38 -0600 Subject: [PATCH] Release 2024.2.0: document updates --- docs/next-release-details.md | 32 +++++--------------------------- docs/release-notes.md | 15 ++++++++------- 2 files changed, 13 insertions(+), 34 deletions(-) diff --git a/docs/next-release-details.md b/docs/next-release-details.md index 5e95aa0e3..4794dcb41 100644 --- a/docs/next-release-details.md +++ b/docs/next-release-details.md @@ -1,40 +1,18 @@ # Notes for next Release -[//]: # (## Version 2024.2) -## Version 2024.2 (unreleased, rough target: June 15) -- 2024.2 - development +## Version 2024.3 (unreleased, rough target: Sept 15) +- 2024.3 - development - docker tag: `nightly` -[//]: # ( - docker tag: `lastest`, `2024.2`, `2024.2.0`) ### _Notes_ #### This release has a lot of bug fixes and clean up after the JoyUI conversion. It also includes some long requested updates. #### New Features -- Images: Improved image sorting and filtering- Firefly-1448 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1543)) -- Images: Support non-celestial coordinate readout- Firefly-1468 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1553)) -- HiPS: Separated HiPS search panel out of images panel- Firefly-1465 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1547)) -- TAP: Show overflow indicator if present - Firefly-1396 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1542)) -- TAP: Improved obscore support- Firefly-1187 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1551)) -- Tables: Improved support for null values- Firefly-1471 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1549)) -- Python API: Improved Tri-view support- Firefly-1483 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1583)) -- UI: Polygon input no longer requires commas- IRSA-5492 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1559)) -#### Bug fix and clean up -- Bug fixes: - - Images: readout wrong with compressed files- Firefly-1476 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1558)) - - The main menu better adjust with font sizes- Firefly-1472 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1550)) - - Binned plot and chart-saving bugs- Firefly-1480 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1562)) - - TAP: Hidden columns included in column count- Firefly-1486 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1564)) -- Clean up: - - icons- IRSA-5925 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1524)), Firefly-1488 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1565)) - - Table Info dialog- Firefly-1464 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1546)) - - Improved HiPS toolbar- Firefly-1473 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1551)) - - TAP: table selection- Firefly-1478 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1560)) - - Table related cleanup- Firefly-1479, Firefly-1481, Firefly-1484 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1563)) - - Embedded search panel clean up and improvement- IRSA-5916 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1539)), Firefly-1451 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1548)) +#### Bug fix ##### _Pull Requests in this release_ -- [All Bug Fixes](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr+milestone%3a2024.2+label%3abug) -- [All PRs](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr++milestone%3a2024.2+) +- [All Bug Fixes](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr+milestone%3a2024.3+label%3abug) +- [All PRs](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr++milestone%3a2024.3+) diff --git a/docs/release-notes.md b/docs/release-notes.md index fa0d359cc..7f5f9ad99 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -6,11 +6,8 @@ - use docker tag: `nightly` - [Notes on the next version](next-release-details.md) -[//]: # (## Version 2024.2) -## Version 2024.2 - release target: mid-june - -[//]: # ( - docker tag: `lastest`, `2024.2`, `2024.2.0`) - - docker tag: `nightly` +## Version 2024.2 + - docker tag: `latest`, `2024.2`, `2024.2.0` ### _Notes_ #### This release has a lot of bug fixes and clean up after the JoyUI conversion. It also includes some long requested updates. @@ -20,11 +17,12 @@ - Images: Improved image sorting and filtering- Firefly-1448 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1543)) - Images: Support non-celestial coordinate readout- Firefly-1468 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1553)) - HiPS: Separated HiPS search panel out of images panel- Firefly-1465 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1547)) -- TAP: Show overflow indicator if present - Firefly-1396 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1542)) +- TAP: Show overflow indicator if present- Firefly-1396 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1542)) - TAP: Improved obscore support- Firefly-1187 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1551)) - Tables: Improved support for null values- Firefly-1471 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1549)) - Python API: Improved Tri-view support- Firefly-1483 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1583)) - UI: Polygon input no longer requires commas- IRSA-5492 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1559)) +- UI: Working views now use JoyUI Skeleton- Firefly-1494 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1574)) #### Bug fix and clean up - Bug fixes: @@ -32,12 +30,15 @@ - The main menu better adjust with font sizes- Firefly-1472 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1550)) - Binned plot and chart-saving bugs- Firefly-1480 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1562)) - TAP: Hidden columns included in column count- Firefly-1486 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1564)) + - Table: Column resets after a derived column fixed- Firefly-1494 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1574)) + - Some components have double tooltips in Safari- Firefly-1501 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1572)) - Clean up: - - icons- IRSA-5925 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1524)), Firefly-1488 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1565)) + - icons- IRSA-5925 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1524)), Firefly-1488 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1565)), Firefly-1506 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1576)) - Table Info dialog- Firefly-1464 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1546)) - Improved HiPS toolbar- Firefly-1473 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1551)) - TAP: table selection- Firefly-1478 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1560)) - Table related cleanup- Firefly-1479, Firefly-1481, Firefly-1484 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1563)) + - UI: background handling- Firefly-1494 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1574)) - Embedded search panel clean up and improvement- IRSA-5916 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1539)), Firefly-1451 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1548)) ##### _Pull Requests in this release_