forked from johnbeard/kiplot
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCs] Updated version info for release
- Loading branch information
Showing
4 changed files
with
53 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> Wed, 18 Sep 2024 09:21:46 -0300 | ||
-- Salvador E. Tropea <[email protected]> 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 <[email protected]> Tue, 17 Sep 2024 10:09:33 -0300 | ||
-- Salvador E. Tropea <[email protected]> Tue, 17 Sep 2024 10:09:33 -0300 | ||
|
||
kibot (1.7.0-1) stable; urgency=medium | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/usr/bin/python3 | ||
VERSION = "1.8.0" | ||
VERSION = "1.8.1" | ||
DRY = False | ||
|
||
from datetime import datetime | ||
|