-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathversion.json
83 lines (83 loc) · 3.55 KB
/
version.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"lastest": "1.6.1",
"history": [
{
"version": "1.6.1",
"build": "2024-12-24",
"url": "https://github.com/cdhigh/sprintFontRelease/releases/download/v1.6.1/sprintFont_v1.6.1.rar",
"whatsnew": "Added AI translations: German, French, Spanish, Portuguese, Russian, and Turkish."
},
{
"version": "1.6",
"build": "2024-11-12",
"url": "https://github.com/cdhigh/sprintFontRelease/releases/download/v1.6/sprintFont_v1.6.rar",
"whatsnew": "1. New feature: invert font background (negative image).\n2. Bugfix: layout issue when word-spacing and line-spacing have positive values."
},
{
"version": "1.5.5",
"build": "2024-11-05",
"url": "https://github.com/cdhigh/sprintFontRelease/releases/download/v1.5.5/sprintFont_v1.5.5.rar",
"whatsnew": "1. Supports teardrop feature for SMD pads (experimental)."
},
{
"version": "1.5.4",
"build": "2024-03-23",
"url": "https://github.com/cdhigh/sprintFontRelease/releases/download/v1.5.4/sprintFont_v1.5.4.rar",
"whatsnew": "1. Supports Kicad footprint version 7/8\n2. Add font preview functionality.\n3. Display more error information when importing Kicad_mod files fails."
},
{
"version": "1.5.3",
"build": "2023-12-27",
"url": "https://github.com/cdhigh/sprintFontRelease/releases/download/v1.5.3/sprintFont_v1.5.3.rar",
"whatsnew": "1. fixed a name attribute error when importing footprint from EasyEDA\n2. Compile a release package that supports Windows XP"
},
{
"version": "1.5.2",
"build": "2022-10-22",
"url": "https://github.com/cdhigh/sprintFontRelease/releases/download/v1.5.2/sprintFont_v1.5.2.rar",
"whatsnew": "1. Add name property for all elements (ready for Sprint-Layout 08.07.2022)\n2. support user fonts in Windows10\n3. fix render problem for kaiti_GB2312"
},
{
"version": "1.5.1",
"build": "2022-08-07",
"url": "https://github.com/cdhigh/sprintFontRelease/releases/download/v1.5.1/sprintFont_v1.5.1.zip",
"whatsnew": "1. Rounded-tracks has two distances, if the big one is not suitable, the small one will be applied"
},
{
"version": "1.5",
"build": "2022-07-16",
"url": "https://github.com/cdhigh/sprintFontRelease/releases/download/v1.5/sprintFont_v1.5.zip",
"whatsnew": "1. Added Rounded-tracks"
},
{
"version": "1.4",
"build": "2022-07-13",
"url": "https://github.com/cdhigh/sprintFontRelease/releases/download/v1.4/sprintFont_v1.4.zip",
"whatsnew": "1. Added Teardrop pads"
},
{
"version": "1.3",
"build": "2022-06-12",
"url": "https://github.com/cdhigh/sprintFontRelease/releases/download/v1.3/sprintFont_v1.3.rar",
"whatsnew": "1. Added auto-routing (use Freerouting as auto-router)\n2. Added support for ttc/otc font format\n3. Some minor optimizations"
},
{
"version": "1.2",
"build": "2022-05-30",
"url": "https://github.com/cdhigh/sprintFontRelease/releases/download/v1.2/sprintFont_v1.2.rar",
"whatsnew": "1. Insert Qrcode"
},
{
"version": "1.1",
"build": "2022-05-25",
"url": "https://github.com/cdhigh/sprintFontRelease/releases/download/v1.1/sprintFont_v1.1.rar",
"whatsnew": "1. Import footprint from Kicad/EasyEDA.\n2. Insert svg image"
},
{
"version": "1.0",
"build": "2022-05-15",
"url": "https://github.com/cdhigh/sprintFontRelease/releases/download/v1.0/sprintFont_v1.0.rar",
"whatsnew": "1. Insert text in other fonts into Sprint-Layout"
}
]
}