File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
1
+ 0.4.0
2
+ ---
3
+
4
+ - ** all**
5
+ - avoid unneeded heap allocations, especially since embedded display value is interface anyhow
6
+ - ** build**
7
+ - improve Makefile to match other projects
8
+ - switch to ghcr.io for docker container
9
+ - switch to github actions
10
+ - ** docs**
11
+ - switch badge to GH actions
12
+ - update README.md
13
+ - ** make**
14
+ - update so all task works as expected
15
+ - ** modules**
16
+ - update to latest tinygo drivers
17
+ - ** tinyfontgen**
18
+ - remove NULL character
19
+ - Added support for generating fonts from ttf (#37 )
20
+ - ** misc**
21
+ - add .gitignore
22
+
23
+
1
24
0.3.0
2
25
---
3
26
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ package tinyfont
4
4
// for support purposes.
5
5
//
6
6
// Update this value before release of new version of software.
7
- const Version = "0.3 .0"
7
+ const Version = "0.4 .0"
You can’t perform that action at this time.
0 commit comments