From c931a08ec08bb626b28d3009e015a0964936b012 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Thu, 16 Mar 2023 21:24:01 +0100 Subject: [PATCH] Preparations for 0.28.6 --- Changelog | 20 ++++++++++++++++++++ Changelog.Debian | 7 +++++++ version.sh | 4 ++-- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index f540da47f..8c8eff60f 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,23 @@ +0.28.6 (2023-03-16): +* Enhancement: %GITHUB%/issues/1249 Include expanded/collapsed state of layer properties into session +* Bugfix: %GITHUB%/issues/1265 Issues installing klayout with pip on macOS related to libpng +* Enhancement: %GITHUB%/issues/1271 __version__ attribute in Python modules available now +* Bugfix: %GITHUB%/issues/1287 Goto Position (CRTL+G) is not showing the origin (0,0) +* Bugfix: %GITHUB%/issues/1291 Better compatibility of PyQt5 and KLayout (i.e. debugger does not crash) +* Enhancement: %GITHUB%/issues/1294 Persisting layer properties in sessions +* Bugfix: %GITHUB%/issues/1302 Select filter is not applied in partial mode +* Bugfix: %GITHUB%/issues/1304 Spice netlist reader: should read "M" terminals in DGS order +* Bugfix: %GITHUB%/issues/1309 Incomplete fill (polygon rasterizer issue) +* Bugfix: %GITHUB%/issues/1315 Cannot export layers from Marker Browser in viewer mode +* Bugfix/enhancement: some LEF/DEF parser issues solved with the help of a new complete sample case +* Bugfix: Avoid a segfault while editing a ruler. This happens is both a selection and a transient selection is active. +* Enhancement: Some enhancements for image editing (e.g. selection remains after moving handles) +* Enhancement: klayout.db Python module is auto-loaded for providing stream readers +* Enhancement: Spice reader now supports parametric subcircuits +* Enhancement: Build issue fixed for Qt 5.15.2 bindings +* Enhancement: Including Python's matplotlib into Windows binaries +* Bugfix: Reading fillcell-generated inputs again into DRC deck now also works for deep mode + 0.28.5 (2023-02-05): * Bugfix: %GITHUB%/issues/1275 Region.sized after .smooth returns empty region diff --git a/Changelog.Debian b/Changelog.Debian index ce62036c9..3b8e4ab7e 100644 --- a/Changelog.Debian +++ b/Changelog.Debian @@ -1,3 +1,10 @@ +klayout (0.28.6-1) unstable; urgency=low + + * New features and bugfixes + - See changelog + + -- Matthias Köfferlein Thu, 16 Mar 2023 21:23:46 +0100 + klayout (0.28.5-1) unstable; urgency=low * New features and bugfixes diff --git a/version.sh b/version.sh index 36b356e5e..52820156f 100644 --- a/version.sh +++ b/version.sh @@ -2,10 +2,10 @@ # This script is sourced to define the main version parameters # The main version -KLAYOUT_VERSION="0.28.5" +KLAYOUT_VERSION="0.28.6" # The version used for PyPI (don't use variables here!) -KLAYOUT_PYPI_VERSION="0.28.5" +KLAYOUT_PYPI_VERSION="0.28.6" # The build date KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")