Skip to content

Commit 77f9617

Browse files
Release 3.1.9
1 parent 18fa4c9 commit 77f9617

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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.1.9](https://github.com/jopyth/MMM-Remote-Control/compare/v3.1.8...v3.1.9) - 2025-05-17
9+
10+
### Changed
11+
12+
- chore: review linter setup
13+
- chore: update devDependencies
14+
- chore: update log messages for module default retrieval outputs
15+
- docs: update URL to own wiki
16+
- refactor: replace `body-parser` with express's built-in body parsing
17+
- refactor: update route definitions and improve response handling to be compatible with express v5 (without this MMM-Remote-Control would not work with the next release of MagicMirror²)
18+
- refactor: update scripts to use `node --run`
19+
20+
### Fixed
21+
22+
- fix: replace not working discussions URL with forum URL
23+
824
## [3.1.8](https://github.com/jopyth/MMM-Remote-Control/compare/v3.1.7...v3.1.8) - 2025-04-27
925

1026
### Changed

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.1.8",
3+
"version": "3.1.9",
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)