Merge branch 'develop' into develop

This commit is contained in:
Michael Teeuw
2020-02-05 12:42:43 +01:00
committed by GitHub
11 changed files with 57 additions and 114 deletions

View File

@@ -3,30 +3,24 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror² core.
## [2.12.0] - 2020-01-31
### Changed
- Add HTTPS support and update config.js.sample
## [2.11.0] - 2020-01-24
### Changed
- Updated config.js.sample: Corrected some grammar on `config.js.sample` comment section.
❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror²
## [2.11.0] - Unreleased (Develop Branch)
*This release is scheduled to be released on 2020-04-01.*
### Deleted
- cleanup installers folder, remove externalized scripts
- Remove installers.
- Remove externalized scripts.
### Added
- Ukrainian translation.
- Finnish translation for "PRECIP", "UPDATE_INFO_MULTIPLE" and "UPDATE_INFO_SINGLE".
- Added the ability to hide the temp label and weather icon in the `currentweather` module to allow showing only information such as wind and sunset/rise.
- The `clock` module now optionally displays sun and moon data, including rise/set times, remaining daylight, and percent of moon illumination.
- Added Hebrew translation.
- Add HTTPS support and update config.js.sample
### Fixed
- Force declaration of public ip adress in config file (ISSUE #1852)
@@ -36,6 +30,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Updated
- Remove documentation from core repository and link to new dedicated docs site: [docs.magicmirror.builders](https://docs.magicmirror.builders).
- Updated config.js.sample: Corrected some grammar on `config.js.sample` comment section.
- Removed `run-start.sh` script and update start commands:
- To start using electron, use `npm run start`.
- To start in server only mode, use `npm run server`.
## [2.10.1] - 2020-01-10