Skip to content

Commit 8b7baba

Browse files
chore(release): 4.8.4
1 parent ad223b5 commit 8b7baba

4 files changed

Lines changed: 20 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.8.4](https://github.com/jopyth/MMM-Remote-Control/compare/v4.8.3...v4.8.4) (2026-04-06)
6+
7+
### Documentation
8+
9+
- improve monitor control guide for Wayland systems ([6ffbf86](https://github.com/jopyth/MMM-Remote-Control/commit/6ffbf8609eeeb8c297968b68011f5a5da62304d3))
10+
11+
### Chores
12+
13+
- add 'socketclient' to cspell configuration ([be5ba42](https://github.com/jopyth/MMM-Remote-Control/commit/be5ba4256375b8eda68c396136766a498fd7bc32))
14+
- fix bugs URL in package.json ([ad223b5](https://github.com/jopyth/MMM-Remote-Control/commit/ad223b5b1b3481edf61a9ea29c02ed782c00af70))
15+
- update dependencies ([484f3ca](https://github.com/jopyth/MMM-Remote-Control/commit/484f3cabce50283c04ec4be844f0995fbe606452))
16+
17+
### Code Refactoring
18+
19+
- remove useless variable initializations (no-useless-assignment) ([d3b9149](https://github.com/jopyth/MMM-Remote-Control/commit/d3b9149b7bc3ed7bf8b2908f027e41c03524d3d1))
20+
521
## [4.8.3](https://github.com/jopyth/MMM-Remote-Control/compare/v4.8.2...v4.8.3) (2026-03-15)
622

723
### Fixed

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.8.3"
27+
"version": "4.8.4"
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.8.3",
3+
"version": "4.8.4",
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)