chore: bump version to 0.0.4 — community plugin review fix

Remove plugin name from settings heading (obsidianmd/settings-tab/no-manual-html-headings compliance).
Sentence case /skip applied for proper nouns (institution names, person names) in academic context.
This commit is contained in:
Axelle Abbadie 2026-05-12 16:31:00 +02:00
parent 0d19fef06a
commit d3d9437897
4 changed files with 5 additions and 5 deletions

View file

@ -51,7 +51,6 @@ var PseudObsSettingTab = class extends import_obsidian.PluginSettingTab {
display() {
const { containerEl } = this;
containerEl.empty();
new import_obsidian.Setting(containerEl).setName("Pseudonymizer tool").setHeading();
new import_obsidian.Setting(containerEl).setName("Dossiers").setHeading();
new import_obsidian.Setting(containerEl).setName("Transcriptions import\xE9es").setDesc("Dossier de destination des transcriptions import\xE9es").addText(
(text) => text.setValue(this.plugin.settings.transcriptionsFolder).onChange(async (value) => {

View file

@ -1,7 +1,7 @@
{
"id": "pseudonymizer-tool",
"name": "Pseudonymizer Tool",
"version": "0.0.3",
"version": "0.0.4",
"minAppVersion": "1.4.0",
"description": "Pseudonymize and correct interactional transcripts (Jefferson, ICOR, SRT, CHAT/CHA). Designed for qualitative researchers in linguistics and conversation analysis.",
"author": "Axelle Abbadie",

View file

@ -1,6 +1,6 @@
{
"name": "pseudobsidianization",
"version": "0.0.1",
"name": "pseudonymizer-tool",
"version": "0.0.4",
"description": "Plugin Obsidian de pseudonymisation de transcriptions",
"author": "Axelle Abbadie",
"homepage": "https://cv.hal.science/axelle-abbadie/",

View file

@ -1,5 +1,6 @@
{
"0.0.1": "1.4.0",
"0.0.2": "1.4.0",
"0.0.3": "1.4.0"
"0.0.3": "1.4.0",
"0.0.4": "1.4.0"
}