Skip to content

Commit 084cbdc

Browse files
chore(release): 4.8.1
1 parent 7c79287 commit 084cbdc

5 files changed

Lines changed: 24 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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.8.1](https://github.com/jopyth/MMM-Remote-Control/compare/v4.8.0...v4.8.1) (2026-03-01)
6+
7+
### Fixed
8+
9+
- add-module search filter not working ([7c79287](https://github.com/jopyth/MMM-Remote-Control/commit/7c7928769fb3329c5d370bac28d12760851e3f22))
10+
- replace AbortSignal.timeout with AbortController in loadList ([4388d2f](https://github.com/jopyth/MMM-Remote-Control/commit/4388d2f0ffd6c5295867bb759074eeb3e1c92704))
11+
- replace querySelector with getElementById for id containing special chars ([8a12e89](https://github.com/jopyth/MMM-Remote-Control/commit/8a12e89ddb30d1862c45a4daa6f98a9b7506959c))
12+
13+
### Chores
14+
15+
- handel cspell issues ([2c53dfe](https://github.com/jopyth/MMM-Remote-Control/commit/2c53dfee75b05ef30dd2e8c07cd0c4a4e55c7274))
16+
- move global declaration for MMSocket to file ([1883e01](https://github.com/jopyth/MMM-Remote-Control/commit/1883e01097f70a0aa5f32c92da00c56d51c5c8ad))
17+
- update devDependencies ([e505af7](https://github.com/jopyth/MMM-Remote-Control/commit/e505af718b971f71a67d2b617190b3f20b5457eb))
18+
- update icon paths in manifest.json ([5791073](https://github.com/jopyth/MMM-Remote-Control/commit/579107344eb89161d8419808634cd5ec764fbb9c))
19+
20+
### Code Refactoring
21+
22+
- improve error logging for modules using browser globals in Node.js context ([1a0dc7f](https://github.com/jopyth/MMM-Remote-Control/commit/1a0dc7f4a0f88328cb941a0917ee2bff6c361950))
23+
524
## [4.8.0](https://github.com/jopyth/MMM-Remote-Control/compare/v4.7.0...v4.8.0) (2026-02-27)
625

726
### Fixed

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

0 commit comments

Comments
 (0)