[KiKit][DOCs] Mentioned 1.4.0 release

This commit is contained in:
Salvador E. Tropea 2024-01-19 10:55:32 -03:00
parent f65a5a7eef
commit bb936aedaa
4 changed files with 9 additions and 4 deletions

View File

@ -26,7 +26,9 @@
- Mandatory for: `panelize`, `stencil_3d`, `stencil_for_jig` - Mandatory for: `panelize`, `stencil_3d`, `stencil_for_jig`
- Optional to separate multiboard projects for general use - Optional to separate multiboard projects for general use
- Note: Official 1.3.0 release does not work, use my fork if 1.3.0 is the latest - Notes:
- Official 1.3.0 release does not work, use my fork if 1.3.0 is the latest
- You can also try the official 1.4.0 release
`KiCad PCB/SCH Diff <https://github.com/INTI-CMNB/KiDiff>`__ :index:`: <pair: dependency; KiCad PCB/SCH Diff>` v2.5.3 |image12| |Auto-download| `KiCad PCB/SCH Diff <https://github.com/INTI-CMNB/KiDiff>`__ :index:`: <pair: dependency; KiCad PCB/SCH Diff>` v2.5.3 |image12| |Auto-download|

View File

@ -1242,7 +1242,7 @@ def print_dep_comments(dep, extra, ind):
elif len(dep.comments) > 1: elif len(dep.comments) > 1:
print(f'- {extra}Notes:') print(f'- {extra}Notes:')
for comment in dep.comments: for comment in dep.comments:
print('{ind}- {extra}'+comment) print(f'{ind}- {extra}'+comment)
def compose_version(version, max_version): def compose_version(version, max_version):

View File

@ -74,7 +74,9 @@ Dependencies:
pypi: KiKit pypi: KiKit
downloader: pytool downloader: pytool
version: 1.3.0.4 version: 1.3.0.4
comments: Official 1.3.0 release does not work, use my fork if 1.3.0 is the latest comments:
- Official 1.3.0 release does not work, use my fork if 1.3.0 is the latest
- You can also try the official 1.4.0 release
- from: KiKit - from: KiKit
role: Separate multiboard projects role: Separate multiboard projects
- name: Xvfbwrapper - name: Xvfbwrapper

View File

@ -722,7 +722,8 @@ deps = '{\
"arch": null,\ "arch": null,\
"command": "kikit",\ "command": "kikit",\
"comments": [\ "comments": [\
"Official 1.3.0 release does not work, use my fork if 1.3.0 is the latest"\ "Official 1.3.0 release does not work, use my fork if 1.3.0 is the latest",\
"You can also try the official 1.4.0 release"\
],\ ],\
"deb_package": "kikit",\ "deb_package": "kikit",\
"downloader": {},\ "downloader": {},\