mirror of https://github.com/KLayout/klayout.git
Preparations for 0.28.3
This commit is contained in:
parent
c2dc27b0e1
commit
4b4556d396
12
Changelog
12
Changelog
|
|
@ -1,3 +1,15 @@
|
|||
0.28.3 (2023-01-12):
|
||||
* Bugfix: %GITHUB%/issues/1247 Layer stipples not updated after editing custom stipples with high-DPI displays
|
||||
* Bugfix: %GITHUB%/issues/1245 Connectivity not preserved when loading/saving technology
|
||||
* Bugfix: %GITHUB%/issues/1242 KLayout 0.28.2 crashes when registering a plugin if a layout exists
|
||||
* Bugfix: %GITHUB%/issues/1240 Layer is not activated from layer properties file on first creation
|
||||
* Bugfix: %GITHUB%/issues/1238 Macro IDE: breakpoints not effective on Windows
|
||||
* Bugfix: %GITHUB%/issues/1234 "Clone view": layer list is empty
|
||||
* Enhancement: %GITHUB%/issues/1228 Add option to have Show parameter names on by default
|
||||
* Enhancement: Improved performance of layer list with many layers
|
||||
* Bugfix: Restored ability to build with Python 2.7
|
||||
* Enhancement: Compatibility with Qt 6.4.1
|
||||
|
||||
0.28.2 (2022-12-22):
|
||||
* Bugfix: %GITHUB%/issues/1230 LVS browser crashes
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
klayout (0.28.3-1) unstable; urgency=low
|
||||
|
||||
* New features and bugfixes
|
||||
- See changelog
|
||||
|
||||
-- Matthias Köfferlein <matthias@koefferlein.de> Thu, 12 Jan 2023 07:14:02 +0100
|
||||
|
||||
klayout (0.28.2-1) unstable; urgency=low
|
||||
|
||||
* New features and bugfixes
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
# This script is sourced to define the main version parameters
|
||||
|
||||
# The main version
|
||||
KLAYOUT_VERSION="0.28.2"
|
||||
KLAYOUT_VERSION="0.28.3"
|
||||
|
||||
# The version used for PyPI (don't use variables here!)
|
||||
KLAYOUT_PYPI_VERSION="0.28.2"
|
||||
KLAYOUT_PYPI_VERSION="0.28.3"
|
||||
|
||||
# The build date
|
||||
KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")
|
||||
|
|
|
|||
Loading…
Reference in New Issue