Skip to content

Commit e6e36c7

Browse files
author
Giancarlo Erra
committed
chore: release v1.1.0
1 parent 80e6a14 commit e6e36c7

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/giancarloerra/apd/compare/v1.0.0...v1.1.0) (2026-03-10)
4+
5+
### Features
6+
7+
* add token-authenticated cron trigger for weather refresh ([2343a91](https://github.com/giancarloerra/apd/commit/2343a917361475e1252fa802d808c99b2f53df22))
8+
9+
### Bug Fixes
10+
11+
* accept both GET and POST for cron trigger endpoint ([34491f3](https://github.com/giancarloerra/apd/commit/34491f3a563a91b4de300a1a97c7bf43d8df3bd5))
12+
* add timeout to geolocation request ([8ed7778](https://github.com/giancarloerra/apd/commit/8ed7778058d538924d374b1b639dba31edf128a6))
13+
* change cron trigger endpoint from POST to GET for cron service compatibility ([034b869](https://github.com/giancarloerra/apd/commit/034b86931d991d429d7bf517407d115eca4bf01d))
14+
* make sky chart bottom bar responsive and add FOV rotation slider for narrow screens ([da1c634](https://github.com/giancarloerra/apd/commit/da1c6349497d38ee3fc93258000469eec87df073))
15+
* warn when weather data belongs to a different location and clearer labels ([7088e0d](https://github.com/giancarloerra/apd/commit/7088e0d13ee80a44543dce1e171322b8cecf9bd2))
16+
317
## 1.0.0 (2026-03-09)
418

519
### Features

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": "apd-astrophotography-dashboard",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Astrophotography Planning Dashboard — unified weather forecasts, interactive sky chart, and AI-friendly forecast summaries for astrophotographers.",
55
"type": "module",
66
"license": "AGPL-3.0-or-later",

0 commit comments

Comments
 (0)