Updated version and changelog.

This commit is contained in:
Matthias Koefferlein
2018-07-11 00:40:58 +02:00
parent 5379f69fb0
commit beec00d7f4
4 changed files with 25 additions and 2 deletions
+16
View File
@@ -1,3 +1,19 @@
0.25.3 (2018-07-11):
* Bugfix: https://github.com/klayoutmatthias/klayout/issues/121
Issue with multiple reads of GDS2 layouts including PCells
* Bugfix: https://github.com/klayoutmatthias/klayout/issues/134
Error in cell.fill_region caused by big polygon with
spikes
* Bugfix: https://github.com/klayoutmatthias/klayout/issues/139
Libraries have not been reassigned when loading a GDS file
from command line (does not happen on File/Open)
* Bugfix: 8 bit indexed GIF images can be used for package icons now
* Enhancement: Selection now shows PCell display names
Before, the internal name was shown for instances
* Enhancement: There is an option in the View menu to show or hide markers
Markers may hide layout under them. With this feature you can
quickly disable all markers and the layout becomes visible.
0.25.3 (2018-05-03):
* Enhancement: Compile option to use libcurl instead of QtNetwork