Skip to content

Commit

Permalink
Bumped version to 1.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Jul 1, 2022
1 parent 81843c7 commit 7c25f91
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@ 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.14] - 2022-07-01
### Added
- Support for partially saved projects (KiCad 6). (See INTI-CMNB/kicad_auto#11)
- The typing delay of pasted text is now scaled by the time-out scale.
- Delay before trying to paste the filename in the 3D render.
- Discard DRC errors explicitly excluded by KiCad 6 configuration. (#25)

### Fixed
- Problems to parse some KiCad 6 DRC messages. (#25)


## [1.6.13] - 2022-06-06
### Added
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
kiauto (1.6.14-1) stable; urgency=medium

* Added support for partially saved projects (KiCad 6).
* Added time-out scale to the typing delay of pasted text.
* Added delay before trying to paste the filename in the 3D render.
* Now DRC errors explicitly excluded by KiCad 6 configuration are discarded.
* Fixed problems to parse some KiCad 6 DRC messages.

-- Salvador E. Tropea <[email protected]> Fri, 01 Jul 2022 08:49:05 -0300

kiauto (1.6.13-1) stable; urgency=medium

* Added Support missing fp/sym-lib-table template.
Expand Down
2 changes: 1 addition & 1 deletion kiauto/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,4 @@ def get_en_locale(logger):
__email__ = '[email protected]'
__status__ = 'stable'
__url__ = 'https://github.com/INTI-CMNB/KiAuto/'
__version__ = '1.6.13'
__version__ = '1.6.14'

0 comments on commit 7c25f91

Please sign in to comment.