mirror of https://github.com/KLayout/klayout.git
Preparations version for 0.28.15
This commit is contained in:
parent
d248bfddf3
commit
6c8d97adc9
|
|
@ -1,3 +1,12 @@
|
|||
0.28.15 (2023-01-02):
|
||||
* Bugfix: %GITHUB%/issues/1578 Missing strm2*.exe in the Windows portable binary package (*.zip)
|
||||
* Enhancement: %GITHUB%/issues/1569 Make "toggle (selected) layer" key-bindable
|
||||
Plus feature: "visibility follows selection"
|
||||
* Bugfix: %GITHUB%/issues/1565 quit() raises an error in KLayout Python Console
|
||||
* Bugfix: %GITHUB%/issues/1556 Cannot shrink Marker Browser window
|
||||
* Bugfix: %GITHUB%/issues/1539 Misleading description in 'Flatten Cell'
|
||||
* Enhancement: Supporting UCRT runtime option in MSYS2 deployment
|
||||
|
||||
0.28.14 (2023-12-08):
|
||||
* Bugfix: %GITHUB%/issues/1563 Duplicated Tabs in the Macro Development Tool
|
||||
* Bugfix: %GITHUB%/issues/1560 git+https package installation on windows fails
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
klayout (0.28.15-1) unstable; urgency=low
|
||||
|
||||
* New features and bugfixes
|
||||
- See changelog
|
||||
|
||||
-- Matthias Köfferlein <matthias@koefferlein.de> Mon, 01 Jan 2024 17:16:00 +0100
|
||||
|
||||
klayout (0.28.14-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.14"
|
||||
KLAYOUT_VERSION="0.28.15"
|
||||
|
||||
# The version used for PyPI (don't use variables here!)
|
||||
KLAYOUT_PYPI_VERSION="0.28.14"
|
||||
KLAYOUT_PYPI_VERSION="0.28.15"
|
||||
|
||||
# The build date
|
||||
KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")
|
||||
|
|
|
|||
Loading…
Reference in New Issue