Commit c046b12 1 parent df578bd commit c046b12 Copy full SHA for c046b12
File tree 3 files changed +13
-9
lines changed
3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1
- ## Changes in version 0.4.3
1
+ ## Changes in version 0.4.4
2
2
3
3
* Time-series legends are now always shown. (#151 )
4
4
* In the time-series charts with multiple graphs, dots have only been drawn
7
7
* Fixed some labels used in the UI:
8
8
- Renamed label "Show data points only" into "Show dots only, hide lines".
9
9
(#148 )
10
- - Corrected translation for labels "Time (UTC)" and "Show graph after
11
- adding a place".
12
- * Now indicating invalid color bar name in map legend.
13
- * Minor
14
- - Fixed manifest icon paths.
15
- - Removed unnecessary console dumps.
10
+ - Corrected translation for "Show graph after adding a place".
16
11
* Updated package dependencies:
17
12
- [ recharts] ( https://recharts.org/ ) 2.0.9
18
13
- [ react-scripts] ( https://github.com/facebook/create-react-app#readme ) 4.0.3
19
14
15
+
16
+ ## Changes in version 0.4.3
17
+
18
+ * Indicating invalid color bar name in map legend.
19
+ * Added language translations for phrase "Time (UTC)".
20
+ * Minor
21
+ - Fixed manifest icon paths.
22
+ - Removed unnecessary console dumps.
23
+
20
24
## Changes in version 0.4.2
21
25
22
26
_ Fixed a problem during release process. No code changes._
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " xcube-viewer" ,
3
- "version" : " 0.4.3 " ,
3
+ "version" : " 0.4.4 " ,
4
4
"private" : true ,
5
5
"homepage" : " ." ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import { LanguageDictionary } from './util/lang';
18
18
import { getQueryParameterByName } from './util/qparam' ;
19
19
import lang from './resources/lang.json' ;
20
20
21
- const version = '0.4.3 ' ;
21
+ const version = '0.4.4 ' ;
22
22
23
23
const defaultApiServerUrl = process . env . REACT_APP_XCUBE_API ;
24
24
You can’t perform that action at this time.
0 commit comments