mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Prepare 2.13.0
This commit is contained in:
parent
60f6123b64
commit
20d82bab78
20
CHANGELOG.md
20
CHANGELOG.md
@ -5,9 +5,11 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
|||||||
|
|
||||||
❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror²
|
❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror²
|
||||||
|
|
||||||
## [2.13.0] - Unreleased (Develop Branch - Please add your contributions to this release.)
|
## [2.13.0] - 2020-10-01
|
||||||
|
|
||||||
_This release is scheduled to be released on 2020-10-01._
|
Special thanks to the following contributors: @bryanzzhu, @bugsounet, @chamakura, @cjbrunner, @easyas314, @larryare, @oemel09, @rejas, @sdetweil & @sthuber90.
|
||||||
|
|
||||||
|
ℹ️ **Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -17,10 +19,10 @@ _This release is scheduled to be released on 2020-10-01._
|
|||||||
- Test coverage with Istanbul, run it with `npm run test:coverage`.
|
- Test coverage with Istanbul, run it with `npm run test:coverage`.
|
||||||
- Add lithuanian language.
|
- Add lithuanian language.
|
||||||
- Added support in weatherforecast for OpenWeather onecall API.
|
- Added support in weatherforecast for OpenWeather onecall API.
|
||||||
- Added config option to calendar-icons for recurring- and fullday-events
|
- Added config option to calendar-icons for recurring- and fullday-events.
|
||||||
- Added current, hourly (max 48), and daily (max 7) weather forecasts to weather module via OpenWeatherMap One Call API
|
- Added current, hourly (max 48), and daily (max 7) weather forecasts to weather module via OpenWeatherMap One Call API.
|
||||||
- Added eslint-plugin for jsdoc comments
|
- Added eslint-plugin for jsdoc comments.
|
||||||
- Added new configDeepMerge option for module developers
|
- Added new configDeepMerge option for module developers.
|
||||||
|
|
||||||
### Updated
|
### Updated
|
||||||
|
|
||||||
@ -28,10 +30,8 @@ _This release is scheduled to be released on 2020-10-01._
|
|||||||
- Cleaned up newsfeed module.
|
- Cleaned up newsfeed module.
|
||||||
- Cleaned up jsdoc comments.
|
- Cleaned up jsdoc comments.
|
||||||
- Cleaned up clock tests.
|
- Cleaned up clock tests.
|
||||||
- Move lodash into devDependencies, update other dependencies
|
- Move lodash into devDependencies, update other dependencies.
|
||||||
- Switch from ical to node-ical library
|
- Switch from ical to node-ical library.
|
||||||
|
|
||||||
### Deleted
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "magicmirror",
|
"name": "magicmirror",
|
||||||
"version": "2.13.0-develop",
|
"version": "2.13.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "magicmirror",
|
"name": "magicmirror",
|
||||||
"version": "2.13.0-develop",
|
"version": "2.13.0",
|
||||||
"description": "The open source modular smart mirror platform.",
|
"description": "The open source modular smart mirror platform.",
|
||||||
"main": "js/electron.js",
|
"main": "js/electron.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user