Skip to content

Commit 5cf38f4

Browse files
committed
chore(release): 1.16.0
1 parent 23c8794 commit 5cf38f4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.16.0](https://github.com/teojs/clock-dashboard/compare/v1.15.4...v1.16.0) (2026-01-07)
6+
7+
8+
### Features
9+
10+
* add 24-hour format toggle in ClockSettingsModal and update time handling in useTime hook ([67048f9](https://github.com/teojs/clock-dashboard/commit/67048f91d9b11c9de04d95278e3d7f7ad0d7114f))
11+
* add ClockSettingsModal component for customizable clock settings and integrate SF Pro Rounded font ([e52062f](https://github.com/teojs/clock-dashboard/commit/e52062f74371d0ae04ebcf4f06a248d7e647894c))
12+
* add cross-origin loading tip in SmartSettingsModal to assist users with configuration ([ab2fee0](https://github.com/teojs/clock-dashboard/commit/ab2fee057fef272505de288141bb2b9e990eab34))
13+
* enhance ClockWeatherView with computed baseDelay for dynamic digit delays based on clock settings ([a8486f7](https://github.com/teojs/clock-dashboard/commit/a8486f73b56ce93b8d6bf13b0a51b05f82acbfce))
14+
* implement swipe detection and global click handling in App.vue for improved user interaction ([41d0140](https://github.com/teojs/clock-dashboard/commit/41d01404c163e17a7be3891db078f39c9ad9a53d))
15+
516
### [1.15.4](https://github.com/teojs/clock-dashboard/compare/v1.15.3...v1.15.4) (2026-01-06)
617

718
### [1.15.3](https://github.com/teojs/clock-dashboard/compare/v1.15.2...v1.15.3) (2026-01-05)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clock-dashboard",
33
"type": "module",
4-
"version": "1.15.4",
4+
"version": "1.16.0",
55
"private": false,
66
"packageManager": "pnpm@9.6.0",
77
"license": "CC-BY-NC-SA-4.0",

0 commit comments

Comments
 (0)