Skip to content

Commit cf6b15b

Browse files
chore(release): 4.4.0
1 parent 536987b commit cf6b15b

5 files changed

Lines changed: 22 additions & 5 deletions

File tree

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.4.0](https://github.com/jopyth/MMM-Remote-Control/compare/v4.3.0...v4.4.0) (2026-02-23)
6+
7+
### Added
8+
9+
- restore localStorage for notification form and fix textarea height ([845d464](https://github.com/jopyth/MMM-Remote-Control/commit/845d464f68ffe48f950c0bfb73e8ee80991c37d5))
10+
11+
### Fixed
12+
13+
- fix getActions empty key and action.payload falsy check in api.js ([536987b](https://github.com/jopyth/MMM-Remote-Control/commit/536987bb8633679f5a4c762250621eaee748ef77))
14+
- pass numeric/boolean payloads through handleNotification ([eed2f1e](https://github.com/jopyth/MMM-Remote-Control/commit/eed2f1e8722fc2fd573642a0bf60a4c435e4cc9b))
15+
16+
### Chores
17+
18+
- add missing translations ([e056791](https://github.com/jopyth/MMM-Remote-Control/commit/e056791ff7ba05894f577f729cda95baf1e53dc1))
19+
- add MMM-pages to demo config ([e68e424](https://github.com/jopyth/MMM-Remote-Control/commit/e68e424213d8a681f85a0b7fde9314d8eeec0d51))
20+
- update dependencies ([aa0bf12](https://github.com/jopyth/MMM-Remote-Control/commit/aa0bf128fd7cdea221011e224238df3ef7edfac2))
21+
522
## [4.3.0](https://github.com/jopyth/MMM-Remote-Control/compare/v4.2.4...v4.3.0) (2026-02-22)
623

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

0 commit comments

Comments
 (0)