Skip to content

Commit 9cdc6d0

Browse files
committed
Version 3.4
1 parent d9ac062 commit 9cdc6d0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [3.4.0](https://github.com/DeanIsMe/SevSeg/releases/tag/v3.4.0) (2019-04-21)
4+
5+
### Added
6+
* support for '*', which is displayed as degree symbol
7+
* expanded setBrightness capabilities
8+
* support for displays with no decimal point
9+
* improved blank() functionality
310

411
## [3.3.0](https://github.com/DeanIsMe/SevSeg/releases/tag/v3.3.0) (2017-02-22)
512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Results will vary for each implementation. The brightness seen depends on the di
150150

151151
## License
152152

153-
Copyright 2017 Dean Reading
153+
Copyright 2019 Dean Reading
154154

155155
Licensed under the Apache License, Version 2.0 (the "License");
156156
you may not use this file except in compliance with the License.

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SevSeg
2-
version=3.3.0
2+
version=3.4.0
33
author=Dean Reading <deanreading@hotmail.com>
44
maintainer=Dean Reading <deanreading@hotmail.com>
55
sentence=Turns your Arduino into a seven segment display controller!

0 commit comments

Comments
 (0)