Skip to content

Commit fc82dcd

Browse files
committed
v1.8
1 parent 59260a7 commit fc82dcd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,9 @@ In high-frequency circuits, maintaining equal lengths for differential pairs is
313313

314314
## 4. Changelog
315315

316+
### v1.8
317+
* New feature: Export to Kicad and OpenSCAD.
318+
316319
### v1.7.1
317320
* The configuration file is saved to the current user's AppData directory.
318321

version.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
2-
"lastest": "1.7.1",
2+
"lastest": "1.8",
33
"history": [
4+
{
5+
"version": "1.8",
6+
"build": "2025-12-05",
7+
"url": "https://github.com/cdhigh/sprintFontRelease/releases/download/v1.8/sprintFont_v1.8.rar",
8+
"whatsnew": "Added the ability to export to KiCad and OpenSCAD."
9+
},
410
{
511
"version": "1.7.1",
612
"build": "2025-11-09",

0 commit comments

Comments
 (0)