Skip to content

Commit 20f5745

Browse files
committed
v1.8.1
1 parent fc82dcd commit 20f5745

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ sprintFont is a plugin for Sprint-Layout v6 2022 and newer version.
1212
* Add teardrop pads
1313
* Rounded-tracks feature
1414
* Differential pair length matching
15+
* Export to Kicad/SVG/OpenSCAD
1516

1617

1718

@@ -313,6 +314,11 @@ In high-frequency circuits, maintaining equal lengths for differential pairs is
313314

314315
## 4. Changelog
315316

317+
### v1.8.1
318+
* Added support for exporting to SVG.
319+
* Smarter round tracks: multiple end-to-end connected tracks can now be treated as a single one when adding round tracks.
320+
* Bug fix: resolved the "failed to add teardrop pads" issue introduced in v1.8.
321+
316322
### v1.8
317323
* New feature: Export to Kicad and OpenSCAD.
318324

version.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
2-
"lastest": "1.8",
2+
"lastest": "1.8.1",
33
"history": [
4+
{
5+
"version": "1.8.1",
6+
"build": "2025-12-25",
7+
"url": "https://github.com/cdhigh/sprintFontRelease/releases/download/v1.8.1/sprintFont_v1.8.1.rar",
8+
"whatsnew": "1. Support to SVG\n2. Treat multiple end-to-end connected tracks as a single track when converting to round tracks.\n3. Bugfix: resolved the teardrop pads issue introduced in v1.8"
9+
},
410
{
511
"version": "1.8",
612
"build": "2025-12-05",

0 commit comments

Comments
 (0)