Skip to content

Releases: Jopyth/MMM-Remote-Control

Version 2.5.3

20 Jan 05:01
5c39b06
Compare
Choose a tag to compare

Fixed

  • Fix download_modules.js script to automatically download the modules list from the MagicMirror² wiki. This will fix #301.

Changed

  • Replace node-fetch by internal fetch API
  • 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.
  • Update uuid. This will fix #318.

Full Changelog: v2.5.2...v2.5.3

Version 2.5.2

18 Jan 01:54
510919b
Compare
Choose a tag to compare

What's Changed

Fixed

  • Fixed an issue with bundled modules (reported in #302) - the defaults of some bundled modules could not be read.
  • Fixed/Updated some URLs.

Changed

  • Replaced lodash with built-in JavaScript functions.
  • Format and handle some linting issues in node_helper.js.
  • Switch LICENSE file to markdown for better readability.
  • Update devDependencies.

Full Changelog: v2.5.1...v2.5.2

Version 2.5.1

17 Dec 09:30
76c0859
Compare
Choose a tag to compare

What's Changed

Fixed

  • 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.)

Full Changelog: v2.5.0...v2.5.1

Version 2.5.0

20 Nov 21:36
39f498b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0

Version 2.4.0

08 Oct 08:07
32d2d93
Compare
Choose a tag to compare

What's Changed

  • fix needed for new MagicMirror² version v2.29.0 by @khassel in #307

Full Changelog: v2.3.8...v2.4.0

Version 2.3.8

03 Oct 22:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.7...v2.3.8

Version v2.3.7

14 Oct 01:02
6fc8ff0
Compare
Choose a tag to compare

What's Changed

  • Merge Params with Body in API POST requests by @shbatm in #278
  • Fix Modules API when using Identifiers by @shbatm in #282
  • [FR] Show header in Edit View menu, if set by @shbatm in #283

Full Changelog: v2.3.5...v2.3.7

Version v2.3.6

31 Jul 22:36
Compare
Choose a tag to compare

[2.3.6] - 2021-08-01

Fixed

  • API now updates the modules list

Version v2.3.5

09 Jul 01:06
Compare
Choose a tag to compare

[2.3.5] - 2021-07-08

Added

  • Simplified Chinese translation
  • 'PM2 not installed' warning

Version v2.3.4

21 Apr 22:24
Compare
Choose a tag to compare

[2.3.4] - 2021-04-21

Added

  • Now you can use MANAGE_CLASSES to use them between modules, instead of just the API

Fixed

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