Skip to content

Commit 294ea8b

Browse files
chore(release): 4.1.0
1 parent e4ac809 commit 294ea8b

File tree

5 files changed

+30
-5
lines changed

5 files changed

+30
-5
lines changed

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.0](https://github.com/jopyth/MMM-Remote-Control/compare/v4.0.3...v4.1.0) (2025-12-21)
6+
7+
### Features
8+
9+
- enforce JSDoc and add central type definitions ([e3f8222](https://github.com/jopyth/MMM-Remote-Control/commit/e3f82224aed24914a5b2cfd0ce64beebf6e7e51a))
10+
11+
### Bug Fixes
12+
13+
- **i18n:** add missing translation keys and remove 6 unused keys ([d69c8bd](https://github.com/jopyth/MMM-Remote-Control/commit/d69c8bdfae4729d1915c22955b0b65d41c530c58))
14+
15+
### Chores
16+
17+
- correct command in postinstall script for generating API key ([e0b9e96](https://github.com/jopyth/MMM-Remote-Control/commit/e0b9e96e5d58c174c28efaf1d5230cd748017413))
18+
- update contributors format in package.json ([e4ac809](https://github.com/jopyth/MMM-Remote-Control/commit/e4ac809005b416bba408283717ac5de1cc68b4bd))
19+
20+
### Code Refactoring
21+
22+
- adopt upstream 3rd-party-modules schema ([368747e](https://github.com/jopyth/MMM-Remote-Control/commit/368747e85c8c08363030ac3e5b0496ed27282b8a))
23+
- remove PM2 dependency, add universal process manager support ([1ebc12f](https://github.com/jopyth/MMM-Remote-Control/commit/1ebc12f73d98c55a677cdde59e71f510eb6b038a))
24+
- rename folder to directory for constancy ([d998dcf](https://github.com/jopyth/MMM-Remote-Control/commit/d998dcf16486b00652b115dbcd3996ac3ab06aab))
25+
26+
### Tests
27+
28+
- add comprehensive tests for translation completeness and usage ([c6202a8](https://github.com/jopyth/MMM-Remote-Control/commit/c6202a8dc69c16d9a3abe0a0813e9a6836ae2053))
29+
530
## [4.0.3](https://github.com/jopyth/MMM-Remote-Control/compare/v4.0.2...v4.0.3) (2025-12-20)
631

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

0 commit comments

Comments
 (0)