Skip to content

Commit

Permalink
v1.6
Browse files Browse the repository at this point in the history
1. New feature: invert font background (negative image).
2. Bugfix: layout issue when word-spacing and line-spacing have positive values.
  • Loading branch information
cdhigh committed Nov 12, 2024
1 parent ba95a2f commit d5fac36
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
16 changes: 4 additions & 12 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.6
* 1. New feature: invert font background (negative image).
* 2. Bugfix: layout issue when word-spacing and line-spacing have positive values.

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

Expand All @@ -300,50 +304,38 @@ This function can convert ordinary tracks of various angles into rounded tracks,
* Compile a release package that supports Windows XP



### v1.5.2
* Add name property for all elements (ready for Sprint-Layout 08.07.2022)
* support user fonts in Windows10
* fix render problem for kaiti_GB2312




### v1.5.1
* Rounded-tracks has two distances, if the big one is not suitable, the small one will be applied



### v1.5
* Convert tracks to Rounded-tracks



### v1.4
* Added teardrop pads



### v1.3
* Added auto-routing (use Freerouting as auto-router)
* Added support for ttc/otc font format
* Some minor optimizations



### v1.2
* Insert Qrcode



### v1.1
* Import footprint from Kicad/EasyEDA
* Insert svg image



### v1.0
* Insert text in other fonts into Sprint-Layout



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.5",
"lastest": "1.6",
"history": [
{
"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",
Expand Down

0 comments on commit d5fac36

Please sign in to comment.