MagicMirror/CHANGELOG.md

90 lines
3.5 KiB
Markdown
Raw Normal View History

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/).
## Unpublished
### Added
- Added ability to remove tags from the beginning or end of newsfeed items in 'newsfeed.js'.
2016-09-01 09:42:33 +02:00
- Added ability to define "the day after tomorrow" for calendar events (Definition for German and Dutch already included).
2016-09-02 22:00:37 -04:00
- Added CII Badge (we are compliant with the CII Best Practices)
2016-09-06 10:09:11 +02:00
2016-09-06 10:08:12 +02:00
### Fixed
- Fix typo in installer.
2016-09-06 19:25:16 -04:00
- Add message to unsupported Pi error to mention that Pi Zeros must use server only mode, as ARMv6 is unsupported. Closes #374.
2016-09-06 10:08:12 +02:00
- Fix API url for weather API.
### Updated
- Force fullscreen when kioskmode is active.
2016-08-07 15:58:07 +02:00
## [2.0.4] - 2016-08-07
2016-07-25 16:12:28 -03:00
### Added
2016-07-27 12:52:36 +02:00
- Brazilian Portuguese Translation.
2016-09-06 19:25:16 -04:00
- Option to enable Kiosk mode.
2016-07-30 09:42:31 -04:00
- 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
2016-07-25 16:12:28 -03:00
### 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'.
2016-07-28 17:53:48 +02:00
- Fixed openweathermap.org URL in config sample.
- Prevent currentweather module from crashing when received data object is incorrect.
2016-08-02 22:58:27 +02:00
- 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))
2016-07-23 17:43:37 +02:00
### Updated
2016-08-03 20:58:49 +02:00
- Updated package.json to fix possible vulnerabilities. (Using Snyk)
- Updated weathericons
- Updated default weatherforecast to work with the new icons.
2016-08-05 20:03:18 +02:00
- More detailed error message in case config file couldn't be loaded.
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
- Add an analog clock in addition to the digital one.
2016-06-06 11:35:31 +02:00
### 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))
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