Skip to content

Commit

Permalink
Bumped version to 1.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Apr 18, 2022
1 parent 3c156d1 commit 55d2ae3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.6.10] - 2022-04-18
### Fixed
- eeschema_do fails when loading the schematics took more than 3 seconds.

### Changed
- Time-outs when waiting for the PCB print dialog. Should make things faster.

## [1.6.9] - 2022-04-10
### Fixed
- `--list` option was limited to layer IDs upto 50. Now isn't limited.
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 (1.6.10-1) stable; urgency=medium

* Adjusts in the time-outs

-- Salvador Eduardo Tropea <[email protected]> Mon, 18 Apr 2022 14:43:10 -0300

kiauto (1.6.9-1) stable; urgency=medium

* Fixes in --list and support for newer xclip versions
Expand Down
8 changes: 4 additions & 4 deletions kiauto/misc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020-2021 Salvador E. Tropea
# Copyright (c) 2020-2021 Instituto Nacional de Tecnologïa Industrial
# Copyright (c) 2020-2022 Salvador E. Tropea
# Copyright (c) 2020-2022 Instituto Nacional de Tecnologïa Industrial
# License: Apache 2.0
# Project: KiAuto (formerly kicad-automation-scripts)
import os
Expand Down Expand Up @@ -33,7 +33,7 @@
CORRUPTED_PCB = 13
NO_EN_LOCALE = 14
MISSING_TOOL = 15
# Wait 40 s to pcbnew/eeschema window to be present
# Wait 60 s to pcbnew/eeschema window to be present
WAIT_START = 60
# Name for testing versions
NIGHTLY = 'nightly'
Expand Down Expand Up @@ -290,4 +290,4 @@ def get_en_locale(logger):
__email__ = '[email protected]'
__status__ = 'stable'
__url__ = 'https://github.com/INTI-CMNB/KiAuto/'
__version__ = '1.6.9'
__version__ = '1.6.10'

0 comments on commit 55d2ae3

Please sign in to comment.