Skip to content

Commit

Permalink
Generate release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
davner committed Sep 25, 2023
1 parent 633f7f5 commit 9836158
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 10 deletions.
20 changes: 20 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## GOATS 23.09.0 (2023-09-25)


### New Features

- Incorporated token support in `antares2goats`: Integrated token authentication to allow users to securely save queries and targets from `ANTARES`. Revamped the Options page for token input. [[#GOATS-100](https://noirlab.atlassian.net/browse/GOATS-100)]
- Chrome extension v1: The initial version of the Chrome extension has been implemented, paving the way for enhanced browser functionality. A custom exception handling mechanism has been integrated within the GOATS Click, improving user experience in the command line interface. Additionally, a new CLI command facilitates the straightforward installation of the Chrome extension, while modifications to the ANTARES plugin now allow for direct query creation from the extension. To round off these updates, a new view has been established to monitor browser extension push notifications. [[#GOATS-72](https://noirlab.atlassian.net/browse/GOATS-72)]
- Added CLI command `install-extension`: CLI framework created so users in the future can install the browser extension for GOATS. Installation can be done in the `install` step or after with `install-extension`. [[#GOATS-83](https://noirlab.atlassian.net/browse/GOATS-83)]
- Single-Target Creation via Extension: Enhanced the extension to directly create individual targets within ANTARES, eliminating the need for query generation. [[#GOATS-85](https://noirlab.atlassian.net/browse/GOATS-85)]
- "Select All" feature enhancement: Users can now effortlessly select all targets with a single click, streamlining the addition process and enhancing user experience. Additionally, the query results have been refined to eliminate superfluous information, promoting a cleaner, more intuitive interface. [[#GOATS-91](https://noirlab.atlassian.net/browse/GOATS-91)]
- Added token authentication: Admins can now generate tokens for authentication in the backend of GOATS, facilitating secure interactions with the `antares2goats`` browser extension. [[#GOATS-99](https://noirlab.atlassian.net/browse/GOATS-99)]


### Changes

- GOATS Prompt Overhaul: Enhanced user experience during GOATS installation and execution with transparent process descriptions and progress updates. [[#GOATS-67](https://noirlab.atlassian.net/browse/GOATS-67)]
- GOATS ANTARES Broker webpage v1: Enhanced integration with GOATS, leveraging the `antares2goats`` extension for streamlined performance and alignment. [[#GOATS-80](https://noirlab.atlassian.net/browse/GOATS-80)]
- Removed non-functional broker plugins: TNS, Fink and LASAIR. [[#GOATS-82](https://noirlab.atlassian.net/browse/GOATS-82)]


## GOATS 23.08.0 (2023-08-25)


Expand Down
1 change: 0 additions & 1 deletion doc/changes/GOATS-100.new.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/GOATS-67.change.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/GOATS-72.new.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/GOATS-80.change.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/GOATS-82.change.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/GOATS-83.new.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/GOATS-85.new.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/GOATS-91.new.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/GOATS-99.new.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"django-cors-headers",
]

version = "23.08.0"
version = "23.09.0"

[project.urls]
"Homepage" = "https://github.com/gemini-hlsw/goats"
Expand Down

0 comments on commit 9836158

Please sign in to comment.