mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Update changelog and add another birtday
This commit is contained in:
parent
82b50d3059
commit
cafa4211a6
@ -25,6 +25,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- Run tests on long term support and latest stable version of nodejs
|
||||
- Added the ability to configure a list of modules that shouldn't be update checked.
|
||||
- Run linters on git commits
|
||||
- Added date functionality to compliments: display birthday wishes or celebrate an anniversary
|
||||
|
||||
### Fixed
|
||||
- Force declaration of public ip address in config file (ISSUE #1852)
|
||||
|
@ -30,6 +30,7 @@ Module.register("compliments", {
|
||||
"Hi, sexy!"
|
||||
],
|
||||
date: [
|
||||
["03-14", "Happy birthday, Albert Einstein!"],
|
||||
["12-10", "Happy birthday, Ada Lovelace!"]
|
||||
],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user