diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 661eda5f..00000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,83 +0,0 @@ -# MagicMirror² Change Log -All notable changes to this project will be documented in this file. -This project adheres to [Semantic Versioning](http://semver.org/). - -## Unpublished - -### Updated -- Force fullscreen when kioskmode is active. - -### Added -- Added ability to remove tags from the beginning or end of newsfeed items in 'newsfeed.js'. -- Added ability to define "the day after tomorrow" for calendar events (Definition for German already included). - -## [2.0.4] - 2016-08-07 - -### Added -- Brazilian Portuguese Translation. -- Option to enable Kios mode. -- Added ability to start the app with Dev Tools. -- Added ability to turn off the date display in `clock.js` when in analog mode. -- Greek Translation - -### Fixed -- Prevent `getModules()` selectors from returning duplicate entries. -- Append endpoints of weather modules with `/` to retreive the correct data. (Issue [#337](https://github.com/MichMich/MagicMirror/issues/337)) -- Corrected grammer in `module.js` from 'suspend' to 'suspended'. -- Fixed openweathermap.org URL in config sample. -- Prevent currentweather module from crashing when received data object is incorrect. -- Fix issue where translation loading prevented the UI start-up when the language was set to 'en'. (Issue [#388](https://github.com/MichMich/MagicMirror/issues/388)) - -### Updated -- Updated package.json to fix possible vulnerabilities. (Using Snyk) -- Updated weathericons -- Updated default weatherforecast to work with the new icons. -- More detailed error message in case config file couldn't be loaded. - -## [2.0.3] - 2016-07-12 -### Added -- Add max newsitems parameter to the newsfeed module. -- Translations for Simplified Chinese, Traditional Chinese and Japanese. -- Polish Translation -- Add an analog clock in addition to the digital one. - -### Fixed -- Edit Alert Module to display title & message if they are provided in the notification (Issue [#300](https://github.com/MichMich/MagicMirror/issues/300)) -- Removed 'null' reference from updateModuleContent(). This fixes recent Edge and Internet Explorer browser displays (Issue [#319](https://github.com/MichMich/MagicMirror/issues/319)) - -### Changed -- Added default string to calendar titleReplace. - -## [2.0.2] - 2016-06-05 -### Added -- Norwegian Translations (nb and nn) -- Portuguese Translation -- Swedish Translation - -### Fixed -- Added reference to Italian Translation. -- Added the missing NE translation to all languages. [#334](https://github.com/MichMich/MagicMirror/issues/344) -- Added proper User-Agent string to calendar call. - -### Changed -- Add option to use locationID in weather modules. - -## [2.0.1] - 2016-05-18 -### Added -- Changelog -- Italian Translation - -### 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