Skip to content

Commit 471d849

Browse files
chore(release): 4.0.2
1 parent 890933f commit 471d849

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.0.2](https://github.com/jopyth/MMM-Remote-Control/compare/v4.0.1...v4.0.2) (2025-12-20)
6+
7+
### Bug Fixes
8+
9+
- add express as devDependency for CI tests ([890933f](https://github.com/jopyth/MMM-Remote-Control/commit/890933f1766651a76c9d12e7551b1c4b0248beea))
10+
- load saved brightness/temp values on remote page refresh ([4fa33fe](https://github.com/jopyth/MMM-Remote-Control/commit/4fa33feb0a47a88db4f2d48b8bfbcfa2b08fea69))
11+
- preserve backdrop-filter during brightness transitions ([2c7d56d](https://github.com/jopyth/MMM-Remote-Control/commit/2c7d56da490da424cea595575382ec8f62827c44)), closes [#373](https://github.com/jopyth/MMM-Remote-Control/issues/373)
12+
- **ui:** fix scrolling and consistent header height on small displays ([46f3e4a](https://github.com/jopyth/MMM-Remote-Control/commit/46f3e4ae29e4de73f5a3268f10c0016cccce3b98))
13+
14+
### Chores
15+
16+
- require Node.js >= 22.0.0 ([0ba3598](https://github.com/jopyth/MMM-Remote-Control/commit/0ba35982e785e49914aeefbbde00e8dcf9bcd6b1))
17+
18+
### Tests
19+
20+
- add test suite to GitHub Actions ([8029896](https://github.com/jopyth/MMM-Remote-Control/commit/802989666631cf3474de60925cbb4a89000c0385))
21+
522
## [4.0.1](https://github.com/jopyth/MMM-Remote-Control/compare/v4.0.0...v4.0.1) (2025-12-19)
623

724
### Bug Fixes

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.0.1"
27+
"version": "4.0.2"
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.0.1",
3+
"version": "4.0.2",
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.0.1";
1+
const CACHE_NAME = "mmm-remote-control-v4.0.2";
22
const urlsToCache = [
33
"/remote.html",
44
"/css/main.css",

0 commit comments

Comments
 (0)