Releases: Jopyth/MMM-Remote-Control
Releases · Jopyth/MMM-Remote-Control
Version 2.5.3
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 withnpm 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
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
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
What's Changed
- Add spell checker by @KristjanESPERANTO in #308
- Add JavaScript linting and GitHub workflow for testing by @KristjanESPERANTO in #310
- [Feature] Adding Turkish language by @erdemarslan in #305
New Contributors
- @erdemarslan made their first contribution in #305
Full Changelog: v2.4.0...v2.5.0
Version 2.4.0
What's Changed
Full Changelog: v2.3.8...v2.4.0
Version 2.3.8
What's Changed
- Maintenance update by @KristjanESPERANTO in #287
- Fix module name lookup not working in API by @shbatm in #289
New Contributors
- @KristjanESPERANTO made their first contribution in #287
Full Changelog: v2.3.7...v2.3.8
Version v2.3.7
Version v2.3.6
[2.3.6] - 2021-08-01
Fixed
- API now updates the modules list
Version v2.3.5
[2.3.5] - 2021-07-08
Added
- Simplified Chinese translation
- 'PM2 not installed' warning
Version v2.3.4
[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)