Skip to content

Commit d65ed1a

Browse files
committed
Preparing release 0.2.1
1 parent 60785aa commit d65ed1a

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGES.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
## Changes in version 0.2.1 (in development)
1+
## Changes in version 0.2.1
22

33
### Enhancements
44

55
* A new setting allows to turn image smoothing of image layers on and off.
66
By default it is off now, so that crisp image pixels are shown without any blurring. (#86)
77
* The color bar legend uses 5 tick marks instead of the two.
88
* Added simple scale indicator to map.
9+
10+
### Other changes
11+
912
* Now using OpenLayers 6.1.1.
1013

1114

12-
## Changes in version 0.2
15+
## Changes in version 0.2.0
1316

1417
* Users can now draw polygons and circles and show respective time-series. (#32)
1518
In total there are now 4 new interactions with the map:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xcube-viewer",
3-
"version": "0.2.1-dev.0",
3+
"version": "0.2.1",
44
"private": true,
55
"scripts": {
66
"start": "react-scripts-ts start",

src/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { getQueryParameterByName } from './util/qparam';
44
import lang from './resources/lang.json';
55

66
export const VIEWER_APP_NAME = 'xcube Viewer';
7-
export const VIEWER_VERSION = '0.2.1-dev.0';
7+
export const VIEWER_VERSION = '0.2.1';
88

99

1010
export const VIEWER_DEFAULT_API_SERVER_NAME = 'Default Server';

0 commit comments

Comments
 (0)