Skip to content

Commit

Permalink
Update release version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kngai committed Jul 4, 2024
1 parent 4ac867d commit fb0ecfe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release Notes

## Version 2.2.1 (2024-07-04)

### Bug Fixes
- Update GeoMet-Weather 2.30.0 layer list
- Fixed panels freezing during a loop if the connection is particularly unstable
- Fixed animation creation crashing during error handling
- Fixed layers getting removed from AniMet during idle or animation creation during connection errors
- Fixed time continuing to move forward during critical error because critical error flag wasn't triggered fast enough
- Fixed infinite error loop when non-temporal layer would fail
- Fixed bug that would prevent animation from restarting after pausing during an error
- Fixed update method of ErrorManager by placing in a try/catch block
- Fixed blockRefresh handling of ErrorManager
- Other minor fixes for improved error handling

## Version 2.2.0 (2024-06-17)

### New Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "msc-animet",
"version": "2.2.0",
"version": "2.2.1",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand Down

0 comments on commit fb0ecfe

Please sign in to comment.