[DOCs] Updated for release
This commit is contained in:
parent
0e14520eed
commit
8576771688
|
|
@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [1.6.2] - UNRELEASED
|
## [1.6.2] - 2023-04-24
|
||||||
### Added
|
### Added
|
||||||
- General:
|
- General:
|
||||||
- Support for time stamp in the date (i.e. 2023-04-02T09:22-03:00)
|
- Support for time stamp in the date (i.e. 2023-04-02T09:22-03:00)
|
||||||
|
|
|
||||||
|
|
@ -14,8 +14,9 @@
|
||||||
- The GitHub actions now use the full/test docker images. So now they include PanDoc and also Blender.
|
- The GitHub actions now use the full/test docker images. So now they include PanDoc and also Blender.
|
||||||
- If you are looking for the GitHub Actions documentation, and you already know how to use KiBot, or want a quick start, read: [GitHub Actions](#usage-of-github-actions)
|
- If you are looking for the GitHub Actions documentation, and you already know how to use KiBot, or want a quick start, read: [GitHub Actions](#usage-of-github-actions)
|
||||||
|
|
||||||
**New on v1.6.1**
|
**New on v1.6.2**
|
||||||
- KiCad 7.0.1 support
|
- KiCad 7.0.2 support
|
||||||
|
- Colored 3D THT resistors
|
||||||
|
|
||||||
## Index
|
## Index
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,49 @@
|
||||||
kibot (1.6.2-1) UNRELEASED; urgency=medium
|
kibot (1.6.2-1) stable; urgency=medium
|
||||||
|
|
||||||
* Reserved
|
* Added support for time stamp in the date
|
||||||
|
* Added support to pass variables to the 3D models download URL
|
||||||
|
* Added support for netclass flags
|
||||||
|
* Added export KICADn_* environment variables for the older versions
|
||||||
|
* Added **%M** expansion pattern (directory where the pcb/sch resides)
|
||||||
|
* Added `--banner N` option to display a banner
|
||||||
|
* Added `--log FILE` option to log to a file, in addition to the stderr
|
||||||
|
* Added global options `colored_tht_resistors` to disable the 3D colored Rs
|
||||||
|
* Added global options `field_tolerance` field/s to look for Rs tolerance
|
||||||
|
* Added global options `default_resistor_tolerance` which tolerance to use
|
||||||
|
when none found
|
||||||
|
* Added global options `cache_3d_resistors` to avoid generating them all the
|
||||||
|
time
|
||||||
|
* Added global options `resources_dir` to specify fonts and colors to install
|
||||||
|
* Added colored 3D models for THT resistors
|
||||||
|
* Added Better default light for Blender export
|
||||||
|
* Added More light options for Blender export
|
||||||
|
* Added `individual_page_scaling` to control if the center of the page is
|
||||||
|
computed using all pages or individually.
|
||||||
|
* All plot related outputs outputs now support scaling.
|
||||||
|
* Added support for extra information in the *Value* field in BoM.
|
||||||
|
* PCB/SCH parity test: - Check for value and fields/properties.
|
||||||
|
* Added Support for title change in SCH print
|
||||||
|
* Added Option to use the auxiliary origin as reference for VRML
|
||||||
|
* Fixed Makefile: don't skip all preflights on each run, just the ones we
|
||||||
|
generate as targets
|
||||||
|
* Fixed KiKit present: problems when no board was specified.
|
||||||
|
* Fixed Datasheet download: Avoid interruptions when too many redirections
|
||||||
|
is detected
|
||||||
|
* Fixed PcbDraw: KiCad 7.0.1 polygons used as board edge
|
||||||
|
* Fixed PCB Print: Interference between the visible layers in the PRL file
|
||||||
|
and the results when scaling
|
||||||
|
* Fixed PCB Print: Problems with images in the WKS (KiCad 5/6)
|
||||||
|
* Fixed Diff: Problems when using an output and no variant specified
|
||||||
|
* Fixed PCB/SCH parity test: Workaround for bogus net codes generated by
|
||||||
|
KiCad
|
||||||
|
* Fixed 3D Models: Problems to download KiCad 7 models
|
||||||
|
* Fixed 3D Models: Added workaround for KiCad 7 failing to export VRMLs for
|
||||||
|
PCBs using paths relative to the footprint.
|
||||||
|
* Fixed VRML: ref_y coordinate not used.
|
||||||
|
* Changed: Some R, L and C values that were rejected are accepted now.
|
||||||
|
You just get a warning about what part of the value was discarded.
|
||||||
|
|
||||||
-- Salvador Eduardo Tropea <salvador@inti.gob.ar> Fri, 17 Mar 2023 10:46:41 -0300
|
-- Salvador E. Tropea <salvador@inti.gob.ar> Mon, 24 Apr 2023 12:39:12 -0300
|
||||||
|
|
||||||
kibot (1.6.1-2) stable; urgency=medium
|
kibot (1.6.1-2) stable; urgency=medium
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,8 +13,9 @@
|
||||||
- The GitHub actions now use the full/test docker images. So now they include PanDoc and also Blender.
|
- The GitHub actions now use the full/test docker images. So now they include PanDoc and also Blender.
|
||||||
- If you are looking for the GitHub Actions documentation, and you already know how to use KiBot, or want a quick start, read: [GitHub Actions](#usage-of-github-actions)
|
- If you are looking for the GitHub Actions documentation, and you already know how to use KiBot, or want a quick start, read: [GitHub Actions](#usage-of-github-actions)
|
||||||
|
|
||||||
**New on v1.6.1**
|
**New on v1.6.2**
|
||||||
- KiCad 7.0.1 support
|
- KiCad 7.0.2 support
|
||||||
|
- Colored 3D THT resistors
|
||||||
|
|
||||||
## Index
|
## Index
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue