Skip to content

Commit a499eb5

Browse files
jherforthclaude
andcommitted
Prepare v1.6.1 release: changelog + package version bump
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent fea76a6 commit a499eb5

3 files changed

Lines changed: 39 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# HomeGlow v 1.6.1 Changelog
2+
3+
## 🎉 Recent Updates
4+
5+
A small follow-up to v1.6 that polishes calendar deduplication and rounds out the
6+
demo experience with proper documentation and a richer sample set.
7+
8+
## New Features
9+
10+
### Calendar Deduplication On by Default (#123)
11+
Merging the same event across multiple calendars is now **enabled by default**
12+
the feature proved reliable in v1.6, so new and existing installs get cleaner
13+
calendars out of the box. You can still turn it off anytime in the calendar
14+
widget settings; anyone who had explicitly disabled it keeps their choice.
15+
16+
### Demo Mode Documentation & Richer Sample Data (#124)
17+
- A dedicated [Demo Mode guide](docs/guides/demo-mode.md) (plus a wiki page)
18+
explains what demo mode does, what it seeds, and how to run your own.
19+
- The demo sample set is more robust: a third family member and a wider mix of
20+
chores — including everyday routines with **no clam value** (make your bed,
21+
brush teeth) alongside the reward chores — to show that clams are optional
22+
per chore.
23+
24+
---
25+
26+
## Summary
27+
A polish release: calendar dedup defaults on, and demo mode is now documented and
28+
seeded with a more illustrative sample household.
29+
30+
---
31+
32+
## 📝 Notes
33+
34+
For questions or issues, please visit our [GitHub Issues](https://github.com/jherforth/HomeGlow/issues) page.
35+
36+
---
37+
138
# HomeGlow v 1.6 Changelog
239

340
## 🎉 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.0",
3+
"version": "1.6.1",
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.0",
3+
"version": "1.6.1",
44
"description": "Backend for HomeGlow dashboard",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)