diff --git a/CHANGES.md b/CHANGES.md index c1b0fda..1bbcabf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,12 +1,30 @@ # Release history +## 3.3.0 (2023-01-18) + +- Layout update and new button to directly generate search code [(#95)](https://github.com/CS-SI/eodag-labextension/pull/95) +- Throws an error message if no notebook is opened to insert code in [(#85)](https://github.com/CS-SI/eodag-labextension/pull/85) +- Guess product type using keywords in search form [(#96)](https://github.com/CS-SI/eodag-labextension/pull/96)[(#100)](https://github.com/CS-SI/eodag-labextension/pull/100) +- Implements a way to disable cloud cover [(#78)](https://github.com/CS-SI/eodag-labextension/pull/78) +- Settings button and replace existing search code option [(#104)](https://github.com/CS-SI/eodag-labextension/pull/104) +- Help for additional parameters and buttons disabled when missing product type [(#102)](https://github.com/CS-SI/eodag-labextension/pull/102) +- Harmonized product highlight between list and map in search overview [(#91)](https://github.com/CS-SI/eodag-labextension/pull/91) +- Restores EODAG serve-rest services (STAC API) through `./eodag` endpoint + [(#83)](https://github.com/CS-SI/eodag-labextension/pull/83) +- Fixes `cloudCover` usage during search [(#82)](https://github.com/CS-SI/eodag-labextension/pull/82) +- Updates [Contributing guidelines](https://github.com/CS-SI/eodag-labextension/blob/develop/CONTRIBUTING.md) + [(#79)](https://github.com/CS-SI/eodag-labextension/pull/79) +- Documentation update [(#106)](https://github.com/CS-SI/eodag-labextension/pull/106) +- `eodag` minimal version requirement set to 2.8.0 [(#107)](https://github.com/CS-SI/eodag-labextension/pull/107) +- Updates dependencies and developement tools versions [(#74)](https://github.com/CS-SI/eodag-labextension/pull/74)[(#75)](https://github.com/CS-SI/eodag-labextension/pull/75)[(#80)](https://github.com/CS-SI/eodag-labextension/pull/80)[(#62)](https://github.com/CS-SI/eodag-labextension/pull/62)[(#63)](https://github.com/CS-SI/eodag-labextension/pull/63)[(#64)](https://github.com/CS-SI/eodag-labextension/pull/64)[(#66)](https://github.com/CS-SI/eodag-labextension/pull/66)[(#67)](https://github.com/CS-SI/eodag-labextension/pull/67)[(#76)](https://github.com/CS-SI/eodag-labextension/pull/76)[(#77)](https://github.com/CS-SI/eodag-labextension/pull/77)[(#84)](https://github.com/CS-SI/eodag-labextension/pull/84)[(#99)](https://github.com/CS-SI/eodag-labextension/pull/99)[(#103)](https://github.com/CS-SI/eodag-labextension/pull/103)[(#105)](https://github.com/CS-SI/eodag-labextension/pull/105) + ## 3.2.5 (2022-01-07) -- Fixes leaflet container size, fixes #59 (#60) +- Fixes leaflet container size, fixes #59 [(#60)](https://github.com/CS-SI/eodag-labextension/pull/60) ## 3.2.4 (2021-12-23) -- Fixes unwanted interactions with ipywidget, fixes #56 (#57) +- Fixes unwanted interactions with ipywidget, fixes #56 [(#57)](https://github.com/CS-SI/eodag-labextension/pull/57) ## 3.2.3 (2021-10-07) diff --git a/package.json b/package.json index fc3e9df..fd0a120 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eodag-labextension", - "version": "3.2.5", + "version": "3.3.0", "description": "Searching remote sensed imagery from various image providers", "keywords": [ "jupyter",