diff --git a/CHANGELOG.md b/CHANGELOG.md index ba159173..4202fd11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## [1.8.1] - UNRELEASED +## [1.8.1] - 2024-09-25 ### Fixed - Blender Export: - Stacked boards when using an automatically generated PCB3D. diff --git a/debian/changelog b/debian/changelog index e2bd8ac7..bfc3f349 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,15 @@ -kibot (1.8.1-1) UNRELEASED; urgency=medium +kibot (1.8.1-1) stable; urgency=medium - * Next release + * Bug fix release + * Blender Export: + - Stacked boards when using an automatically generated PCB3D. + - Point of view when using the human names instead of the axis names. + * Footprint variant (created by Var Replace filter): + - Flipped components didn't get flipped after replacement + - Problems generating drill outputs + * PCB print: errors when printing a fully empty layer - -- Salvador Eduardo Tropea Wed, 18 Sep 2024 09:21:46 -0300 + -- Salvador E. Tropea Wed, 25 Sep 2024 08:58:13 -0300 kibot (1.8.0-1) stable; urgency=medium @@ -85,7 +92,7 @@ kibot (1.8.0-1) stable; urgency=medium - Spec to Field: some simple defaults for the specs (voltage, current, power and tolerance) - -- Salvador Eduardo Tropea Tue, 17 Sep 2024 10:09:33 -0300 + -- Salvador E. Tropea Tue, 17 Sep 2024 10:09:33 -0300 kibot (1.7.0-1) stable; urgency=medium diff --git a/docs/source/Changelog.rst b/docs/source/Changelog.rst index 28a2bf06..6e33691b 100644 --- a/docs/source/Changelog.rst +++ b/docs/source/Changelog.rst @@ -13,7 +13,7 @@ Changelog `__, and this project adheres to `Semantic Versioning `__. -[1.8.1] - UNRELEASED +[1.8.1] - 2024-09-25 -------------------- Fixed @@ -32,6 +32,8 @@ Fixed - PCB print: errors when printing a fully empty layer +.. _section-1: + [1.8.0] - 2024-09-17 -------------------- @@ -175,7 +177,7 @@ Changed: - Spec to Field: some simple defaults for the specs (voltage, current, power and tolerance) -.. _section-1: +.. _section-2: [1.7.0] - 2024-04-23 -------------------- @@ -280,7 +282,7 @@ Changed - PcbDraw: Now handles panelized boards much faster. Previous code was really slow for panels and the time increased exponentially. -.. _section-2: +.. _section-3: [1.6.5] - 2024-03-31 -------------------- @@ -340,7 +342,7 @@ Fixed (#589) - Panelize: not able to use external JSON configs (#592) -.. _section-3: +.. _section-4: [1.6.4] - 2024-02-02 -------------------- @@ -621,7 +623,7 @@ Fixed - Problems when creating a colored resistor, but we didn’t have a cache yet (i.e. no model downloaded) #553 -.. _section-4: +.. _section-5: [1.6.3] - 2023-06-26 -------------------- @@ -791,7 +793,7 @@ Fixed - KiCad user template directory autodetection for KiCad 7+ -.. _section-5: +.. _section-6: [1.6.2] - 2023-04-24 -------------------- @@ -909,7 +911,7 @@ Changed: - Some R, L and C values that were rejected are accepted now. You just get a warning about what part of the value was discarded. -.. _section-6: +.. _section-7: [1.6.1] - 2023-03-16 -------------------- @@ -958,7 +960,7 @@ Fixed conditions were met. - PCB Print: KiCad crashing on some complex filled zones (#396) -.. _section-7: +.. _section-8: [1.6.0] - 2023-02-06 -------------------- @@ -1077,7 +1079,7 @@ Added ~/.cache/kibot/3d You can change the directory using KIBOT_3D_MODELS - License is now AGPL v3, since we are incorporating AGPL code. -.. _section-8: +.. _section-9: [1.5.1] - 2022-12-16 -------------------- @@ -1089,7 +1091,7 @@ Fixed - System level resources look-up -.. _section-9: +.. _section-10: [1.5.0] - 2022-12-16 -------------------- @@ -1203,7 +1205,7 @@ Fixed - Makefile: outputs marked as not run by default were listed in the ``all`` target. -.. _section-10: +.. _section-11: [1.4.0] - 2022-10-12 -------------------- @@ -1321,7 +1323,7 @@ Changed - When importing globals now options that are lists or dicts are merged, not just replaced. (#291) -.. _section-11: +.. _section-12: [1.3.0] - 2022-09-08 -------------------- @@ -1421,7 +1423,7 @@ Changed - Fails to expand KiCad vars are reported once (not every time) - No more warnings about missing 3D models when we can download them -.. _section-12: +.. _section-13: [1.2.0] - 2022-06-15 -------------------- @@ -1480,7 +1482,7 @@ Changed - ``navigate_results`` and ``compress`` outputs are created after others -.. _section-13: +.. _section-14: [1.1.0] - 2022-05-24 -------------------- @@ -1511,7 +1513,7 @@ Fixed - KiCost+Internal variants: problem with ``variant`` field capitalization -.. _section-14: +.. _section-15: [1.0.0] - 2022-05-10 -------------------- @@ -1689,7 +1691,7 @@ Fixed (not imported from KiCad 5) - Problems when using page layout files with relative paths. (#174) -.. _section-15: +.. _section-16: [0.11.0] - 2021-04-25 --------------------- @@ -1745,7 +1747,7 @@ Fixed - The “References” (plural) column is now coloured as “Reference” (singular) -.. _section-16: +.. _section-17: [0.10.1] - 2021-02-22 --------------------- @@ -1758,7 +1760,7 @@ Added - GitLab CI workaround - Verbosity level is now passed to KiAuto -.. _section-17: +.. _section-18: [0.10.0-4] - 2021-02-16 ----------------------- @@ -1770,7 +1772,7 @@ Fixed - Problem using Python 3.6 (ZipFile’s compresslevel arg needs 3.7) -.. _section-18: +.. _section-19: [0.10.0-3] - 2021-02-16 ----------------------- @@ -1782,7 +1784,7 @@ Fixed - Problem using Python 3.6 (StreamHandler.setStream introduced in 3.7) -.. _section-19: +.. _section-20: [0.10.0-2] - 2021-02-12 ----------------------- @@ -1794,7 +1796,7 @@ Fixed - Missing python3-distutils dependency on Debian package. -.. _section-20: +.. _section-21: [0.10.0] - 2021-02-12 --------------------- @@ -1857,7 +1859,7 @@ Fixed (i.e. UTF-8). - Problems when using components with more than 10 subparts. -.. _section-21: +.. _section-22: [0.9.0] - 2021-01-04 -------------------- @@ -1895,7 +1897,7 @@ Fixed - Generic filter ``include_only`` option worked only when debug enabled. -.. _section-22: +.. _section-23: [0.8.1] - 2020-12-09 -------------------- @@ -1916,7 +1918,7 @@ Fixed - Internal BoM separator wasn’t applied when using ``use_alt`` - Problems loading plug-ins when using ``pip``. -.. _section-23: +.. _section-24: [0.8.0] - 2020-11-06 -------------------- @@ -1947,7 +1949,7 @@ Fixed - Excellon drill output when using unified output and not using default KiCad names. -.. _section-24: +.. _section-25: [0.7.0] - 2020-09-11 -------------------- @@ -1985,7 +1987,7 @@ Fixed - Virtual components are always excluded from position files. Note you can change it using the variants mechanism. -.. _section-25: +.. _section-26: [0.6.2] - 2020-08-25 -------------------- @@ -2011,7 +2013,7 @@ Fixed - Problems with PcbDraw when generating PNG and JPG outputs. Now we use a more reliable conversion method when available. -.. _section-26: +.. _section-27: [0.6.1] - 2020-08-20 -------------------- @@ -2038,7 +2040,7 @@ Fixed - Problems when using ``pip install`` without –no-compile. At least for user level install. -.. _section-27: +.. _section-28: [0.6.0] - 2020-08-18 -------------------- @@ -2090,7 +2092,7 @@ Changed - pdf_sch_print: adds -schematic - IBoM: contains the project name. -.. _section-28: +.. _section-29: [0.5.0] - 2020-07-11 -------------------- @@ -2175,7 +2177,7 @@ Fixed - ‘ignore_unconnected’ preflight wasn’t working. - The report of hwo many ERC/DRC errors we found. -.. _section-29: +.. _section-30: [0.4.0] - 2020-06-17 -------------------- @@ -2188,7 +2190,7 @@ Added - STEP 3D model generation - Support for unpatched InteractiveHtmlBom -.. _section-30: +.. _section-31: [0.3.0] - 2020-06-14 -------------------- @@ -2217,7 +2219,7 @@ Fixed - Error codes that overlapped. -.. _section-31: +.. _section-32: [0.2.5] - 2020-06-11 -------------------- @@ -2238,7 +2240,7 @@ Fixed - All pcbnew plot formats generated gerber job files - Most formats that needed layers didn’t complain when omitted -.. _section-32: +.. _section-33: [0.2.4] - 2020-05-19 -------------------- @@ -2258,7 +2260,7 @@ Fixed - Problems for kibom and print_sch outputs when the PCB name included a path. -.. _section-33: +.. _section-34: [0.2.3] - 2020-04-23 -------------------- @@ -2270,7 +2272,7 @@ Added - List available targets -.. _section-34: +.. _section-35: [0.2.2] - 2020-04-20 -------------------- @@ -2283,7 +2285,7 @@ Fixed - KiBoM temporal files, now removed - preflight tasks that didn’t honor –out-dir -.. _section-35: +.. _section-36: [0.2.1] - 2020-04-18 -------------------- @@ -2296,7 +2298,7 @@ Fixed - Problem when the excellon drill target directory didn’t exist (now created) -.. _section-36: +.. _section-37: [0.2.0] - 2020-03-28 -------------------- @@ -2326,7 +2328,7 @@ Fixed - Debian dependencies -.. _section-37: +.. _section-38: [0.1.1] - 2020-03-13 -------------------- diff --git a/tools/release_helper_version.py b/tools/release_helper_version.py index b3aaadde..ffac1596 100755 --- a/tools/release_helper_version.py +++ b/tools/release_helper_version.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -VERSION = "1.8.0" +VERSION = "1.8.1" DRY = False from datetime import datetime