Skip to content

Commit a059c1c

Browse files
chore: release 1.2.0
1 parent 6522be3 commit a059c1c

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.2.0](https://github.com/edward-shen/MMM-pages/compare/v1.1.2...v1.2.0) - 2025-07-26
8+
9+
### Added
10+
11+
- feat: implement automatic timeout for hidden pages (request [#90](https://github.com/edward-shen/MMM-pages/issues/90))
12+
13+
### Changed
14+
15+
- chore: Update devDependencies
16+
- refactor: simplify rotation control logic in `setRotation` method
17+
18+
### Fixed
19+
20+
- fix: correct rotation state check in `setRotation` method
21+
- fix: use config value for rotation delay
22+
723
## [1.1.2](https://github.com/edward-shen/MMM-pages/compare/v1.1.1...v1.1.2) - 2025-06-11 - Maintenance Release
824

925
### 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-pages",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "Add pages to your MagicMirror².",
55
"main": "MMM-pages.js",
66
"type": "module",

0 commit comments

Comments
 (0)