Skip to content

Commit cfb1a1b

Browse files
Release 3.1.3
1 parent ce02796 commit cfb1a1b

File tree

4 files changed

+123
-132
lines changed

4 files changed

+123
-132
lines changed

CHANGELOG.md

Lines changed: 47 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
1-
# MMM Remote Control Change Log
1+
# MMM-Remote-Control Change Log
22

33
All notable changes to this project will be documented in this file.
44

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.2] - 2025-03-11
8+
## [3.1.3](https://github.com/jopyth/MMM-Remote-Control/compare/v3.1.2...v3.1.3) - 2025-03-20
9+
10+
### Fixed
11+
12+
- fix: Only remove 'classesButton' when it's there. There was a console error when returning to the main menu from a sub page.
13+
14+
### Changed
15+
16+
- chore: Remove unused 'background-color' from 'MMM-Remote-Control.css'
17+
- chore: Use vw and vh instead of 100% in 'MMM-Remote-Control.css'
18+
19+
## [3.1.2](https://github.com/jopyth/MMM-Remote-Control/compare/v3.1.1...v3.1.2) - 2025-03-11
920

1021
### Fixed
1122

@@ -17,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
1728
- Remove old remote-control-overlay definition
1829
- Simplify stylelint-prettier configuration
1930

20-
## [3.1.1] - 2025-03-09
31+
## [3.1.1](https://github.com/jopyth/MMM-Remote-Control/compare/v3.1.0...v3.1.1) - 2025-03-09
2132

2233
### Changed
2334

@@ -27,13 +38,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
2738
- Handle linter warnings
2839
- Refactor
2940

30-
## [3.1.0] - 2025-03-09
41+
## [3.1.0](https://github.com/jopyth/MMM-Remote-Control/compare/v3.0.1...v3.1.0) - 2025-03-09
3142

3243
### Added
3344

3445
- Added Color Temperature changing feature (#296) by @Andoramb
3546

36-
## [3.0.1] - 2025-03-09
47+
## [3.0.1](https://github.com/jopyth/MMM-Remote-Control/compare/v3.0.0...v3.0.1) - 2025-03-09
3748

3849
### Fixed
3950

@@ -45,7 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
4556
- chore: Replace eslint-plugin-import with eslint-plugin-import-x
4657
- chore: Update devDependencies
4758

48-
## [3.0.0] - 2025-03-04
59+
## [3.0.0](https://github.com/jopyth/MMM-Remote-Control/compare/v2.5.4...v3.0.0) - 2025-03-04
4960

5061
There shouldn't be any breaking changes in this release. But since there are a some changes, which could lead to unexpected behavior, we decided to bump the major version.
5162

@@ -65,7 +76,7 @@ There shouldn't be any breaking changes in this release. But since there are a s
6576
- Add compare links to CHANGELOG
6677
- Add Code of Conduct
6778

68-
## [2.5.4] - 2025-03-03
79+
## [2.5.4](https://github.com/jopyth/MMM-Remote-Control/compare/v2.5.3...v2.5.4) - 2025-03-03
6980

7081
### Added
7182

@@ -79,7 +90,7 @@ There shouldn't be any breaking changes in this release. But since there are a s
7990

8091
- Fix linting and formatter issues
8192

82-
## [2.5.3] - 2025-01-20
93+
## [2.5.3](https://github.com/jopyth/MMM-Remote-Control/compare/v2.5.2...v2.5.3) - 2025-01-20
8394

8495
### Fixed
8596

@@ -91,7 +102,7 @@ There shouldn't be any breaking changes in this release. But since there are a s
91102
- Replace old python 2 script `download_modules.py` by JavaScript script, you can run it with `npm run download_modules` to download the modules list from the MagicMirror² wiki.
92103
- Update `uuid`. This will fix #318.
93104

94-
## [2.5.2] - 2025-01-18
105+
## [2.5.2](https://github.com/jopyth/MMM-Remote-Control/compare/v2.5.1...v2.5.2) - 2025-01-18
95106

96107
### Fixed
97108

@@ -105,13 +116,13 @@ There shouldn't be any breaking changes in this release. But since there are a s
105116
- Switch LICENSE file to markdown for better readability.
106117
- Update `devDependencies`.
107118

108-
## [2.5.1] - 2024-12-17
119+
## [2.5.1](https://github.com/jopyth/MMM-Remote-Control/compare/v2.5.0...v2.5.1) - 2024-12-17
109120

110121
### Fixed
111122

112123
- An error in the installation script. (Since MagicMirror² v2.27.0, the string used as TEST_STRING in `installer.sh` has changed and the installer script was not able to detect the MagicMirror² directory.)
113124

114-
## [2.5.0] - 2024-11-20
125+
## [2.5.0](https://github.com/jopyth/MMM-Remote-Control/compare/v2.4.0...v2.5.0) - 2024-11-20
115126

116127
### Added
117128

@@ -120,13 +131,13 @@ There shouldn't be any breaking changes in this release. But since there are a s
120131
- Added GitHub workflow for linting and spell checking on every push and pull request (#310).
121132
- Added Turkish language (#305)
122133

123-
## [2.4.0] - 2024-10-08
134+
## [2.4.0](https://github.com/jopyth/MMM-Remote-Control/compare/v2.3.8...v2.4.0) - 2024-10-08
124135

125136
### Fixed
126137

127138
- Module fixing. Thanks @khassel (#307)
128139

129-
## [2.3.8] - 2023-10-03
140+
## [2.3.8](https://github.com/jopyth/MMM-Remote-Control/compare/v2.3.7...v2.3.8) - 2023-10-03
130141

131142
### Added
132143

@@ -137,7 +148,7 @@ There shouldn't be any breaking changes in this release. But since there are a s
137148
- Module name lookup now working as expected (#289)
138149
- QOL Code Cleaning (#287)
139150

140-
## [2.3.7] - 2022-10-13
151+
## [2.3.7](https://github.com/jopyth/MMM-Remote-Control/compare/v2.3.6...v2.3.7) - 2022-10-13
141152

142153
### Added
143154

@@ -147,20 +158,20 @@ There shouldn't be any breaking changes in this release. But since there are a s
147158

148159
- API now grabs a single module, instead of every instance of the module (#282)
149160

150-
## [2.3.6] - 2021-08-01
161+
## [2.3.6](https://github.com/jopyth/MMM-Remote-Control/compare/v2.3.5...v2.3.6) - 2021-08-01
151162

152163
### Fixed
153164

154165
- API now updates the modules list
155166

156-
## [2.3.5] - 2021-07-08
167+
## [2.3.5](https://github.com/jopyth/MMM-Remote-Control/compare/v2.3.4...v2.3.5) - 2021-07-08
157168

158169
### Added
159170

160171
- Simplified Chinese translation
161172
- 'PM2 not installed' warning
162173

163-
## [2.3.4] - 2021-04-21
174+
## [2.3.4](https://github.com/jopyth/MMM-Remote-Control/compare/v2.3.3...v2.3.4) - 2021-04-21
164175

165176
### Added
166177

@@ -170,13 +181,13 @@ There shouldn't be any breaking changes in this release. But since there are a s
170181

171182
- Classes now detects when you're using identifiers and names in the same action (#259)
172183

173-
## [2.3.3] - 2021-04-05
184+
## [2.3.3](https://github.com/jopyth/MMM-Remote-Control/compare/v2.3.2...v2.3.3) - 2021-04-05
174185

175186
### Changed
176187

177188
- `request` is deprecated inside MM package. Now using `node-fetch` (#257)
178189

179-
## [2.3.2] - 2021-02-19
190+
## [2.3.2](https://github.com/jopyth/MMM-Remote-Control/compare/v2.3.1...v2.3.2) - 2021-02-19
180191

181192
### Fixed
182193

@@ -186,14 +197,14 @@ There shouldn't be any breaking changes in this release. But since there are a s
186197

187198
- If you use slide or input, and you add a string payload, it'll now be available in the `string` object of the payload.
188199

189-
## [2.3.1] - 2020-12-29
200+
## [2.3.1](https://github.com/jopyth/MMM-Remote-Control/compare/v2.3.0...v2.3.1) - 2020-12-29
190201

191202
### Fixed
192203

193204
- `Find` it's not defined inside some Electron instances (#242 and #235)
194205
- `undefined` modules generated by the `disabled` tag are now handled. (MagicMirrorOrg/MagicMirror#2382)
195206

196-
## [2.3.0] - 2020-12-23
207+
## [2.3.0](https://github.com/jopyth/MMM-Remote-Control/compare/v2.2.2...v2.3.0) - 2020-12-23
197208

198209
### Added
199210

@@ -209,21 +220,21 @@ There shouldn't be any breaking changes in this release. But since there are a s
209220

210221
- Now the system used for turn on and off the screen will be `vcgencmd` (#227 and more)
211222

212-
## [2.2.2] - 2020-11-24
223+
## [2.2.2](https://github.com/jopyth/MMM-Remote-Control/compare/v2.2.1...v2.2.2) - 2020-11-24
213224

214225
### Fixed
215226

216227
- Module Installation now working
217228
- iframe now working (#161)
218229

219-
## [2.2.1] - 2020-11-18
230+
## [2.2.1](https://github.com/jopyth/MMM-Remote-Control/compare/v2.2.0...v2.2.1) - 2020-11-18
220231

221232
### Fixed
222233

223234
- Module Identifier now working as expected (#229)
224235
- Update Installation seems to work
225236

226-
## [2.2.0] - 2020-11-16
237+
## [2.2.0](https://github.com/jopyth/MMM-Remote-Control/compare/v2.1.0...v2.2.0) - 2020-11-16
227238

228239
### Fixed
229240

@@ -263,7 +274,7 @@ There shouldn't be any breaking changes in this release. But since there are a s
263274
- /api/modules it's no longer available, you can use /api/module instead.
264275
- Postman collection deprecated ~ (Sorry n.n)
265276

266-
## [2.1.0] - 2020-11-01
277+
## [2.1.0](https://github.com/jopyth/MMM-Remote-Control/compare/v2.0.1...v2.1.0) - 2020-11-01
267278

268279
Hello! Ezequiel here. Just wanted to say thanks for trust in me, in the past days I made a lot of changes into the code, adding some functions that'll surely be in a future release, and also putting everything together in my fork. I answered almost every issue raised, and tried to help every person that use this module. Today, I'm glad to be able to share everything I learned to all of you. I apologize for some fast and uncommented commits, I just thought that some things needed to be fixed ASAP.
269280
See you in future commits, issues and PRs :D
@@ -291,7 +302,7 @@ See you in future commits, issues and PRs :D
291302
- Overwrite of local changes when updating from a repository
292303
- Now requires MagicMirror² version 2.12
293304

294-
## [2.0.1] - 2020-10-28
305+
## [2.0.1](https://github.com/jopyth/MMM-Remote-Control/compare/v2.0.0...v2.0.1) - 2020-10-28
295306

296307
**Huge thanks to [@ezeholz](https://github.com/ezeholz)** who has offered to maintain the module from now on!
297308
Credit for this (and future) versions and releases goes to @ezeholz (unless noted otherwise).
@@ -304,7 +315,7 @@ Now requires MagicMirror² version 2.7.
304315
- A few typos in `ca` and `es` translations
305316
- Updates to `remote.html` to support new `basePath` feature in MM `config.js`, [follow up to this MM issue](https://github.com/MagicMirrorOrg/MagicMirror/issues/1973), related to #185
306317

307-
## [2.0.0] - 2019-02-21
318+
## [2.0.0](https://github.com/jopyth/MMM-Remote-Control/compare/v1.1.5...v2.0.0) - 2019-02-21
308319

309320
Huge shout out to [shbatm](https://github.com/shbatm) for his work on this new major version, which brings a new API, custom menus and commands and lots of other stuff:
310321

@@ -340,7 +351,7 @@ Huge shout out to [shbatm](https://github.com/shbatm) for his work on this new m
340351
- Added Notification Echo option to config to echo all Module Notifications to the remote's DevTools console for debugging.
341352
- Allow for text input in the Module Controls menu to be able to provide a notification payload.
342353

343-
## [1.1.5] - 2018-05-14
354+
## [1.1.5](https://github.com/jopyth/MMM-Remote-Control/compare/v1.1.4...v1.1.5) - 2018-05-14
344355

345356
### Added
346357

@@ -351,7 +362,7 @@ Huge shout out to [shbatm](https://github.com/shbatm) for his work on this new m
351362
- Updated documentation to new MagicMirror² version
352363
- Fix error on updating MagicMirror²
353364

354-
## [1.1.4] - 2017-09-17
365+
## [1.1.4](https://github.com/jopyth/MMM-Remote-Control/compare/v1.1.3...v1.1.4) - 2017-09-17
355366

356367
### Added
357368

@@ -369,7 +380,7 @@ Huge shout out to [shbatm](https://github.com/shbatm) for his work on this new m
369380

370381
- German translation for power menu changed from "Ausschalten" to "Energieoptionen"
371382

372-
## [1.1.3] - 2017-04-23
383+
## [1.1.3](https://github.com/jopyth/MMM-Remote-Control/compare/v1.1.2...v1.1.3) - 2017-04-23
373384

374385
### Added
375386

@@ -385,7 +396,7 @@ Huge shout out to [shbatm](https://github.com/shbatm) for his work on this new m
385396

386397
- Icon paths adapted to changes in [MagicMirror²](https://github.com/MagicMirrorOrg/MagicMirror) 2.1.0
387398

388-
## [1.1.2] - 2017-02-01
399+
## [1.1.2](https://github.com/jopyth/MMM-Remote-Control/compare/v1.1.1...v1.1.2) - 2017-02-01
389400

390401
**Note:** Since version 1.1.0 this module uses (new) dependencies, check the [Updating section in the README.md](README.md#update).
391402

@@ -406,13 +417,13 @@ Huge shout out to [shbatm](https://github.com/shbatm) for his work on this new m
406417
- This is due to a bug in [MagicMirror²](https://github.com/MagicMirrorOrg/MagicMirror)
407418
- PR [#659](https://github.com/MagicMirrorOrg/MagicMirror/pull/659) to fix this was made in the project, will be released in the next version
408419

409-
## [1.1.1] - 2017-01-26
420+
## [1.1.1](https://github.com/jopyth/MMM-Remote-Control/compare/v1.1.0...v1.1.1) - 2017-01-26
410421

411422
### Changed
412423

413424
- Updated internal list of available modules
414425

415-
## [1.1.0] - 2017-01-26
426+
## [1.1.0](https://github.com/jopyth/MMM-Remote-Control/compare/v1.0.0...v1.1.0) - 2017-01-26
416427

417428
### Added
418429

@@ -454,40 +465,6 @@ Huge shout out to [shbatm](https://github.com/shbatm) for his work on this new m
454465
- Symbols for display on and off
455466
- Internal changes in preparation for MagicMirror² version `2.1.0`
456467

457-
## [0.1.0] - 2016-09-30
458-
459-
### Initial release of the Remote Control module
460-
461-
[3.1.2]: https://github.com/jopyth/MMM-Remote-Control/compare/v3.1.1...v3.1.2
462-
[3.1.1]: https://github.com/jopyth/MMM-Remote-Control/compare/v3.1.0...v3.1.1
463-
[3.1.0]: https://github.com/jopyth/MMM-Remote-Control/compare/v3.0.1...v3.1.0
464-
[3.0.1]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.5.4...v3.0.1
465-
[3.0.0]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.5.4...v3.0.0
466-
[2.5.4]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.5.3...v2.5.4
467-
[2.5.3]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.5.2...v2.5.3
468-
[2.5.2]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.5.1...v2.5.2
469-
[2.5.1]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.5.0...v2.5.1
470-
[2.5.0]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.4.0...v2.5.0
471-
[2.4.0]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.3.8...v2.4.0
472-
[2.3.8]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.3.7...v2.3.8
473-
[2.3.7]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.3.6...v2.3.7
474-
[2.3.6]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.3.5...v2.3.6
475-
[2.3.5]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.3.4...v2.3.5
476-
[2.3.4]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.3.3...v2.3.4
477-
[2.3.3]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.3.2...v2.3.3
478-
[2.3.2]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.3.1...v2.3.2
479-
[2.3.1]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.3.0...v2.3.1
480-
[2.3.0]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.2.2...v2.3.0
481-
[2.2.2]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.2.1...v2.2.2
482-
[2.2.1]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.2.0...v2.2.1
483-
[2.2.0]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.1.0...v2.2.0
484-
[2.1.0]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.0.1...v2.1.0
485-
[2.0.1]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.0.0...v2.0.1
486-
[2.0.0]: https://github.com/jopyth/MMM-Remote-Control/compare/v1.1.5...v2.0.0
487-
[1.1.5]: https://github.com/jopyth/MMM-Remote-Control/compare/v1.1.4...v1.1.5
488-
[1.1.4]: https://github.com/jopyth/MMM-Remote-Control/compare/v1.1.3...v1.1.4
489-
[1.1.3]: https://github.com/jopyth/MMM-Remote-Control/compare/v1.1.2...v1.1.3
490-
[1.1.2]: https://github.com/jopyth/MMM-Remote-Control/compare/v1.1.1...v1.1.2
491-
[1.1.1]: https://github.com/jopyth/MMM-Remote-Control/compare/v1.1.0...v1.1.1
492-
[1.1.0]: https://github.com/jopyth/MMM-Remote-Control/compare/v1.0.0...v1.1.0
493-
[1.0.0]: https://github.com/jopyth/MMM-Remote-Control/compare/v0.1.0...v1.0.0
468+
## [0.1.0](https://github.com/jopyth/MMM-Remote-Control/compare/v0.1.0...v1.0.0) - 2016-09-30
469+
470+
Initial release of the Remote Control module.

0 commit comments

Comments
 (0)