Skip to content

Releases: Helioviewer-Project/helioviewer.org

4.4.3

01 Oct 18:03
8dc3eb1
Compare
Choose a tag to compare

Summary

This is a small bug fix patch. 3 issues have been fixed:

  • Fixed an intermittent error with creating screenshots and movies. This would appear as an error saying the screenshot/movie cannot be created.
  • Fixed an error that prevented downloading/playing large movies
  • Fixed an issue where attempting to share the viewport fails intermittently when using the "base difference" option

One minor update has been made to the popup which shows the FITS Metadata:

  • The sort button previously said "Abc", now says "Sort Labels" to be more clear.

Many changes are test related as we continue to add more automated playwright tests.

Upgrade Guide

Update javascript bundle with cd resources/build && ant

What's Changed

Full Changelog: 4.4.2...4.4.3

4.4.2

19 Sep 12:57
b45156b
Compare
Choose a tag to compare

Summary

This patch is mostly bug fixes with the notable exception of enabling support for Sentry, a tool for application error monitoring.

Overview of changes:

  • Fixes tab overflows for events with many data tabs.
  • Fix issues with duplicate text sometimes appearing in Youtube video menu
  • Fix overlapping images in Youtube video menu
  • Improved usage of space in the mobile visual glossary.

What's Changed

New Contributors

Full Changelog: 4.4.1...4.4.2

4.4.1

18 Jul 19:51
8df41ae
Compare
Choose a tag to compare

Version 4.4.1 resolves some bugs identified in the base 4.4.0 release.

  • Fixes an issue where downloading a screenshot from the screenshot preview results in an illegible file name.
  • Fixes issue where attempting to share the viewport after selecting an image layer preset fails
  • Fixes an issue where attempting to share the viewport fails with difference images
  • Fixes slow loading for getObservationDate videos (resolves loading problems with embedded version of Helioviewer)
  • Times out CCMC Event Loading at 10 seconds. Events that were received within the 10 second limit are cached and displayed.

What's Changed

Full Changelog: 4.4.0...4.4.1

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.