-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
138 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ name=Serval | |
qgisMinimumVersion=2.14 | ||
qgisMaximumVersion=2.99 | ||
description=Map tool to set raster cell values. | ||
version=0.8 | ||
version=0.8.1 | ||
author=Radoslaw Pasiok | ||
[email protected] | ||
|
||
|
@@ -27,17 +27,15 @@ repository=http://github.com/erpas/serval | |
|
||
# Uncomment the following line and add your changelog: | ||
changelog= | ||
0.8.1 Added support for Float64 data type | ||
0.8 Plugin interface is now plain toolbar (no dock widget). Workaround for Python crashes under Windows. New features: | ||
* undo/redo | ||
* define/change raster NoData value | ||
* erase (assign NoData value) | ||
* define/change NoData value for raster bands | ||
* erase (assign NoData value to a cell) | ||
0.6 new features: | ||
* 3 bands rasters supported | ||
* working modes (probing, drawing) | ||
* QGIS color picker | ||
0.3 added locked mode | ||
0.2 bugfix release | ||
0.1 Initial release. | ||
|
||
|
||
# Tags are comma separated with spaces allowed | ||
|
@@ -47,7 +45,7 @@ homepage=https://github.com/erpas/serval/wiki | |
category=Raster | ||
icon=icons/serval_icon.svg | ||
# experimental flag | ||
experimental=True | ||
experimental=False | ||
|
||
# deprecated flag (applies to the whole plugin, not just a single version) | ||
deprecated=False | ||
|
Oops, something went wrong.