From 0183c6d034a737a50f4755445954e304fb587c9a Mon Sep 17 00:00:00 2001 From: Axelle Abbadie Date: Wed, 13 May 2026 10:58:19 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20v0.1.0=20=E2=80=94=20minAppVersion=201?= =?UTF-8?q?.7.2,=20CSS=20border-bottom=20fix,=20versions.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- package-lock.json | 2 +- package.json | 2 +- styles.css | 4 +--- versions.json | 5 ++--- 5 files changed, 6 insertions(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index 46fe2eb..fc2e2b0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "pseudonymizer-tool", "name": "Pseudonymizer Tool", - "version": "0.0.6", + "version": "0.1.0", "minAppVersion": "1.7.2", "description": "Pseudonymize and correct interactional transcripts (Jefferson, ICOR, SRT, CHAT/CHA). Designed for qualitative researchers in linguistics and conversation analysis.", "author": "Axelle Abbadie", diff --git a/package-lock.json b/package-lock.json index 7d97fb8..90bc1d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pseudonymizer-tool", - "version": "0.0.6", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 35a07c2..2a191db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pseudonymizer-tool", - "version": "0.0.6", + "version": "0.1.0", "description": "Plugin Obsidian de pseudonymisation de transcriptions", "author": "Axelle Abbadie", "homepage": "https://cv.hal.science/axelle-abbadie/", diff --git a/styles.css b/styles.css index 63c15d4..57376ab 100644 --- a/styles.css +++ b/styles.css @@ -19,9 +19,7 @@ background-color: rgba(60, 200, 100, 0.2); border-radius: 2px; outline: 1px solid rgba(60, 200, 100, 0.35); - text-decoration: underline; - text-decoration-color: rgba(60, 200, 100, 0.9); - text-underline-offset: 2px; + border-bottom: 2px solid rgba(60, 200, 100, 0.9); } /* Modal de validation sélective */ diff --git a/versions.json b/versions.json index 5169808..0d214b0 100644 --- a/versions.json +++ b/versions.json @@ -4,7 +4,6 @@ "0.0.3": "1.4.0", "0.0.4": "1.4.0", "0.0.5": "1.4.0", - //"0.0.6": "1.6.6", - "0.0.6": "1.7.2" - // "0.1.0": "1.7.2" + "0.0.6": "1.6.6", + "0.1.0": "1.7.2" }