Skip to content

Commit

Permalink
Bumped version to 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Oct 22, 2023
1 parent f489865 commit df69484
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ 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] -

## [2.2.8] - 2023-10-22
### Added
- Support for KiCad 7.0.8
- Support for KiCad 7.0.6/7/8 when no interposer is available (mostly ARM64)
- New options widgets in the ERC dialog (skipped when no interposer)
- New behavior when schematic already opened
- Experimental option to enable the file creation by PID when using the
interposer. Use KIAUTO_USE_PID_FOR_CREATE=1 environment variable
interposer. Use KIAUTO_USE_PID_FOR_CREATE=1 environment variable.
You can try it if experimenting problems using VirtioFS on macOS.


## [2.2.7] - 2023-08-08
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.2.8-1) stable; urgency=medium

* KiCad 7.0.8 support (even when no interposer is available)

-- Salvador Eduardo Tropea <[email protected]> Sun, 22 Oct 2023 17:54:38 -0300

kiauto (2.2.7-1) stable; urgency=medium

* KiCad 7.0.7 RC1 support
Expand Down
2 changes: 1 addition & 1 deletion kiauto/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,4 +347,4 @@ def get_en_locale(logger):
__email__ = '[email protected]'
__status__ = 'stable'
__url__ = 'https://github.com/INTI-CMNB/KiAuto/'
__version__ = '2.2.7'
__version__ = '2.2.8'

0 comments on commit df69484

Please sign in to comment.