Add information about recent changes.

This commit is contained in:
Michael Teeuw 2016-10-13 15:15:38 +02:00
parent e7ca73bbad
commit 0433432e62

View File

@ -14,10 +14,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Added ability to change the point of time when calendar events get relative. - Added ability to change the point of time when calendar events get relative.
- Add Splash screen on boot. - Add Splash screen on boot.
- Add option to show humidity in currentWeather module. - Add option to show humidity in currentWeather module.
- Add Visibility locking to module system. See [documentation](https://github.com/MichMich/MagicMirror/tree/develop/modules#visibility-locking) for more information.
- Add VSCode IntelliSense support.
### Updated ### Updated
- Modified translations for Frysk. - Modified translations for Frysk.
- Updated package.json as a result of Snyk security update. - Updated package.json as a result of Snyk security update.
- Improve object instantiation to prevent reference errors.
- Improve logger. `Log.log()` now accepts multiple arguments.
### Changed ### Changed
- Calendar times are now uniformly capitalized. - Calendar times are now uniformly capitalized.