We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eeb284 commit 6d948bcCopy full SHA for 6d948bc
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+0.5.0
2
+---
3
+- **core**
4
+ - add SetRotation() to tinyterm Displayer interface, to make it a little easier to adjust in actual use
5
+- **modules**
6
+ - update to latest drivers and tinyfont
7
+
8
9
0.4.0
10
---
11
- **core**
version.go
@@ -4,4 +4,4 @@ package tinyterm
// of the TinyTerm package for support purposes.
//
// Update this value before release of new version of software.
-const Version = "0.4.0"
+const Version = "0.5.0"
0 commit comments