Skip to content

Commit

Permalink
Bumped version to 2.0.4 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Sep 12, 2022
1 parent b44511e commit e4e62c8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.4] - 2022-09-12
### Added
- 3D render options to control:
- Hide the silkscreen layers
- Hide the solder mask layers
- Hide the solder paste layers
- Hide filled areas in zones
- Don't clip silkscreen at solder mask edges
- Don't clip silkscreen at via annuli

### Changed
- The 3D render now enables silkscreen clips by default


## [2.0.3] - 2022-09-02
### Added
- Support for the asynchronous "Info" dialogs found in KiCad 6.
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kiauto (2.0.4-1) stable; urgency=medium

* Added 3D options to disable more stuff (layers and clips)

-- Salvador E. Tropea <[email protected]> Fri, 09 Sep 2022 13:40:19 -0300

kiauto (2.0.3-1) stable; urgency=medium

* Added support for the asynchronous "Info" dialogs found in KiCad 6.
Expand Down
2 changes: 1 addition & 1 deletion kiauto/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,4 +298,4 @@ def get_en_locale(logger):
__email__ = '[email protected]'
__status__ = 'stable'
__url__ = 'https://github.com/INTI-CMNB/KiAuto/'
__version__ = '2.0.3'
__version__ = '2.0.4'

0 comments on commit e4e62c8

Please sign in to comment.