chore: v0.1.0 — minAppVersion 1.7.2, CSS border-bottom fix, versions.json

This commit is contained in:
Axelle Abbadie 2026-05-13 10:58:19 +02:00
parent 79bc9fa6d4
commit 0183c6d034
5 changed files with 6 additions and 9 deletions

View file

@ -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",

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "pseudonymizer-tool",
"version": "0.0.6",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {

View file

@ -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/",

View file

@ -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 */

View file

@ -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"
}