Skip to content

Commit 40a778a

Browse files
committed
v1.5.4
* Add font preview functionality. * Display more error information when importing Kicad_mod files fails.
1 parent 655109f commit 40a778a

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# sprintFont manual
22
sprintFont is a plugin for Sprint-Layout v6 2022 and newer version.
33

4-
for version: v1.5.3
5-
64

75

86
## 1. Features
@@ -281,7 +279,9 @@ This function can convert ordinary tracks of various angles into rounded tracks,
281279

282280

283281
## 4. Changelog
284-
282+
### v1.5.4
283+
* Add font preview functionality.
284+
* Display more error information when importing Kicad_mod files fails.
285285

286286

287287
### v1.5.3

version.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
2-
"lastest": "1.5.3",
2+
"lastest": "1.5.4",
33
"history": [
4+
{
5+
"version": "1.5.4",
6+
"build": "2024-03-20",
7+
"url": "https://github.com/cdhigh/sprintFontRelease/releases/download/v1.5.4/sprintFont_v1.5.4.rar",
8+
"whatsnew": "1. Add font preview functionality.\n2. Display more error information when importing Kicad_mod files fails."
9+
},
410
{
511
"version": "1.5.3",
612
"build": "2023-12-27",

0 commit comments

Comments
 (0)