diff --git a/js/Worldview.js b/js/Worldview.js index dea8783b84..8d9f978dd3 100644 --- a/js/Worldview.js +++ b/js/Worldview.js @@ -13,7 +13,7 @@ * Constant: VERSION * Release version string. */ - ns.VERSION = "0.4.0"; + ns.VERSION = "0.4.1"; /** * Constant: BUILD_TIMESTAMP diff --git a/release_notes.txt b/release_notes.txt index 0540ec968d..620bbb36cd 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -3,6 +3,20 @@ Release Notes http://earthdata.nasa.gov/labs/worldview/ +------------------------------------------------------------------------------- +Release 0.4.1 +------------------------------------------------------------------------------- +* Updates + - Fixed the file not found (404) error when using an unsupported browser. + +* Known Issues + - Custom color palettes are not supported on Safari 5 or earlier. + - Custom color palettes can not be used in image download. + - On iOS, layers cannot be reordered + - Polar land boundaries don't match actual land + - Worldview does not work with Internet Explorer version 10 and + below + ------------------------------------------------------------------------------- Release 0.4.0 ------------------------------------------------------------------------------- @@ -33,14 +47,6 @@ Release 0.4.0 for the near-real time processing delay. - In time slider, the "Dec" and "2013" labels no longer disappear. -* Known Issues - - Custom color palettes are not supported on Safari 5 or earlier. - - Custom color palettes can not be used in image download. - - On iOS, layers cannot be reordered - - Polar land boundaries don't match actual land - - Worldview does not work with Internet Explorer version 10 and - below - ------------------------------------------------------------------------------- Release 0.3.1 -------------------------------------------------------------------------------