Skip to content

Commit 4896d14

Browse files
Release 3.3.0
1 parent b56ca8d commit 4896d14

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

8+
## [3.3.0](https://github.com/jopyth/MMM-Remote-Control/compare/v3.2.7...v3.3.0) - 2025-11-10
9+
10+
### Added
11+
12+
- feat: improve notification UX and PM2 error handling
13+
14+
### Changed
15+
16+
- chore: update dependencies
17+
- chore: update Node.js setup action to v6
18+
- docs: `npm run` -> `node --run`
19+
- test: suppress noisy logs during test execution
20+
- refactor: Switch module list from Wiki markdown to JSON API - solves [#336](https://github.com/Jopyth/MMM-Remote-Control/issues/336)
21+
22+
### Fixed
23+
24+
- fix: add null checks to prevent appendChild TypeError - fixes [#327](https://github.com/Jopyth/MMM-Remote-Control/issues/327)
25+
- fix: add null-safety for configData.moduleData access
26+
- fix: use cross-platform Node.js script for postinstall - fixes [#360](https://github.com/Jopyth/MMM-Remote-Control/issues/360)
27+
- fix: use dynamic config path instead of hardcoded value - fixes [#328](https://github.com/Jopyth/MMM-Remote-Control/issues/328)
28+
829
## [3.2.7](https://github.com/jopyth/MMM-Remote-Control/compare/v3.2.6...v3.2.7) - 2025-10-09
930

1031
### Added

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": "3.2.7",
3+
"version": "3.3.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",

0 commit comments

Comments
 (0)