[KiKit][DOCs] Mentioned 1.4.0 release
This commit is contained in:
parent
f65a5a7eef
commit
bb936aedaa
|
|
@ -26,7 +26,9 @@
|
|||
|
||||
- Mandatory for: `panelize`, `stencil_3d`, `stencil_for_jig`
|
||||
- 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|
|
||||
|
||||
|
|
|
|||
|
|
@ -1242,7 +1242,7 @@ def print_dep_comments(dep, extra, ind):
|
|||
elif len(dep.comments) > 1:
|
||||
print(f'- {extra}Notes:')
|
||||
for comment in dep.comments:
|
||||
print('{ind}- {extra}'+comment)
|
||||
print(f'{ind}- {extra}'+comment)
|
||||
|
||||
|
||||
def compose_version(version, max_version):
|
||||
|
|
|
|||
|
|
@ -74,7 +74,9 @@ Dependencies:
|
|||
pypi: KiKit
|
||||
downloader: pytool
|
||||
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
|
||||
role: Separate multiboard projects
|
||||
- name: Xvfbwrapper
|
||||
|
|
|
|||
|
|
@ -722,7 +722,8 @@ deps = '{\
|
|||
"arch": null,\
|
||||
"command": "kikit",\
|
||||
"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",\
|
||||
"downloader": {},\
|
||||
|
|
|
|||
Loading…
Reference in New Issue