Skip to content

Commit 0e9aa20

Browse files
jherforthclaude
andcommitted
Prepare v1.6.2 release: changelog + package version bump
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 2cac435 commit 0e9aa20

3 files changed

Lines changed: 58 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
# HomeGlow v 1.6.2 Changelog
2+
3+
## 🎉 Recent Updates
4+
5+
A chores-focused release: reassigning and snoozing chores moves to a long-press
6+
context menu right on the dashboard card, with new admin controls to gate that
7+
per chore. Demo mode also grows a weather widget and real multi-calendar sync.
8+
9+
---
10+
11+
## New Features
12+
13+
### Chore Long-Press Menu: Transfer & Snooze (#122)
14+
- The dashboard reassign button is replaced by a **long-press (or right-click)
15+
context menu** on each chore card, freeing up space on the card itself and
16+
matching how the swap felt clunky before.
17+
- **Transfer** a chore to someone else, choosing whether the mover keeps credit
18+
for today (a "transfer bonus" that pays out when the new assignee completes
19+
it) or the chore simply moves with no bonus.
20+
- **Snooze** a chore for a day or a week — snoozed chores are hidden from the
21+
dashboard and excluded from the daily-completion bonus until they resurface.
22+
- New **Chore Settings** sub-tab in the Admin Panel (alongside Chores and
23+
History) holds the reward configuration, plus new **Transferable** and
24+
**Can snooze** toggles on each schedule so specific chores can opt out of
25+
dashboard reassignment or snoozing entirely — useful behind a PIN-gated
26+
admin panel.
27+
- Fixed the due-time sound label overlapping its "(none)" placeholder text.
28+
29+
### Demo Mode: Weather Widget & Live Multi-Calendar Sync
30+
- The demo now seeds a **weather widget** with a static real-conditions
31+
snapshot of Chili, NY (current temp, 3-day outlook, hourly chart, air
32+
quality) served from `GET /api/demo/weather`, since the demo has no
33+
OpenWeatherMap API key.
34+
- Calendar sync now runs for real in demo mode against **four curated public
35+
feeds** — US Federal Holidays, the Arizona Diamondbacks schedule, and two
36+
overlapping Town of Chili feeds — giving visitors a live look at
37+
cross-calendar event deduplication. Visitor-supplied calendar URLs remain
38+
blocked entirely (SSRF guard); only the seeded feeds are ever fetched.
39+
- See the updated [Demo Mode guide](docs/guides/demo-mode.md) for the full
40+
breakdown of what's seeded and how sync behaves.
41+
42+
---
43+
44+
## Summary
45+
A chore-workflow rework (long-press transfer/snooze menu, per-chore admin
46+
gates) plus a richer, more alive demo mode (live weather and multi-calendar
47+
sync).
48+
49+
---
50+
51+
## 📝 Notes
52+
53+
For questions or issues, please visit our [GitHub Issues](https://github.com/jherforth/HomeGlow/issues) page.
54+
55+
---
56+
157
# HomeGlow v 1.6.1 Changelog
258

359
## 🎉 Recent Updates

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "homeglow-client",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "homeglow-server",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "Backend for HomeGlow dashboard",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)