You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-6Lines changed: 20 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/)
6
6
and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
8
+
## [2.5.2] - 2025-01-18
9
+
10
+
### Fixed
11
+
12
+
- Fixed an issue with bundled modules (reported in #302) - the defaults of some bundled modules could not be read.
13
+
- Fixed/Updated some URLs.
14
+
15
+
### Changed
16
+
17
+
- Replaced `lodash` with built-in JavaScript functions.
18
+
- Format and handle some linting issues in `node_helper.js`.
19
+
- Switch LICENSE file to markdown for better readability.
20
+
- Update `devDependencies`.
21
+
8
22
## [2.5.1] - 2024-12-17
9
23
10
24
### Fixed
@@ -91,7 +105,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
91
105
### Fixed
92
106
93
107
-`Find` it's not defined inside some Electron instances (#242 and #235)
94
-
-`undefined` modules generated by the `disabled` tag are now handled. (MichMich/MagicMirror#2382)
108
+
-`undefined` modules generated by the `disabled` tag are now handled. (MagicMirrorOrg/MagicMirror#2382)
95
109
96
110
## [2.3.0] - 2020-12-23
97
111
@@ -202,7 +216,7 @@ Now requires MagicMirror² version 2.7.
202
216
203
217
- Path to font awesome icons
204
218
- A few typos in `ca` and `es` translations
205
-
- Updates to `remote.html` to support new `basePath` feature in MM `config.js`, [follow up to this MM issue](https://github.com/MichMich/MagicMirror/issues/1973), related to #185
219
+
- 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
206
220
207
221
## [2.0.0] - 2019-02-21
208
222
@@ -283,7 +297,7 @@ Huge shout out to [shbatm](https://github.com/shbatm) for his work on this new m
283
297
284
298
### Fixed
285
299
286
-
- Icon paths adapted to changes in [MagicMirror²](https://github.com/MichMich/MagicMirror) 2.1.0
300
+
- Icon paths adapted to changes in [MagicMirror²](https://github.com/MagicMirrorOrg/MagicMirror) 2.1.0
287
301
288
302
## [1.1.2] - 2017-02-01
289
303
@@ -296,15 +310,15 @@ Huge shout out to [shbatm](https://github.com/shbatm) for his work on this new m
296
310
### Changed
297
311
298
312
- Installation process updated in [README.md](README.md#Installation)
299
-
- Automatic installer/updater includes hint to restart [MagicMirror²](https://github.com/MichMich/MagicMirror)
313
+
- Automatic installer/updater includes hint to restart [MagicMirror²](https://github.com/MagicMirrorOrg/MagicMirror)
300
314
301
315
### Fixed
302
316
303
317
- Issues with not applying shown and hidden status correctly to modules
304
318
- Issues where lockstrings were missing
305
319
- Modules sometimes did not show correctly in the UI as hidden or shown:
306
-
- This is due to a bug in [MagicMirror²](https://github.com/MichMich/MagicMirror)
307
-
- PR [#659](https://github.com/MichMich/MagicMirror/pull/659) to fix this was made in the project, will be released in the next version
320
+
- This is due to a bug in [MagicMirror²](https://github.com/MagicMirrorOrg/MagicMirror)
321
+
- PR [#659](https://github.com/MagicMirrorOrg/MagicMirror/pull/659) to fix this was made in the project, will be released in the next version
copies of the Software, and to permit persons to whom the
292
-
Software is furnished to do so, subject to the following
293
-
conditions:
294
-
295
-
The above copyright notice and this permission notice shall be
296
-
included in all copies or substantial portions of the Software.
297
-
298
-
**The software is provided “as is”, without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.**
282
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.
"desc": "The module emits the notification \"INDOOR_TEMPERATURE\" to display the indoor temperature received via a subscribed MQTT topic in the default [Weather module](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/weather)."
1127
+
"desc": "The module emits the notification \"INDOOR_TEMPERATURE\" to display the indoor temperature received via a subscribed MQTT topic in the default [Weather module](https://github.com/MagicMirrorOrg/MagicMirror/tree/develop/modules/default/weather)."
0 commit comments