Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 478726e

Browse files
author
Matthias Koefferlein
committed
Preparing release 1.5
1 parent 934ad9e commit 478726e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
# Version 1.5 - 2023-08-30
3+
4+
* Enabling multi-rulers in 0.28.x KLayout version:
5+
KLayout 0.28.x features multi-rules which more than two points.
6+
The cross section script will ignore every second segment and stitch
7+
the other segments into a linear view if it encounters such a case.
8+
This means, you can create cross sections that are made from multiple
9+
parts by connecting the active parts with inactive segments of a
10+
multi-ruler.
11+
212
# Version 1.4 - 2019-12-20
313

414
* Modification of the "taper" behavior to match with the old SourceForge

src/grain.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<salt-grain>
33
<name>xsection</name>
4-
<version>1.4</version>
4+
<version>1.5</version>
55
<api-version/>
66
<title>Ruby script</title>
77
<doc>A generator for vertical cross sections of layouts using a technology description file.</doc>

0 commit comments

Comments
 (0)