2016-05-13 09:10:54 +02:00
|
|
|
# MagicMirror² Change Log
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
2016-07-12 15:42:10 +02:00
|
|
|
## [2.0.3] - 2016-07-12
|
2016-06-06 11:35:31 +02:00
|
|
|
### Added
|
|
|
|
- Add max newsitems parameter to the newsfeed module.
|
2016-06-07 16:46:32 +02:00
|
|
|
- Translations for Simplified Chinese, Traditional Chinese and Japanese.
|
2016-06-09 13:57:46 +02:00
|
|
|
- Polish Translation
|
2016-07-08 19:02:11 -06:00
|
|
|
- Add an analog clock in addition to the digital one.
|
2016-06-06 11:35:31 +02:00
|
|
|
|
|
|
|
### Fixed
|
2016-06-27 16:34:51 +00:00
|
|
|
- Edit Alert Module to display title & message if they are provided in the notification (Issue #300)
|
2016-07-01 11:55:42 -06:00
|
|
|
- Removed 'null' reference from updateModuleContent(). This fixes recent Edge and Internet Explorer browser displays (Issue #319)
|
2016-06-06 11:35:31 +02:00
|
|
|
|
|
|
|
### Changed
|
2016-06-06 12:09:17 +02:00
|
|
|
- Added default string to calendar titleReplace.
|
2016-06-06 11:35:31 +02:00
|
|
|
|
2016-06-05 12:03:00 +02:00
|
|
|
## [2.0.2] - 2016-06-05
|
2016-05-19 23:37:32 +02:00
|
|
|
### Added
|
2016-05-20 01:22:45 +02:00
|
|
|
- Norwegian Translations (nb and nn)
|
2016-05-21 15:37:00 +01:00
|
|
|
- Portuguese Translation
|
2016-05-27 19:04:53 +02:00
|
|
|
- Swedish Translation
|
2016-05-19 23:37:32 +02:00
|
|
|
|
2016-06-04 21:42:05 +02:00
|
|
|
### Fixed
|
|
|
|
- Added reference to Italian Translation.
|
|
|
|
- Added the missing NE translation to all languages. [#334](https://github.com/MichMich/MagicMirror/issues/344)
|
2016-06-05 09:25:36 +02:00
|
|
|
- Added proper User-Agent string to calendar call.
|
2016-06-04 21:42:05 +02:00
|
|
|
|
|
|
|
### Changed
|
2016-05-26 12:03:29 +02:00
|
|
|
- Add option to use locationID in weather modules.
|
|
|
|
|
2016-05-18 11:03:19 +02:00
|
|
|
## [2.0.1] - 2016-05-18
|
2016-05-13 09:10:54 +02:00
|
|
|
### Added
|
|
|
|
- Changelog
|
2016-05-13 22:01:51 +02:00
|
|
|
- Italian Translation
|
2016-05-13 09:10:54 +02:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Improve the installer by fetching the latest Node.js without any 3rd party interferences.
|
|
|
|
|
|
|
|
## [2.0.0] - 2016-05-03
|
|
|
|
### Initial release of MagicMirror²
|
|
|
|
It includes (but is not limited to) the following features:
|
|
|
|
- Modular system allowing 3rd party plugins.
|
|
|
|
- An Node/Electron based application taking away the need for external servers or browsers.
|
|
|
|
- A complete development API documentation.
|
|
|
|
- Small cute fairies that kiss you while you sleep.
|
|
|
|
|
|
|
|
## [1.0.0] - 2014-02-16
|
|
|
|
### Initial release of MagicMirror.
|
|
|
|
This was part of the blogpost: http://michaelteeuw.nl/post/83916869600/magic-mirror-part-vi-production-of-the
|