From a16e32e70796e5a840da898f561599d0fd20e6bb Mon Sep 17 00:00:00 2001 From: ProcC99 Date: Sun, 14 Jun 2026 02:44:48 +0200 Subject: [PATCH] Fix settings heading again and bump minAppVersion to 1.7.2 --- manifest.json | 4 ++-- package.json | 2 +- src/main.ts | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 1f5f5bc..85bb9fa 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "dictcc-sidebar", "name": "dict.cc Sidebar", - "version": "1.0.2", - "minAppVersion": "1.6.0", + "version": "1.0.3", + "minAppVersion": "1.7.2", "description": "Right-click any selected word to look it up on dict.cc (German ↔ English). Shows bilingual translation tables in a sidebar with misspelling suggestions.", "author": "Ergo ProcC", "authorUrl": "https://github.com/ProcC99", diff --git a/package.json b/package.json index 85f858d..5922e25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dictcc-sidebar", - "version": "1.0.2", + "version": "1.0.3", "description": "Obsidian plugin: dict.cc sidebar for German-English translation", "main": "main.js", "scripts": { diff --git a/src/main.ts b/src/main.ts index 22ebf16..706bf3d 100644 --- a/src/main.ts +++ b/src/main.ts @@ -302,7 +302,6 @@ class DictCCSettingTab extends PluginSettingTab { display(): void { const { containerEl } = this; containerEl.empty(); - new Setting(containerEl).setName("General").setHeading(); new Setting(containerEl) .setName("Translation direction")