Preparations version for 0.28.15

This commit is contained in:
Matthias Koefferlein 2024-01-01 17:20:18 +01:00
parent d248bfddf3
commit 6c8d97adc9
3 changed files with 18 additions and 2 deletions

View File

@ -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): 0.28.14 (2023-12-08):
* Bugfix: %GITHUB%/issues/1563 Duplicated Tabs in the Macro Development Tool * Bugfix: %GITHUB%/issues/1563 Duplicated Tabs in the Macro Development Tool
* Bugfix: %GITHUB%/issues/1560 git+https package installation on windows fails * Bugfix: %GITHUB%/issues/1560 git+https package installation on windows fails

View File

@ -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 klayout (0.28.14-1) unstable; urgency=low
* New features and bugfixes * New features and bugfixes

View File

@ -2,10 +2,10 @@
# This script is sourced to define the main version parameters # This script is sourced to define the main version parameters
# The main version # The main version
KLAYOUT_VERSION="0.28.14" KLAYOUT_VERSION="0.28.15"
# The version used for PyPI (don't use variables here!) # 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 # The build date
KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d") KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")