Skip to content

Commit

Permalink
Release v3.4!
Browse files Browse the repository at this point in the history
  • Loading branch information
gacarrillor committed Oct 5, 2023
1 parent 13e55a2 commit fd7ab12
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Changes:

3.4-beta (20230123):
3.4 (20231005):
* Support for .KAP files.
* Plugin button can be found in:
+ 'Data source manager' toolbar.
+ 'Layer -> Add layer' menu.
+ 'Plugins' menu.
* Heavy code clean-up.

3.3 (20210621):
* Support JP2, KMZ, ERS, and SID files.
Expand Down
5 changes: 3 additions & 2 deletions metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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=3.4-beta
version=3.4
qgisMinimumVersion=3.0
category=Layers
author=Germán Carrillo (GeoTux)
Expand All @@ -16,12 +16,13 @@ experimental=False
deprecated=False


changelog=3.4-beta (20230123):
changelog=3.4 (20231005):
...* Support for .KAP files.
...* Plugin button can be found in:
......+ 'Data source manager' toolbar.
......+ 'Layer -> Add layer' menu.
......+ 'Plugins' menu.
...* Heavy code clean-up.

3.3 (20210621):
...* Support JP2, KMZ, ERS, and SID files.
Expand Down
8 changes: 4 additions & 4 deletions ui/Ui_DockWidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<property name="geometry">
<rect>
<x>0</x>
<y>-93</y>
<y>0</y>
<width>322</width>
<height>579</height>
</rect>
Expand Down Expand Up @@ -194,7 +194,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>322</width>
<width>302</width>
<height>608</height>
</rect>
</property>
Expand Down Expand Up @@ -315,7 +315,7 @@
<x>0</x>
<y>0</y>
<width>348</width>
<height>515</height>
<height>500</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -915,7 +915,7 @@ same folder name (e.g., my_group.qml), it will be applied to all layers inside t
<string notr="true">font: 8pt &quot;Sans Serif&quot;;</string>
</property>
<property name="text">
<string>Copyright (C) 2010-2021 Germán Carrillo</string>
<string>Copyright (C) 2010-2023 Germán Carrillo</string>
</property>
<property name="wordWrap">
<bool>false</bool>
Expand Down

0 comments on commit fd7ab12

Please sign in to comment.