Skip to content

Commit 26761fc

Browse files
chore(release): 4.1.1
1 parent 0b0caac commit 26761fc

5 files changed

Lines changed: 30 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
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.1.1](https://github.com/jopyth/MMM-Remote-Control/compare/v4.1.0...v4.1.1) (2026-01-02)
6+
7+
### Bug Fixes
8+
9+
- **remote:** display custom menu submenu items correctly ([e21736a](https://github.com/jopyth/MMM-Remote-Control/commit/e21736ab4abfc9d165ddf33c80648f47f9f4e24c))
10+
- **remote:** enable install button for modules regardless of installation status ([6c0d52a](https://github.com/jopyth/MMM-Remote-Control/commit/6c0d52aa145a1bb9d5681757f976b9f05838d00f))
11+
- **remote:** raise z-index for temperature and brightness overlays ([bf29c6a](https://github.com/jopyth/MMM-Remote-Control/commit/bf29c6a9d0fd22dbc33f5a0f847197726b6c5c94)), closes [#374](https://github.com/jopyth/MMM-Remote-Control/issues/374)
12+
- **remote:** send response when installing modules without dependencies ([a1dc147](https://github.com/jopyth/MMM-Remote-Control/commit/a1dc1470804090b5c436320028b3586a03c60c9a))
13+
14+
### Chores
15+
16+
- update actions/checkout to v6 in automated tests workflow ([f632396](https://github.com/jopyth/MMM-Remote-Control/commit/f632396732cfdc72907e125e1857a2426a4e7215))
17+
- update devDependencies ([2ac3f79](https://github.com/jopyth/MMM-Remote-Control/commit/2ac3f79bc612e72629ba659b2111952eef21f891))
18+
19+
### Code Refactoring
20+
21+
- convert loadDefaultSettings, loadTranslation, and loadCustomMenus to async functions ([1502086](https://github.com/jopyth/MMM-Remote-Control/commit/15020863ecbba0ee46ea1719109ff0723cac912e))
22+
- convert saveDefaultSettings to async and handle errors ([de5f092](https://github.com/jopyth/MMM-Remote-Control/commit/de5f092bd4b99c2e7f68346145b488214e06767a))
23+
- convert sync fs operations to async/await ([3ecfdf5](https://github.com/jopyth/MMM-Remote-Control/commit/3ecfdf5baeed051eb3f01161b0d7221030fa6883))
24+
- remove unused utility functions from node_helper ([7b69fd0](https://github.com/jopyth/MMM-Remote-Control/commit/7b69fd004a824d5cf7ef08d3f7624e6cfd5b84c2))
25+
26+
### Tests
27+
28+
- add unit tests for findBestBackupSlot functionality ([0b0caac](https://github.com/jopyth/MMM-Remote-Control/commit/0b0caac6105f330b8c7a75e1b1cf6fe78f5d5843))
29+
530
## [4.1.0](https://github.com/jopyth/MMM-Remote-Control/compare/v4.0.3...v4.1.0) (2025-12-21)
631

732
### Features

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

0 commit comments

Comments
 (0)