Format changelog for 2.1.1

This commit is contained in:
Rodrigo Ramírez Norambuena 2017-03-18 09:36:50 -03:00
parent c62082b924
commit b23e474648

View File

@ -23,13 +23,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Restructured Test Suite - Restructured Test Suite
### Added ### Added
- Added Docker support (Pull Request [#673](https://github.com/MichMich/MagicMirror/pull/673)) - Added Docker support (Pull Request [#673](https://github.com/MichMich/MagicMirror/pull/673)).
- Calendar-specific support for `maximumEntries`, and ` maximumNumberOfDays` - Calendar-specific support for `maximumEntries`, and ` maximumNumberOfDays`.
- Add loaded function to modules, providing an async callback. - Add loaded function to modules, providing an async callback.
- Made default newsfeed module aware of gesture events from [MMM-Gestures](https://github.com/thobach/MMM-Gestures) - Made default newsfeed module aware of gesture events from [MMM-Gestures](https://github.com/thobach/MMM-Gestures)
- Add use pm2 for manager process into Installer RaspberryPi script - Add use pm2 for manager process into Installer RaspberryPi script.
- Russian Translation - Russian Translation.
- Afrikaans Translation - Afrikaans Translation.
- Add postinstall script to notify user that MagicMirror installed successfully despite warnings from NPM. - Add postinstall script to notify user that MagicMirror installed successfully despite warnings from NPM.
- Init tests using mocha. - Init tests using mocha.
- Option to use RegExp in Calendar's titleReplace. - Option to use RegExp in Calendar's titleReplace.
@ -37,22 +37,22 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Icelandic Translation. - Icelandic Translation.
- Add use a script to prevent when is run by SSH session set DISPLAY enviroment. - Add use a script to prevent when is run by SSH session set DISPLAY enviroment.
- Enable ability to set configuration file by the enviroment variable called MM_CONFIG_FILE. - Enable ability to set configuration file by the enviroment variable called MM_CONFIG_FILE.
- Option to give each calendar a different color - Option to give each calendar a different color.
- Option for colored min-temp and max-temp - Option for colored min-temp and max-temp.
- Add test e2e helloworld - Add test e2e helloworld.
- Add test e2e enviroment - Add test e2e enviroment.
- Add `chai-as-promised` npm module to devDependencies - Add `chai-as-promised` npm module to devDependencies.
- Basic set of tests for clock module - Basic set of tests for clock module.
- Run e2e test in Travis - Run e2e test in Travis.
- Estonian Translation. - Estonian Translation.
- Add test for compliments module for parts of day - Add test for compliments module for parts of day.
- Korean Translation. - Korean Translation.
- Added console warning on startup when deprecated config options are used - Added console warning on startup when deprecated config options are used.
- Add option to display temperature unit label to the current weather module - Add option to display temperature unit label to the current weather module.
- Added ability to disable wrapping of news items - Added ability to disable wrapping of news items.
- Added in the ability to hide events in the calendar module based on simple string filters. - Added in the ability to hide events in the calendar module based on simple string filters.
- Updated Norwegian translation. - Updated Norwegian translation.
- Added hideLoading option for News Feed module - Added hideLoading option for News Feed module.
- Added configurable dateFormat to clock module. - Added configurable dateFormat to clock module.
- Added multiple calendar icon support. - Added multiple calendar icon support.
@ -63,7 +63,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fix an issue where the analog clock looked scrambled. ([#611](https://github.com/MichMich/MagicMirror/issues/611)) - Fix an issue where the analog clock looked scrambled. ([#611](https://github.com/MichMich/MagicMirror/issues/611))
- If units is set to imperial, the showRainAmount option of weatherforecast will show the correct unit. - If units is set to imperial, the showRainAmount option of weatherforecast will show the correct unit.
- Module currentWeather: check if temperature received from api is defined. - Module currentWeather: check if temperature received from api is defined.
- Fix an issue with module hidden status changing to `true` although lock string prevented showing it - Fix an issue with module hidden status changing to `true` although lock string prevented showing it.
- Fix newsfeed module bug (removeStartTags) - Fix newsfeed module bug (removeStartTags)
- Fixed missing animation on `this.show(speed)` when module is alone in a region. - Fixed missing animation on `this.show(speed)` when module is alone in a region.