Skip to content

Commit

Permalink
v1.5.5
Browse files Browse the repository at this point in the history
Supports teardrop feature for SMD pads (experimental).
  • Loading branch information
cdhigh committed Nov 5, 2024
1 parent 0dbca4a commit ba95a2f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,10 @@ This function can convert ordinary tracks of various angles into rounded tracks,


## 4. Changelog
### v1.5.5
* Supports teardrop feature for SMD pads (experimental).


### v1.5.4
* Supports Kicad footprint version 7/8.
* Add font preview functionality.
Expand Down
8 changes: 7 additions & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"lastest": "1.5.4",
"lastest": "1.5.5",
"history": [
{
"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",
Expand Down

0 comments on commit ba95a2f

Please sign in to comment.