All notable changes to this project since Version 0.8.0 will be documented in this file.
0.10.2 - 2016-06-30
- Renamed icons file so icons do not dissappear, fixes #14825
0.10.1 - 2016-03-09
- Merge Tool: Single-geometry features are now allowed in multi-geometry layers
0.10.0 - 2016-01-04
- Exchange geometry button: exchanges the geometries of two selected features. Reasoning: when splitting features in a layer coming from a database provider the user can thus control which feature is going to keep the primary key value (important for related tables).
- get project crs through QgMapSettings instead of deprecated QgsMapRenderer
- crash when selecting features during an editing session (fixes #13827
0.9.0 - 2015-11-09
- Merge tool: merges selected features but keeps the data of one of them. QGIS's default merge deletes all features and inserts the result of the merge as a new feature. See #13490
- api-method geometryTypeMatchesLayer: check if the passed geom's geometry type matches the layer's geometry type
- DtSelectFeatureTool.getFeatureForPoint: optional parameter inRing (default = False), returns (polygon) feature if point is located in a ring, returns the ring as third value
- DtSelectFeatureTool.getFeatureForPoint: optional parameter inRing
- Tooltips improved
- Selection of parts and rings