From 478726e8e67ec49efdcd1614d9fe030e5d022d25 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Wed, 30 Aug 2023 22:19:34 +0200 Subject: [PATCH] Preparing release 1.5 --- CHANGELOG.md | 10 ++++++++++ src/grain.xml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4625d56..406f8e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ +# Version 1.5 - 2023-08-30 + +* Enabling multi-rulers in 0.28.x KLayout version: + KLayout 0.28.x features multi-rules which more than two points. + The cross section script will ignore every second segment and stitch + the other segments into a linear view if it encounters such a case. + This means, you can create cross sections that are made from multiple + parts by connecting the active parts with inactive segments of a + multi-ruler. + # Version 1.4 - 2019-12-20 * Modification of the "taper" behavior to match with the old SourceForge diff --git a/src/grain.xml b/src/grain.xml index a589a77..8195a50 100644 --- a/src/grain.xml +++ b/src/grain.xml @@ -1,7 +1,7 @@ xsection - 1.4 + 1.5 Ruby script A generator for vertical cross sections of layouts using a technology description file.