Skip to content

Commit 2d55280

Browse files
chore(release): 4.7.0
1 parent 93b4b81 commit 2d55280

5 files changed

Lines changed: 31 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [4.7.0](https://github.com/jopyth/MMM-Remote-Control/compare/v4.6.0...v4.7.0) (2026-02-25)
6+
7+
### Added
8+
9+
- add zoom, background color and font color controls ([93b4b81](https://github.com/jopyth/MMM-Remote-Control/commit/93b4b81b3968015b971da2bc0f1710183a12f211)), closes [#238](https://github.com/jopyth/MMM-Remote-Control/issues/238)
10+
11+
### Fixed
12+
13+
- accept plain strings as notification payload ([b49fbcf](https://github.com/jopyth/MMM-Remote-Control/commit/b49fbcf34c9fd02a7af89c159191270a4594eca6)), closes [#383](https://github.com/jopyth/MMM-Remote-Control/issues/383)
14+
- prevent crash when sending notification without payload ([cafa299](https://github.com/jopyth/MMM-Remote-Control/commit/cafa299c38ee0857a2e886e10f75950783d42edd))
15+
- prevent crashes and duplicate entries in getExternalApiByGuessing ([e351b10](https://github.com/jopyth/MMM-Remote-Control/commit/e351b1064a8ba0339e223645d16002d31ca5ab8b))
16+
17+
### Chores
18+
19+
- disable max-lines-per-function for test files ([bcf80f0](https://github.com/jopyth/MMM-Remote-Control/commit/bcf80f06e830280d329fa406d693ffd752d8a2bb))
20+
- extend cspell words ([291f983](https://github.com/jopyth/MMM-Remote-Control/commit/291f9830c454d12932990d8e1d9f0bfbbc8df737))
21+
- update devDependencies ([38328ab](https://github.com/jopyth/MMM-Remote-Control/commit/38328ab86782282e249861292c88bda1610a3063))
22+
23+
### Tests
24+
25+
- improve coverage for systemControl and moduleManager ([0c4f4c9](https://github.com/jopyth/MMM-Remote-Control/commit/0c4f4c9253b6626c944c74fa3e6eb85177249da2))
26+
27+
### Continuous Integration
28+
29+
- add test coverage check to automated tests workflow ([7c0086a](https://github.com/jopyth/MMM-Remote-Control/commit/7c0086a83833c758eeebeccff4221ddb83ce9faa))
30+
531
## [4.6.0](https://github.com/jopyth/MMM-Remote-Control/compare/v4.5.0...v4.6.0) (2026-02-24)
632

733
### Added

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
],
2525
"categories": ["utilities", "productivity"],
2626
"prefer_related_applications": false,
27-
"version": "4.6.0"
27+
"version": "4.7.0"
2828
}

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": "4.6.0",
3+
"version": "4.7.0",
44
"description": "This module for the MagicMirror² allows you to shutdown and configure your mirror through a web browser.",
55
"keywords": [
66
"magic mirror",

service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const CACHE_NAME = "mmm-remote-control-v4.6.0";
1+
const CACHE_NAME = "mmm-remote-control-v4.7.0";
22
const urlsToCache = [
33
"/remote.html",
44
"/css/main.css",

0 commit comments

Comments
 (0)