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
- Fix flaky WaitForImageLoad by @dgarciabriseno in #609
- Stabilize test 2 by @dgarciabriseno in #610
- Test/jump with time range by @mudhoney in #611
- Add awaits to expects. Wait for load in hello_helioviewer by @dgarciabriseno in #612
- Add tests for mobile help links by @dgarciabriseno in #613
- Bug fix basediff time problem by @mudhoney in #614
- Add Viewport Tests (and other test patches) by @dgarciabriseno in #615
- Update playwright and other dependencies by @dgarciabriseno in #617
- Rm submodules by @dgarciabriseno in #618
- Previous and Next Available Image Tests by @mudhoney in #616
- Update tests by @dgarciabriseno in #619
- Mobile viewport scale indicator tests by @dgarciabriseno in #620
- Image show headers ui changes and pw tests to check functionality by @mudhoney in #621
- Tests/download layer image by @mudhoney in #622
- Add typescript checks to CI by @dgarciabriseno in #623
- Prettier tests by @dgarciabriseno in #624
- tests for layer controls | measurement and observatory by @mudhoney in #625
- Tests | select image presets by @mudhoney in #627
Full Changelog: 4.4.2...4.4.3