From 226347ab9c1fcf6c32730f77c7b91284d588c0c6 Mon Sep 17 00:00:00 2001 From: Chris Holden Date: Mon, 6 Jun 2016 17:28:37 -0400 Subject: [PATCH] Tag v1.1.1 release for CEOS --- CHANGELOG.md | 2 ++ tstools/metadata.txt | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2999c40..72a1362 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ For information on the style of this change log, see [keepachangelog.com](http:/ ### Fixed - YATSM CCDCesque: Fixed model prediction when retrieving from pre-calculated results ([commit](https://github.com/ceholden/TSTools/commit/6f0c40cd6d9ab929b100886f739fc253226acd89)) +- PALSAR/Landsat driver: fixed initialization errors +- YATSM Meteorological driver: fixed initialization errors ## [v1.1.0](https://github.com/ceholden/TSTools/compare/v1.0.1...v1.1.0) - 2016-02-16 diff --git a/tstools/metadata.txt b/tstools/metadata.txt index c0a78b1..7af09be 100644 --- a/tstools/metadata.txt +++ b/tstools/metadata.txt @@ -10,7 +10,7 @@ name=TSTools qgisMinimumVersion=2.4 description=Plugin for visualization and analysis of remote sensing time series -version=1.1 +version=1.1.1 author=Chris Holden email=ceholden@gmail.com @@ -20,6 +20,11 @@ email=ceholden@gmail.com # Uncomment the following line and add your changelog entries: changelog=See CHANGELOG.md in repository for full changelog + 1.1.1 + - Fix initialization issues with PALSAR & meteorological data drivers + 1.1.0 + - Added time series to CSV export utility + - Add info about time series drivers to configuration dialog 1.0.1 - QGIS>=2.4 required - BUG: plots include data from within maximum year on date range slider