File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change
1
+ 0.29.10 (2024-12-03):
2
+ * Bug: %GITHUB%/issues/1941 Crash with the navigator open
3
+ * Bug: %GITHUB%/issues/1942 Syntax error in pyi stubs
4
+ As a bonus, added defaults for Box#enlarge and Box#enlarged (dx, dy)
5
+ * Bugfix: Partial mode snapping now is object first, then grid
6
+ * Bugfix: Key bindings have not been properly read from the configuration file
7
+ The change in the configuration string structure triggered an old bug:
8
+ Toolbar buttons had a twofold configuration and only the last one was
9
+ considered. Changing the order of the entries could spoil the configuration.
10
+
1
11
0.29.9 (2024-12-01):
2
12
* Bug: %GITHUB%/issues/1907 Locking layouts against modification during recursive iteration of instances and shapes
3
13
This prevents crashes in write-white-iterating scenarios
Original file line number Diff line number Diff line change
1
+ klayout (0.29.10-1) unstable; urgency=low
2
+
3
+ * New features and bugfixes
4
+ - See changelog
5
+
6
+ -- Matthias Köfferlein <
[email protected] > Mon, 02 Dec 2024 22:23:47 +0100
7
+
1
8
klayout (0.29.9-1) unstable; urgency=low
2
9
3
10
* New features and bugfixes
Original file line number Diff line number Diff line change 2
2
# This script is sourced to define the main version parameters
3
3
4
4
# The main version
5
- KLAYOUT_VERSION=" 0.29.9 "
5
+ KLAYOUT_VERSION=" 0.29.10 "
6
6
7
7
# The version used for PyPI (don't use variables here!)
8
- KLAYOUT_PYPI_VERSION=" 0.29.9 "
8
+ KLAYOUT_PYPI_VERSION=" 0.29.10 "
9
9
10
10
# The build date
11
11
KLAYOUT_VERSION_DATE=$( date " +%Y-%m-%d" )
You can’t perform that action at this time.
0 commit comments