File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ 0.3.0
2+ ---
3+
4+ - ** all**
5+ - add .gitignore
6+ - ** build**
7+ - add Makefile and GH Actions workflow
8+ - add 'make test' alias to Makefile
9+ - switch to ghcr.io for docker container
10+ - ** docs**
11+ - add GH action badge to README
12+ - add godoc explanations and general header about what this package does
13+ - explain what the different examples are and how to run them
14+ - ** examples**
15+ - correct go fmt of pybadge example
16+ - unify with initdisplay and add gopher-badge
17+ - examples/initdisplay/pybadge: fix rotation
18+ - ** license**
19+ - add same license file as the rest of TinyGo
20+ - ** modules**
21+ - update to latest drivers
22+ - ** core**
23+ - handle displays without hardware scrolling (#4 )
Original file line number Diff line number Diff line change 1+ package tinyterm
2+
3+ // Version returns a user-readable string showing the version
4+ // of the TinyTerm package for support purposes.
5+ //
6+ // Update this value before release of new version of software.
7+ const Version = "0.3.0"
You can’t perform that action at this time.
0 commit comments