From d9c296f5866033ff1bb85d3504986c02e6e54c19 Mon Sep 17 00:00:00 2001 From: Tom Date: Sun, 1 Mar 2026 15:05:36 +0100 Subject: [PATCH] fix: restore KiCAD 9 format version in templates (regression from upstream 2b38796) Upstream commit 2b38796 downgraded template_with_symbols.kicad_sch and template_with_symbols_expanded.kicad_sch from version 20250114 to 20240101. KiCAD 9 requires version 20250114 - files with older versions cause parse errors or are rejected. This was originally fixed in ce78fb4. --- python/templates/template_with_symbols.kicad_sch | 2 +- python/templates/template_with_symbols_expanded.kicad_sch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/templates/template_with_symbols.kicad_sch b/python/templates/template_with_symbols.kicad_sch index 3a3f583..f6d31c8 100644 --- a/python/templates/template_with_symbols.kicad_sch +++ b/python/templates/template_with_symbols.kicad_sch @@ -1,4 +1,4 @@ -(kicad_sch (version 20240101) (generator "KiCAD-MCP-Server") +(kicad_sch (version 20250114) (generator "KiCAD-MCP-Server") (uuid a1b2c3d4-e5f6-4a5b-8c9d-0e1f2a3b4c5d) diff --git a/python/templates/template_with_symbols_expanded.kicad_sch b/python/templates/template_with_symbols_expanded.kicad_sch index cffde67..09beebb 100644 --- a/python/templates/template_with_symbols_expanded.kicad_sch +++ b/python/templates/template_with_symbols_expanded.kicad_sch @@ -1,4 +1,4 @@ -(kicad_sch (version 20240101) (generator "KiCAD-MCP-Server") +(kicad_sch (version 20250114) (generator "KiCAD-MCP-Server") (uuid c3d4e5f6-a7b8-4c9d-0e1f-2a3b4c5d6e7f)