File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+
1110.29.9 (2024-12-01):
212* Bug: %GITHUB%/issues/1907 Locking layouts against modification during recursive iteration of instances and shapes
313 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 <matthias@koefferlein.de> Mon, 02 Dec 2024 22:23:47 +0100
7+
18klayout (0.29.9-1) unstable; urgency=low
29
310 * New features and bugfixes
Original file line number Diff line number Diff line change 22# This script is sourced to define the main version parameters
33
44# The main version
5- KLAYOUT_VERSION=" 0.29.9 "
5+ KLAYOUT_VERSION=" 0.29.10 "
66
77# The version used for PyPI (don't use variables here!)
8- KLAYOUT_PYPI_VERSION=" 0.29.9 "
8+ KLAYOUT_PYPI_VERSION=" 0.29.10 "
99
1010# The build date
1111KLAYOUT_VERSION_DATE=$( date " +%Y-%m-%d" )
You can’t perform that action at this time.
0 commit comments