Skip to content

Commit fddcc1f

Browse files
author
devbisme
committed
docs: Added omitted files for new blog post to site.
1 parent a45734b commit fddcc1f

12 files changed

+255
-0
lines changed

docs/drafts/one-dot-two.html

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>SKiDL &mdash; New 1.2.0 Release</title>
5+
<meta charset="utf-8" />
6+
<link rel="profile" href="http://gmpg.org/xfn/11" />
7+
<link rel="stylesheet" type="text/css" href="/skidl/theme/css/style.css" />
8+
<link rel='stylesheet' id='oswald-css' href='http://fonts.googleapis.com/css?family=Oswald&#038;ver=3.3.2' type='text/css' media='all' />
9+
<link rel="preconnect" href="https://fonts.googleapis.com">
10+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11+
<link href="https://fonts.googleapis.com/css2?family=Oswald&family=Roboto+Condensed&display=swap" rel="stylesheet">
12+
<!-- <style type="text/css">
13+
body.custom-background { background-color: #f5f5f5; }
14+
</style> -->
15+
<link rel="alternate" type="application/atom+xml"
16+
title="SKiDL — Flux Atom"
17+
href="/skidl/" />
18+
<!--[if lte IE 8]><script src="/skidl/theme/js/html5shiv.js"></script><![endif]-->
19+
</head>
20+
21+
<body class="home blog custom-background " >
22+
<div id="container">
23+
<div id="header">
24+
<h1 id="site-title"><a href="/skidl"><img src="/skidl/images/banner.png" width="100%"></a></h1>
25+
<!-- <h1 id="site-title"><a href="/skidl">SKiDL</a></h1> -->
26+
</div><!-- /#banner -->
27+
28+
<div id="menu">
29+
<div class="menu-navigation-container">
30+
<ul id="menu-navigation" class="menu">
31+
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://github.com/devbisme/skidl">Github</a></li>
32+
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://github.com/devbisme/skidl/discussions">Forum</a></li>
33+
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="/skidl/category/posts.html">Blog</a></li>
34+
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="/skidl/api/html/index.html">API</a></li>
35+
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="/skidl/">Home</a></li>
36+
37+
</ul>
38+
</div> <!--/#menu-navigation-container-->
39+
</div><!-- /#menu -->
40+
41+
<div class="page-title">
42+
</div>
43+
44+
<div id="contents">
45+
46+
<div class="post type-post status-publish format-standard hentry category-general" id="post">
47+
<div class="entry-meta">
48+
<span class="date"><a href="/skidl/drafts/one-dot-two.html">Thu 22 December 2022</a></span>
49+
/
50+
<span class="byline"><a href="/skidl/author/dave-vandenbout.html">Dave Vandenbout</a></span>
51+
</div> <!-- /#entry-meta -->
52+
<div class="main">
53+
<h2 class="entry-title">
54+
<a href="/skidl/drafts/one-dot-two.html" title="Permalink to New 1.2.0 Release" rel="bookmark">New 1.2.0 Release</a>
55+
</h2>
56+
<div class="entry-content">
57+
<p>Well, it's been even longer for the 1.2.0 release: fourteen months!
58+
But at least there's lots of new stuff:</p>
59+
<ul>
60+
<li>Part pins can be sorted and retrieved in order using the new <code>ordered_pins</code> property.</li>
61+
<li>If you don't explicitly declare a footprint for a <code>Part</code> object, one will get loaded from the default footprint in their symbol definition.
62+
And if the footprint is still missing, you can define an <code>empty_footprint_handler</code> function to address that. (This defaults to a function
63+
that logs an error.)</li>
64+
<li>The <code>generate_pcb</code> function now accepts an optional list of footprint library directories.</li>
65+
<li>You can now place URLs in the <code>lib_search_paths</code> dictionary to search remote repositories for parts.
66+
KiCad V6 symbols are found at <code>https://gitlab.com/kicad/libraries/kicad-symbols/-/raw/master</code>
67+
and V5 symbols are at <code>https://raw.githubusercontent.com/KiCad/kicad-symbols/master/</code>.</li>
68+
<li>You can create hierarchy in your designs without function calls by using the new <code>Group</code> context.</li>
69+
<li>The new <code>generate_schematic</code> function creates an editable schematic from a Circuit object. (This only works for KiCad V5 right now.)</li>
70+
</ul>
71+
</div> <!--/#entry-content-->
72+
</div> <!--/#main-->
73+
</div> <!--/#post-->
74+
75+
</div>
76+
77+
<div id="footer">
78+
<p> </p>
79+
</div><!-- /#footer -->
80+
</div><!-- /#container -->
81+
<div style="display:none"></div>
82+
</body>
83+
</html>
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)