From 7fe1f457dd3b7e53883205930c37e63962294f2e Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 18 Dec 2025 16:59:06 +0100 Subject: [PATCH] Update kicad addon metadata description --- metadata.json | 6 +++--- uv.lock | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/metadata.json b/metadata.json index 107604a..3b5cc0d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,8 +1,8 @@ { "$schema": "https://go.kicad.org/pcm/schemas/v1", "name": "KiCoil", - "description": "Planar inductor supporting spiral coils, toroidal coils, and hybrids", - "description_full": "KiCoil generates planar inductors as footprints. Currently, circular spiral and toroid inductors are supported. KiCoil supports arbitrary intermediates between spiral and toroid inductors. By playing around with this, you can create inductors that have lower parasitics and higher self-resonant frequency than standard multilayer spiral inductors.", + "description": "Planar inductor supporting arbitrary shapes of spiral coils, toroidal coils, and hybrids", + "description_full": "KiCoil generates planar inductors as footprints. It supports arbitrary shapes with presets such as circles, rectangles, circular sectors, and SVG import for arbitrary shapes. It can generate spiral and toroid inductors as well as arbitrary intermediates between spiral and toroid inductors. By playing around with this, you can create inductors that have lower parasitics and higher self-resonant frequency than standard multilayer spiral inductors.", "identifier": "de.jaseg.kicoil", "type": "plugin", "author": { @@ -47,4 +47,4 @@ } ], "runtime": "ipc" -} \ No newline at end of file +} diff --git a/uv.lock b/uv.lock index b7aa1aa..799446c 100644 --- a/uv.lock +++ b/uv.lock @@ -569,7 +569,7 @@ wheels = [ [[package]] name = "kicoil" -version = "0.11.0" +version = "0.11.1" source = { editable = "." } dependencies = [ { name = "beautifulsoup4" },