Skip to content

Commit

Permalink
Release v3.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
gacarrillor committed Sep 11, 2018
1 parent dffdc05 commit f730a9d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
3 changes: 2 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Changes:

3.0 (201809xx):
3.0 (20180910):
* Support QGIS v3.x
* Support for GeoPackage.
* For sublayers:
Include parent layer name in searches.
Expand Down
29 changes: 19 additions & 10 deletions metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
name=Load Them All
description=Loads files stored in a directory structure recursively, based on several filters
about=QGIS plugin that recursively loads vector and raster layers stored in a directory structure, based on several filters.
version=2.99
version=3.0
qgisMinimumVersion=3.0
category=Layers
author=Germán Carrillo (GeoTux)
email=geotux_tuxman@linuxmail.org
tags=layers,vector,raster,toc,legend,directory,recursively,filter,load,shapefile
tags=layers,vector,raster,toc,legend,directory,recursively,filter,load,shapefile,layer tree,geopackage
homepage=http://geotux.tuxfamily.org/index.php/en/geo-blogs/item/264-plugin-load-them-all-para-quantum-gis
tracker=https://github.com/gacarrillor/loadthemall/issues
repository=https://github.com/gacarrillor/loadthemall
Expand All @@ -16,25 +16,34 @@ experimental=False
deprecated=False


changelog=2.7 (20170713):
changelog=3.0 (20180910):
...* Migration to QGIS v3.x
...* Support for GeoPackage.
...* For sublayers:
......Include parent layer name in searches.
......Include parent layer name as prefix for each sublayer in TOC.
...* Remove empty groups

2.7 (20170713):
...* New 'Date modified' filter to load files according to their latest
......modification date.

2.6 (20170703):
...* New 'Invert Alphanumeric filter' option to prepend a logic NOT to the whole
......alphanumeric expression.
...* New 'Invert Alphanumeric filter' option to prepend a logic NOT to the
......whole alphanumeric expression.

2.5 (20170128):
...* Added support for vector sublayers (e.g., from GML or GPX files).

2.4 (20161111):
...* New option to sort (or reverse sort) loaded layers. Thanks to David Bakeman for
......the idea and the code!
...* New option to sort (or reverse sort) loaded layers. Thanks to David
......Bakeman for the idea and the code!
...* Load Them All is now a QGIS dock widget.
...* New Cancel button to allow users to cancel long loading processes at any time.
...* New Cancel button to allow users to cancel long loading processes at
......any time.
...* Now using QGIS Layer Tree classes to deal with groups/subgroups.
...* Fixed an issue with nasty file names (e.g., those generated by malware) while
......performing os.walk.
...* Fixed an issue with nasty file names (e.g., those generated by
......malware) while performing os.walk.

2.3 (20150118):
...* The alphanumeric filter supports boolean operators || (or) and && (and).
Expand Down

0 comments on commit f730a9d

Please sign in to comment.