Skip to content

Commit ae71d3b

Browse files
chore(release): 4.0.1
1 parent 90520dc commit ae71d3b

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.1](https://github.com/jopyth/MMM-Remote-Control/compare/v4.0.0...v4.0.1) (2025-12-19)
6+
7+
### Bug Fixes
8+
9+
- restore custom menu functionality after refactoring ([90520dc](https://github.com/jopyth/MMM-Remote-Control/commit/90520dcc7a6f1154b16e4a781f08e8ed9f7fdda3))
10+
11+
### Chores
12+
13+
- add 'navbutton' and 'qrcode' to cspell configuration ([8f3dc99](https://github.com/jopyth/MMM-Remote-Control/commit/8f3dc99e0c2980485a8716334b2e83d89e18cdb3))
14+
515
## [4.0.0](https://github.com/jopyth/MMM-Remote-Control/compare/v3.3.2...v4.0.0) (2025-12-19)
616

717
This release is a huge step forward in modernizing the MMM-Remote-Control module, both in terms of user interface and code quality.

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

0 commit comments

Comments
 (0)