File tree Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 1
- 0.4 .0
1
+ 0.5 .0
2
2
---
3
+ - ** all**
4
+ - Use the Glypher interface
5
+ - Extend the CharsetRegistry to cover jisx
6
+ - const2bit: avoid heap allocations
7
+ - ** font generation**
8
+ - add support for loading multiple font files
9
+ - Do not convert jisx0201.1976
10
+ - support const1bit, where the font data is placed in ROM
11
+ - ** fonts**
12
+ - add shnm font
13
+ - ** examples**
14
+ - add examples/const1bit
15
+ - add support for gopher-badge
16
+ - add examples/unicode_font3_const
17
+
3
18
19
+ 0.4.0
20
+ ---
4
21
- ** all**
5
22
- avoid unneeded heap allocations, especially since embedded display value is interface anyhow
6
23
- ** build**
23
40
24
41
0.3.0
25
42
---
26
-
27
43
- Add Fonter and Glypher interfaces
28
44
- Refactor rotation process
29
45
- examples: use build directives for both Go1.17 and earlier versions
33
49
34
50
0.2.1
35
51
---
36
-
37
52
- Update to use TinyGo drivers v0.14.0
38
53
- Correct examples use of NewSPI()
39
54
40
55
0.2.0
41
56
---
42
-
43
57
This is the first proper release!
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.4 .0"
7
+ const Version = "0.5 .0"
You can’t perform that action at this time.
0 commit comments