mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Merge pull request #966 from roramirez/format-changelog
Fix litles changes of format in the Changelog
This commit is contained in:
commit
8a830e40bb
21
CHANGELOG.md
21
CHANGELOG.md
@ -9,16 +9,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
### Added
|
### Added
|
||||||
- Add `clientonly` script to start only the electron client for a remote server.
|
- Add `clientonly` script to start only the electron client for a remote server.
|
||||||
- Add symbol and color properties of event when `CALENDAR_EVENTS` notification is broadcasted from `default/calendar` module.
|
- Add symbol and color properties of event when `CALENDAR_EVENTS` notification is broadcasted from `default/calendar` module.
|
||||||
- Add `.vscode/` folder to `.gitignore` to keep custom Visual Studio Code config out of git
|
- Add `.vscode/` folder to `.gitignore` to keep custom Visual Studio Code config out of git.
|
||||||
- Add unit test the capitalizeFirstLetter function of newfeed module
|
- Add unit test the capitalizeFirstLetter function of newfeed module
|
||||||
|
|
||||||
### Updated
|
### Updated
|
||||||
- Changed 'default.js' - listen on all attached interfaces by default
|
- Changed 'default.js' - listen on all attached interfaces by default.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
- Fixed issue with incorrect allignment of analog clock when displayed in the center column of the MM.
|
||||||
- Fixed issue with incorrect allignment of analog clock when displayed in the center column of the MM
|
- Fixed ipWhitelist behaviour to make empty whitelist ([]) allow any and all hosts access to the MM.
|
||||||
- Fixed ipWhitelist behaviour to make empty whitelist ([]) allow any and all hosts access to the MM
|
|
||||||
- Fixed issue with calendar module where 'excludedEvents' count towards 'maximumEntries'.
|
- Fixed issue with calendar module where 'excludedEvents' count towards 'maximumEntries'.
|
||||||
- Fixed issue with calendar module where global configuration of maximumEntries was not overridden by calendar specific config (see module doc).
|
- Fixed issue with calendar module where global configuration of maximumEntries was not overridden by calendar specific config (see module doc).
|
||||||
|
|
||||||
@ -50,7 +49,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
### Updated
|
### Updated
|
||||||
- Added missing keys to Polish translation.
|
- Added missing keys to Polish translation.
|
||||||
- Added missing key to German translation.
|
- Added missing key to German translation.
|
||||||
- Added better translation with flexible word order to Finnish translation
|
- Added better translation with flexible word order to Finnish translation.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix instruction in README for using automatically installer script.
|
- Fix instruction in README for using automatically installer script.
|
||||||
@ -58,8 +57,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- Fix double message about port when server is starting
|
- Fix double message about port when server is starting
|
||||||
- Corrected Swedish translations for TODAY/TOMORROW/DAYAFTERTOMORROW.
|
- Corrected Swedish translations for TODAY/TOMORROW/DAYAFTERTOMORROW.
|
||||||
- Removed unused import from js/electron.js
|
- Removed unused import from js/electron.js
|
||||||
- Made calendar.js respect config.timeFormat irrespecive of locale setting
|
- Made calendar.js respect config.timeFormat irrespecive of locale setting.
|
||||||
- Fixed alignment of analog clock when a large calendar is displayed in the same side bar
|
- Fixed alignment of analog clock when a large calendar is displayed in the same side bar.
|
||||||
|
|
||||||
## [2.1.1] - 2017-04-01
|
## [2.1.1] - 2017-04-01
|
||||||
|
|
||||||
@ -67,18 +66,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Add `anytime` group for Compliments module.
|
- Add `anytime` group for Compliments module.
|
||||||
- Compliments module can use remoteFile without default daytime arrays defined
|
- Compliments module can use remoteFile without default daytime arrays defined.
|
||||||
- Installer: Use init config.js from config.js.sample.
|
- Installer: Use init config.js from config.js.sample.
|
||||||
- Switched out `rrule` package for `rrule-alt` and fixes in `ical.js` in order to fix calendar issues. ([#565](https://github.com/MichMich/MagicMirror/issues/565))
|
- Switched out `rrule` package for `rrule-alt` and fixes in `ical.js` in order to fix calendar issues. ([#565](https://github.com/MichMich/MagicMirror/issues/565))
|
||||||
- Make mouse events pass through the region fullscreen_above to modules below.
|
- Make mouse events pass through the region fullscreen_above to modules below.
|
||||||
- Scaled the splash screen down to make it a bit more subtle.
|
- Scaled the splash screen down to make it a bit more subtle.
|
||||||
- Replace HTML tables with markdown tables in README files.
|
- Replace HTML tables with markdown tables in README files.
|
||||||
- Added `DAYAFTERTOMORROW`, `UPDATE_NOTIFICATION` and `UPDATE_NOTIFICATION_MODULE` to Finnish translations.
|
- Added `DAYAFTERTOMORROW`, `UPDATE_NOTIFICATION` and `UPDATE_NOTIFICATION_MODULE` to Finnish translations.
|
||||||
- Run `npm test` on Travis automatically
|
- Run `npm test` on Travis automatically.
|
||||||
- Show the splash screen image even when is reboot or halted.
|
- Show the splash screen image even when is reboot or halted.
|
||||||
- Added some missing translaton strings in the sv.json file.
|
- Added some missing translaton strings in the sv.json file.
|
||||||
- Run task jsonlint to check translation files.
|
- Run task jsonlint to check translation files.
|
||||||
- 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)).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user