5 Commits

Author SHA1 Message Date
david d417a78b85 Update metadata.txt 2026-06-10 13:40:14 +02:00
david ca827321d8 Update README.md 2026-06-10 13:33:33 +02:00
david b2001c625c Hotfix: oprava minimální podporované QGIS verze (3.4→3.44) (#48) 2026-06-10 13:31:55 +02:00
david 88018aa432 Update README.md 2026-06-10 13:16:33 +02:00
david 45b6ab09b2 Update CITATION.cff 2026-06-05 14:12:54 +02:00
3 changed files with 13 additions and 12 deletions
+6 -7
View File
@@ -20,11 +20,10 @@ identifiers:
value: 10.5281/zenodo.18609813 value: 10.5281/zenodo.18609813
repository-code: 'https://github.com/ARUP-CAS/aiscr-qgis-amcr-viewer' repository-code: 'https://github.com/ARUP-CAS/aiscr-qgis-amcr-viewer'
abstract: >- abstract: >-
This QGIS plugin is intended for downloading the data This plugin is intended for downloading the data
(Fieldwork events data only, at the time) from the (Fieldwork events, Sites, and their Components) from
Digiarchive of the Archaeological Map of the Czech the Digital archive of the Archaeological Map of the
Republic (AMCR). As of now, only publicly accessible data Czech Republic (https://digiarchiv.aiscr.cz/).
can be downloaded.
license: GPL-3.0 license: GPL-3.0
version: '1.0.1' version: '2.0.0'
date-released: '2026-02-11' date-released: '2026-06-05'
+3 -3
View File
@@ -2,7 +2,7 @@
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
**Platform:** QGIS 3.4.04.99.0 **Platform:** QGIS 3.44.04.99.0
**Module Type:** Data Acquisition & Visualization **Module Type:** Data Acquisition & Visualization
@@ -24,9 +24,9 @@
## 2. Installation Guide ## 2. Installation Guide
**Install the plugin from QGIS plugin repository.** **Install the latest version of the plugin from the QGIS plugin repository.**
**OR** **OR** (*in case you need older version*)
1. *Obtain the [plugin distribution package](https://github.com/ARUP-CAS/aiscr-qgis-amcr-viewer/releases) (ZIP archive containing the `amcr_viewer` directory).* 1. *Obtain the [plugin distribution package](https://github.com/ARUP-CAS/aiscr-qgis-amcr-viewer/releases) (ZIP archive containing the `amcr_viewer` directory).*
2. *Launch QGIS.* 2. *Launch QGIS.*
+4 -2
View File
@@ -5,10 +5,10 @@
[general] [general]
name=AMČR Viewer name=AMČR Viewer
qgisMinimumVersion=3.4.0 qgisMinimumVersion=3.44.0
qgisMaximumVersion=4.99.0 qgisMaximumVersion=4.99.0
description=Viewing and downloading the AMČR data. description=Viewing and downloading the AMČR data.
version=2.0.0 version=2.0.1
author=David Spáčil author=David Spáčil
email=spacil@arub.cz email=spacil@arub.cz
@@ -26,6 +26,8 @@ changelog=
Aktualizace na verzi 2.0.0 výrazně mění chování pluginu. Před updatem je doporučeno přečíst si seznam změn níže. Aktualizace na verzi 2.0.0 výrazně mění chování pluginu. Před updatem je doporučeno přečíst si seznam změn níže.
Version 2.0.0 changes the plugin behavior dramatically. It is advised to check the changelog below. Version 2.0.0 changes the plugin behavior dramatically. It is advised to check the changelog below.
Plný seznam změn v češtině je dostupný zde: https://github.com/ARUP-CAS/aiscr-qgis-amcr-viewer/releases/tag/v2.0.0 Plný seznam změn v češtině je dostupný zde: https://github.com/ARUP-CAS/aiscr-qgis-amcr-viewer/releases/tag/v2.0.0
v2.0.1 (2026-06-10)
* Fixed QGIS minimum version
v2.0.0 (2026-06-05) v2.0.0 (2026-06-05)
* Added warning regarding the feature duplication when loading components to the dialog * Added warning regarding the feature duplication when loading components to the dialog
* Added Help button to the plugin menu * Added Help button to the plugin menu