Skip to content

Commit

Permalink
Prepare for release 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <ron@hybridgroup.com>
  • Loading branch information
deadprogram committed Oct 30, 2024
1 parent f85542c commit e1b2128
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
22 changes: 18 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
0.4.0
0.5.0
---
- **all**
- Use the Glypher interface
- Extend the CharsetRegistry to cover jisx
- const2bit: avoid heap allocations
- **font generation**
- add support for loading multiple font files
- Do not convert jisx0201.1976
- support const1bit, where the font data is placed in ROM
- **fonts**
- add shnm font
- **examples**
- add examples/const1bit
- add support for gopher-badge
- add examples/unicode_font3_const


0.4.0
---
- **all**
- avoid unneeded heap allocations, especially since embedded display value is interface anyhow
- **build**
Expand All @@ -23,7 +40,6 @@

0.3.0
---

- Add Fonter and Glypher interfaces
- Refactor rotation process
- examples: use build directives for both Go1.17 and earlier versions
Expand All @@ -33,11 +49,9 @@

0.2.1
---

- Update to use TinyGo drivers v0.14.0
- Correct examples use of NewSPI()

0.2.0
---

This is the first proper release!
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package tinyfont
// for support purposes.
//
// Update this value before release of new version of software.
const Version = "0.4.0"
const Version = "0.5.0"

0 comments on commit e1b2128

Please sign in to comment.