Skip to content

Commit 6d6e702

Browse files
Release 3.1.8
1 parent 02d2626 commit 6d6e702

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

8+
## [3.1.8](https://github.com/jopyth/MMM-Remote-Control/compare/v3.1.7...v3.1.8) - 2025-04-27
9+
10+
### Changed
11+
12+
- refactor: choose installation command depending on the existence of `package-lock.json` and `package.json` This also fixes a problem that occurred with modules with `package.json` but without `package-lock.json` during installation with `npm ci`.
13+
- refactor: don't save `header` to config file if not set
14+
- refactor: get module defaults also from browser to handle bundled modules better (this will fix [#331](https://github.com/Jopyth/MMM-Remote-Control/issues/331))
15+
- chore: update devDependencies
16+
17+
### Fixed
18+
19+
- fix: get default config while adding a module
20+
- fix: don't save module position if not set. Since MM meanwhile checks the position values, an error message appears without this fix.
21+
822
## [3.1.7](https://github.com/jopyth/MMM-Remote-Control/compare/v3.1.6...v3.1.7) - 2025-04-27
923

1024
### Changed
@@ -30,7 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
3044

3145
### Fixed
3246

33-
- fix: Refactor 'setBrightness' and 'setTemp'. To fix #322.
47+
- fix: Refactor `setBrightness` and `setTemp`. To fix #322.
3448

3549
### Changed
3650

@@ -54,12 +68,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
5468

5569
### Fixed
5670

57-
- fix: Only remove 'classesButton' when it's there. There was a console error when returning to the main menu from a sub page.
71+
- fix: Only remove `classesButton` when it's there. There was a console error when returning to the main menu from a sub page.
5872

5973
### Changed
6074

61-
- chore: Remove unused 'background-color' from 'MMM-Remote-Control.css'
62-
- chore: Use vw and vh instead of 100% in 'MMM-Remote-Control.css'
75+
- chore: Remove unused `background-color` from `MMM-Remote-Control.css`
76+
- chore: Use vw and vh instead of 100% in `MMM-Remote-Control.css`
6377

6478
## [3.1.2](https://github.com/jopyth/MMM-Remote-Control/compare/v3.1.1...v3.1.2) - 2025-03-11
6579

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mmm-remote-control",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"description": "This module for the MagicMirror² allows you to shutdown and configure your mirror through a web browser.",
55
"keywords": [
66
"magic mirror",

0 commit comments

Comments
 (0)