From bce2508fef0c99f1918b6cd76b0b78119b0d884c Mon Sep 17 00:00:00 2001 From: jacquesfize Date: Sun, 5 Jul 2026 10:59:16 +0200 Subject: [PATCH 1/7] chore: update VERSION file --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 26aaba0e..f0bb29e7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0 +1.3.0 From 9fe2b986506a8821af75015d9cc4e32e2430b162 Mon Sep 17 00:00:00 2001 From: jacquesfize Date: Sun, 5 Jul 2026 10:59:28 +0200 Subject: [PATCH 2/7] feat: add version display with tooltip in TaxonListFooter component --- .../core/taxonList/TaxonListFooter.vue | 13 +++++++++++++ vite.config.js | 16 +++++++++++++++- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/src/components/core/taxonList/TaxonListFooter.vue b/src/components/core/taxonList/TaxonListFooter.vue index 885dc6a6..97e493fd 100644 --- a/src/components/core/taxonList/TaxonListFooter.vue +++ b/src/components/core/taxonList/TaxonListFooter.vue @@ -57,6 +57,9 @@ subtree: true, } ); + const versionTooltipAnchor = (ref < HTMLElement) | (null > null); + const showTooltip = ref(false); + const VERSION = __APP_VERSION__;