Skip to content

Releases: Helioviewer-Project/helioviewer.org

4.4.0

15 Jul 15:32
a1127e0
Compare
Choose a tag to compare

Highlights

It's been a while since I tagged the release, here's a list of the most important changes to note:

  • Added support for NSO GONG H-alpha
  • Added support for RHESSI reconstructions
  • Added the RHESSI Flare List as a new Features & Event source. RHESSI operated between February 2002 to August 2018.
  • Improved mouse/cursor coordinate support
  • Added getEclipseImage endpoint for https://eclipse.helioviewer.org
  • Enabled exporting Helioviewer.org videos to JHelioviewer
  • Enabled continuous zoom for desktop devices with option to revert to step zoom in user settings.
  • Ability to show/hide individual events
  • Ability to go directly to the next/previous image instead of jumping by a specific amount of time.

Upgrade Guide

  1. Checkout 4.4.0
  2. Run ant in resources/build to apply javascript updates

What's Changed

New Contributors

Full Changelog: 4.3.0...4.4.0

4.3.0

06 Jun 18:09
70d97fd
Compare
Choose a tag to compare

Big Changes

  • IRIS Support
  • Improved (Repaired) screenshots and movies on mobile devices.
  • Support for external event data
  • More zoom
  • Selecting the "Center Viewport" button now works for sub-disk images.

What's Changed

  • Support external DONKI CME events
  • Increase zoom level and fix issues with zooming in on sub-disk images like IRIS and XRT
  • Fix issue where only half of the sub-disk image appears
  • Make screenshots and movies align with mobile viewport

New Contributors

Maintainer Notes

  • npm is now required on the hosting server as some React components have been added.
  • ant is still used to build files. As long as npm is installed, ant will execute npm install and transpile the React components without any further involvement.

Full Changelog: 4.2.1...4.3.0

4.2.1

13 Apr 12:26
Compare
Choose a tag to compare
  • Fixes critical issue when upgrading from 4.0.0 -> 4.2.0 which breaks features & events

4.2.0

11 Apr 16:43
Compare
Choose a tag to compare

4.2.0 Improves storage of flare predictions based on 4.1.0 feedback.
The flare database introduced here is incompatible with 4.1.0 and updating drops the 4.1.0 flare table.

Release Notes:

  • Fixes issue showing HEK event information in the event timeline introduced in 4.1.0
  • Improves version handling via an ini file to specify the latest version
  • Internal changes to features & events checkbox handling

4.1.0

10 Apr 16:19
Compare
Choose a tag to compare

Helioviewer 4.1.0 adds feature support for the CCMC Flare Scoreboard.
The flare scoreboard is a database of predictions made by humans and algorithms for prediction when and where a solar flare may occur.
These predictions are now pinned on Helioviewer the same way that actual flares and other solar events are displayed.

Release Notes:

  • Change the integrated date time picker to flatpickr
  • Stability updates to fix some edge cases that create broken API calls which cause the application to stop loading new data.
  • CCMC Flare Scoreboard support

Maintainer Upgrade Guide:

  • No special actions needed. As with any release, make sure to rebuild the minified javascript files after updated.

4.0.1

20 Jan 14:22
fa9cd13
Compare
Choose a tag to compare

Changes:

  • Disable helios backlinks by default.

4.0.0

03 Jan 21:56
a7d5abf
Compare
Choose a tag to compare

We welcome 2023 with the official 4.0 release of Helioviewer which includes mobile support to the site.

  • Mobile support update! Helioviewer 4.0.0 includes a full mobile UI for interacting with Helioviewer.
  • Added screen reader labels to input elements
  • Add backlinks to Helios under the movie tab, the 3D video visualizer created by the Helioviewer Project
  • Dependabot updates cleaning up the repository.

3.4.0

14 Jul 17:43
Compare
Choose a tag to compare

Changes:

  • Adds Solar Orbiter's EUI images.
  • Patched downloader to quit on certain download errors to prevent unintentionally adding nonexistent images to the database.
  • Updates how downloader.py scans for dates in filenames to support EUI
  • Creates the Helioviewer Availability Service feed. Leverages RSS to report when data acquisition falls behind schedule. see here
  • Fixes problem with generating movies over long time spans

3.3.5

29 Apr 17:29
c93da2f
Compare
Choose a tag to compare

Changelog:

  • Show Parker Space Probe Encounter #
  • See backend changes here

3.3.4

23 Feb 16:14
26b8579
Compare
Choose a tag to compare

Release Notes:

  • Parker Space Probe (PSP) Encounter # has been added when hovering over PSP notches in the trajectory
  • Improved data ingestion stability (will lead to less data lagging)
  • Repaired YouTube movie backlinks
  • XRT is now able to be viewed reliably
  • Improved database performance
  • Fixed how COR images are rendered to remove spurious black lines

Breaking Changes:

  • Updated several front-end plugins. If updating to this release, you must pull in the plugins via:
git submodules update --init