Skip to content

Commit fa735bc

Browse files
Release 3.2.0
1 parent aa3bd40 commit fa735bc

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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.2.0](https://github.com/jopyth/MMM-Remote-Control/compare/v3.1.13...v3.2.0) - 2025-05-30
9+
10+
## Added
11+
12+
- style: add transition effect for brightness and temperature change
13+
14+
## Changed
15+
16+
- chore: add missing "type" field in `package.json`
17+
- chore: update dependencies
18+
- refactor: replace `git checkout` with `git switch` for branch/tag navigation
19+
- style: simplify range input CSS
20+
21+
## Fixed
22+
23+
- fix: add onerror handling for CSS file loading due to path changes in MagicMirror 2.32.0
24+
825
## [3.1.13](https://github.com/jopyth/MMM-Remote-Control/compare/v3.1.12...v3.1.13) - 2025-05-24
926

1027
## 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.13",
3+
"version": "3.2.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)