diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a068e9..d8eda1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.6.13] - 2022-06-06 ### Added - Force Mesa GL to use sofware render. Helps on some setups. (#22) - Support missing fp/sym-lib-table template. (#24) diff --git a/debian/changelog b/debian/changelog index 3a6f06a..9b6ede3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +kiauto (1.6.13-1) stable; urgency=medium + + * Added Support missing fp/sym-lib-table template. + * Added better pcbnew window available mechanism. + * Added an option to use the ray trace end detection with regular (OpenGL) renders + * Fixed problems when using PCBs in a read-only dir + * Adjusted time-outs + + -- Salvador E. Tropea Mon, 06 Jun 2022 11:13:16 -0300 + kiauto (1.6.12-1) stable; urgency=medium * Fixed in kicad2step: very small wait on exit and output dir option ignored diff --git a/kiauto/misc.py b/kiauto/misc.py index bbe8d10..d992549 100644 --- a/kiauto/misc.py +++ b/kiauto/misc.py @@ -291,4 +291,4 @@ def get_en_locale(logger): __email__ = 'stropea@inti.gob.ar' __status__ = 'stable' __url__ = 'https://github.com/INTI-CMNB/KiAuto/' -__version__ = '1.6.12' +__version__ = '1.6.13'